Skip to content

Commit

Permalink
Removed all notions of the short partition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Bockwoldt authored and stigrj committed Oct 29, 2018
1 parent d6ea9b7 commit d9eb54b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 24 deletions.
1 change: 0 additions & 1 deletion applications/chemistry/Schrodinger/run_schrod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Set all settings to your satisfaction.
Open the job settings; you should only be presented the following options

#. localhost (only for job-setups)
#. batch-short (2 hrs walltime/200 cpus)
#. batch-normal (2 days (=48hrs) of walltime/1000 cpus)
#. batch-long (21 days (504 hrs) of walltime/1000cpus)

Expand Down
5 changes: 1 addition & 4 deletions jobs/files/slurm-MPI-OMP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
# d-hh:mm:ss
#SBATCH --time=0-00:05:00

# short partition should do it
#SBATCH --partition short

# 500MB memory per core
# this is a hard limit
# this is a hard limit
#SBATCH --mem-per-cpu=500MB

# turn on all mail notification
Expand Down
5 changes: 1 addition & 4 deletions jobs/files/slurm-MPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
# d-hh:mm:ss
#SBATCH --time=0-00:05:00

# short partition should do it
#SBATCH --partition short

# 500MB memory per core
# this is a hard limit
# this is a hard limit
#SBATCH --mem-per-cpu=500MB

# turn on all mail notification
Expand Down
5 changes: 1 addition & 4 deletions jobs/files/slurm-OMP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
# d-hh:mm:ss
#SBATCH --time=0-00:05:00

# short partition should do it
#SBATCH --partition short

# 500MB memory per core
# this is a hard limit
# this is a hard limit
#SBATCH --mem-per-cpu=500MB

# turn on all mail notification
Expand Down
3 changes: 0 additions & 3 deletions jobs/files/slurm-big-memory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
# d-hh:mm:ss
#SBATCH --time=0-00:05:00

# short partition should do it
#SBATCH --partition short

# total memory for this job
# this is a hard limit
# note that if you ask for more than one CPU has, your account gets
Expand Down
5 changes: 1 addition & 4 deletions jobs/files/slurm-job-array.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
# d-hh:mm:ss
#SBATCH --time=0-00:05:00

# short partition should do it
#SBATCH --partition short

# 500MB memory per core
# this is a hard limit
# this is a hard limit
#SBATCH --mem-per-cpu=500MB

# you may not place bash commands before the last SBATCH directive
Expand Down
1 change: 0 additions & 1 deletion jobs/files/slurm-smaller-jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#SBATCH --job-name=example
#SBATCH --ntasks=20
#SBATCH --time=0-00:05:00
#SBATCH --partition short
#SBATCH --mem-per-cpu=500MB

cd ${SLURM_SUBMIT_DIR}
Expand Down
3 changes: 0 additions & 3 deletions jobs/partitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ be covered by both ``--partition=...`` and ``--qos=...``.

We have the following partitions:

short:
For testing and debugging. Up to 1 hour of walltime.

normal:
The default partition. Up to 48 hours of walltime.

Expand Down

0 comments on commit d9eb54b

Please sign in to comment.