Skip to content

Commit

Permalink
Merge pull request #44 from mathiasbockwoldt/master
Browse files Browse the repository at this point in the history
Added --quiet to silence ml purge in examples
  • Loading branch information
bast committed May 25, 2018
2 parents 950a0f1 + a2eac18 commit 1df534a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion applications/chemistry/files/job_adf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cores=$SLURM_NTASKS # Number of cores potentially used by mpi engine in submit

# We load all the default program system settings with module load:

module purge
module purge --quiet
module load ADF/adf2017.108

# Now we create working directory and temporary scratch for the job(s):
Expand Down
2 changes: 1 addition & 1 deletion applications/chemistry/files/job_band.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cores=40 # Number of cores potentially used by mpi engine in submit procedure

# We load all the default program system settings with module load:

module purge
module purge --quiet
module load ADF/adf2017.108

# Now we create working directory and temporary scratch for the job(s):
Expand Down
2 changes: 1 addition & 1 deletion applications/chemistry/files/job_g09.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext=com # We use the same naming scheme as the software default extention

# We load all the default program system settings with module load:

module purge
module purge --quiet
module load Gaussian/09.d01

# Now we create working directory and temporary scratch for the job(s):
Expand Down
2 changes: 1 addition & 1 deletion applications/chemistry/files/job_molcas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ input=C2H6 # Name of job input

# We load all the default program system settings with module load:

module purge
module purge --quiet
module load Molcas/molcas82-intel-2015a
# You may check other available versions with "module avail Molcas"

Expand Down
2 changes: 1 addition & 1 deletion applications/chemistry/files/job_turbo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# --cpus-per-task : always full nodes

# load modules
module purge
module purge --quiet
module load TURBOMOLE/7.2

# TURBOMOLE needs this variable
Expand Down
2 changes: 1 addition & 1 deletion applications/chemistry/files/job_vasp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ input=$(ls ${proj}/{INCAR,KPOINTS,POTCAR,POSCAR}) # Input files from job folder

# We load all the default program system settings with module load:

module purge
module purge --quiet
module load VASP/5.4.1.plain-intel-2016a
# You may check other available versions with "module avail VASP"

Expand Down
2 changes: 1 addition & 1 deletion applications/physics/files/job_StarCCM+.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
##############
# Setting software environment for STAR CCM+

module purge
module purge --quiet
module load STAR-CCM+/STAR-CCM+12.02.010

##############
Expand Down
2 changes: 1 addition & 1 deletion applications/physics/files/run_comsol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mkdir -p ${workdir}
cp ${inp}.${ext} ${workdir}

# load necessary modules
module purge
module purge --quiet
module load COMSOL/5.3-intel-2016a

# run calculation in workdir
Expand Down

0 comments on commit 1df534a

Please sign in to comment.