Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToolBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
ToolBox
Commits
721926a1
Commit
721926a1
authored
3 years ago
by
Loïc Le Guyader
Browse files
Options
Downloads
Patches
Plain Diff
Closes
#17
parent
d18c870c
No related branches found
No related tags found
1 merge request
!118
Dask assisted DSSC data binning
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/start_job_single.sh
+4
-0
4 additions, 0 deletions
scripts/start_job_single.sh
scripts/start_processing_all.sh
+6
-4
6 additions, 4 deletions
scripts/start_processing_all.sh
with
10 additions
and
4 deletions
scripts/start_job_single.sh
+
4
−
0
View file @
721926a1
...
...
@@ -9,5 +9,9 @@ RUN=$1
MODULES
=
$2
RUNTYPE
=
$3
source
/etc/profile.d/modules.sh
module load exfel
module load exfel_anaconda3/1.1
echo
processing modules
$MODULES
of run
$RUN
python process_data_201007_23h.py
--run-number
$RUN
--module
${
MODULES
}
--runtype
$RUNTYPE
This diff is collapsed.
Click to expand it.
scripts/start_processing_all.sh
+
6
−
4
View file @
721926a1
...
...
@@ -4,10 +4,12 @@ RUN=$1
RUNTYPE
=
$2
if
[
$RUN
]
&&
[
$RUNTYPE
]
then
then
echo
processing run
$RUN
# module load exfel
# module load exfel_anaconda3/1.1
source
/etc/profile.d/modules.sh
module load exfel
module load exfel_anaconda3/1.1
sbatch ./start_job_single.sh
$RUN
'0 1 2 3'
$RUNTYPE
sbatch ./start_job_single.sh
$RUN
'4 5 6 7'
$RUNTYPE
sbatch ./start_job_single.sh
$RUN
'8 9 10 11'
$RUNTYPE
...
...
@@ -16,4 +18,4 @@ if [ $RUN ] && [ $RUNTYPE ]
echo
please specify a run number and
type
echo
available runtypes:
echo
energyscan, energyscan_pumped, static, static_IR, delayscan, timescan
fi
\ No newline at end of file
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment