Skip to content
Snippets Groups Projects
Commit 721926a1 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Closes #17

parent d18c870c
No related branches found
No related tags found
1 merge request!118Dask assisted DSSC data binning
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment