Skip to content
Snippets Groups Projects
Commit 526eaa90 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

config_qp_compare/nidoall_qp_compare.sh initial commit.

parent aa55c130
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --job-name=pyicon_qp
#SBATCH --time=00:20:00
#SBATCH --output=log.o-%j.out
#SBATCH --error=log.o-%j.out
#SBATCH --ntasks=1
#SBATCH --partition=compute
#SBATCH --account=mh0033
module list
source ~/pyicon/tools/act_pyicon_py39.sh
which python
qp_compare="../pyicon/quickplots/qp_compare.py"
startdate=`date +%Y-%m-%d\ %H:%M:%S`
srun --exclusive -n 1 -c 1 python -u $qp_compare config_r2b6_idemix_levante.py &
wait
enddate=`date +%Y-%m-%d\ %H:%M:%S`
echo "--------------------------------------------------------------------------------"
echo "Started at ${startdate}"
echo "Ended at ${enddate}"
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