Skip to content

Commit

Permalink
add[qe,phonon]: submit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Bellentani committed Mar 12, 2024
1 parent d413b65 commit c1f3e35
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Day-2/exercise_ph/step1/submit.job
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
#SBATCH --nodes 1
#SBATCH --time=00:10:00
#SBATCH --partition=boost_usr_prod
#SBATCH -q boost_qos_dbg
#SBATCH --ntasks-per-node=<ranks>
#SBATCH --cpus-per-task=8
#SBATCH --gres=gpu:<gpus>
#SBATCH --job-name=phstep1
#SBATCH --error=err.job-%j
#SBATCH --output=out.job-%j
#SBATCH --account=EUHPC_TD02_030

module purge
module load profile/chem-phys
Expand Down
2 changes: 2 additions & 0 deletions Day-2/exercise_ph/step2/submit.job
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
#SBATCH --nodes 1
#SBATCH --time=00:10:00
#SBATCH --partition=boost_usr_prod
#SBATCH -q boost_qos_dbg
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=8
#SBATCH --gres=gpu:1
#SBATCH --job-name=phstep1
#SBATCH --error=err.job-%j
#SBATCH --output=out.job-%j
#SBATCH --account=EUHPC_TD02_030

module purge
module load profile/chem-phys
Expand Down
2 changes: 2 additions & 0 deletions Day-2/exercise_ph/step3/submit.job
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
#SBATCH --nodes 1
#SBATCH --time=00:10:00
#SBATCH --partition=boost_usr_prod
#SBATCH -q boost_qos_dbg
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=8
#SBATCH --gres=gpu:1
#SBATCH --job-name=phstep1
#SBATCH --error=err.job-%j
#SBATCH --output=out.job-%j
#SBATCH --account=EUHPC_TD02_030

module purge
module load profile/chem-phys
Expand Down
2 changes: 2 additions & 0 deletions Day-2/exercise_ph/step4/submit.job
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
#SBATCH --nodes 1
#SBATCH --time=00:10:00
#SBATCH --partition=boost_usr_prod
#SBATCH -q boost_qos_dbg
#SBATCH --ntasks-per-node=<tasks>
#SBATCH --cpus-per-task=8
#SBATCH --gres=gpu:<gpus>
#SBATCH --job-name=phstep1
#SBATCH --error=err.job-%j
#SBATCH --output=out.job-%j
#SBATCH --account=EUHPC_TD02_030

module purge
module load profile/chem-phys
Expand Down
2 changes: 2 additions & 0 deletions Day-2/exercise_ph/step5/submit.job
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
#SBATCH --nodes 1
#SBATCH --time=00:10:00
#SBATCH --partition=boost_usr_prod
#SBATCH -q boost_qos_dbg
#SBATCH --ntasks-per-node=<tasks>
#SBATCH --cpus-per-task=8
#SBATCH --gres=gpu:<gpus>
#SBATCH --job-name=phstep1
#SBATCH --error=err.job-%j
#SBATCH --output=out.job-%j
#SBATCH --account=EUHPC_TD02_030

module purge
module load profile/chem-phys
Expand Down

0 comments on commit c1f3e35

Please sign in to comment.