Skip to content

Commit

Permalink
slurm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tgorni committed Mar 12, 2024
1 parent 926cfdb commit 38ff85f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Day-2/exercise_eels/submit_eels.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#SBATCH --partition=boost_usr_prod
#SBATCH --qos=boost_qos_dbg
#SBATCH --nodes=1
#SBATCH --ntasks=4
#SBATCH --ntasks=16
#SBATCH --cpus-per-task=1
#SBATCH --time=00:30:00

Expand All @@ -22,5 +22,5 @@ export ESPRESSO_DIR=/leonardo_work/EUHPC_TD02_030/builds/qe7.2/bin

export OMP_NUM_THREADS=1

mpirun -n 4 ${ESPRESSO_DIR}/turbo_eels.x -nk 4 -i turbo_eels.Si.tddfpt.in > turbo_eels.Si.tddfpt.out
mpirun -n 16 ${ESPRESSO_DIR}/turbo_eels.x -nk 16 -i turbo_eels.Si.tddfpt.in > turbo_eels.Si.tddfpt.out

4 changes: 2 additions & 2 deletions Day-2/exercise_magnons/submit_magnon.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#SBATCH --partition=boost_usr_prod
#SBATCH --qos=boost_qos_dbg
#SBATCH --nodes=1
#SBATCH --ntasks=16
#SBATCH --ntasks=32
#SBATCH --cpus-per-task=1
#SBATCH --time=00:30:00

Expand All @@ -22,5 +22,5 @@ export ESPRESSO_DIR=/leonardo_work/EUHPC_TD02_030/builds/qe7.2/bin

export OMP_NUM_THREADS=1

mpirun -np 16 ${ESPRESSO_DIR}/turbo_magnon.x -nk 16 -i turbo_magnon.Fe.tddfpt.in > turbo_magnon.Fe.tddfpt.out
mpirun -np 32 ${ESPRESSO_DIR}/turbo_magnon.x -nk 32 -i turbo_magnon.Fe.tddfpt.in > turbo_magnon.Fe.tddfpt.out

0 comments on commit 38ff85f

Please sign in to comment.