Skip to content
Snippets Groups Projects
Commit cf30322a authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Use local ssd instead of shared filesystem

parent 452b3776
No related branches found
No related tags found
1 merge request!1Add CI/CD
Pipeline #97841 canceled
...@@ -26,7 +26,7 @@ solve.solveralgorithm=directioniterative ...@@ -26,7 +26,7 @@ solve.solveralgorithm=directioniterative
solve.solverlbfgs.dof=200.0 solve.solverlbfgs.dof=200.0
solve.solverlbfgs.iter=4 solve.solverlbfgs.iter=4
solve.solverlbfgs.minibatches=1 solve.solverlbfgs.minibatches=1
solve.sourcedb=/var/scratch/mancini/wp5/andre_test/Testset/calibration_skymodel.txt solve.sourcedb=calibration_skymodel.txt
solve.stepsigma=0.1 solve.stepsigma=0.1
solve.stepsize=0.02 solve.stepsize=0.02
solve.tolerance=0.005 solve.tolerance=0.005
......
...@@ -3,9 +3,12 @@ set -e ...@@ -3,9 +3,12 @@ set -e
DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset
SCRIPT_DIR=$(dirname $0) SCRIPT_DIR=$(dirname $0)
cp ${DATA_DIR}/*.h5parm . LOCAL_DIR=/local/gitlab-runner/
rsync -av --progress ${DATA_DIR}/*.h5parm epoch_5026988680.9055605_concatenated.ms calibration_skymodel.txt ${LOCAL_DIR}/
cd ${LOCAL_DIR}
echo EXECUTING COMMAND: echo EXECUTING COMMAND:
echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\ echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \ msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
...@@ -20,7 +23,7 @@ echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\ ...@@ -20,7 +23,7 @@ echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\ DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \ msin=epoch_5026988680.9055605_concatenated.ms \
msin.nchan=50 \ msin.nchan=50 \
msin.ntimes=15 \ msin.ntimes=15 \
msin.startchan=100 \ msin.startchan=100 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment