Skip to content

Commit

Permalink
remove --exclusive from job templates (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 27, 2024
1 parent b5178bc commit 7fe237f
Show file tree
Hide file tree
Showing 44 changed files with 0 additions and 44 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --exclusive
#SBATCH --time=00:45:00
#SBATCH -J ondemand/sys/myjobs/basic_blast

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_cuda_serial
#SBATCH --time=00:10:00
#SBATCH --nodes=1
#SBATCH --exclusive
#SBATCH --gpus=1


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_gaussian
#SBATCH --time=0:30:00
#SBATCH --nodes=1
#SBATCH --exclusive

# A Basic Gaussian Job for the OSC Owens Cluster
# https://www.osc.edu/resources/available_software/software_list/gaussian
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_gaussian
#SBATCH --time=00:30:00
#SBATCH --nodes=1
#SBATCH --exclusive

# A Basic Gaussian Job for the OSC Pitzer Cluster
# https://www.osc.edu/resources/available_software/software_list/gaussian
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_matlab
#SBATCH --time=00:10:00
#SBATCH --nodes=1
#SBATCH --exclusive


# A Basic MATLAB Job for the OSC Pitzer Cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_namd_parallel
#SBATCH --nodes=2
#SBATCH --time=00:12:00
#SBATCH --exclusive

# A Basic NAMD Parallel Job for the OSC Pitzer Cluster
# https://www.osc.edu/resources/available_software/software_list/namd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_namd_parallel
#SBATCH --nodes=2
#SBATCH --time=00:12:00
#SBATCH --exclusive

# A Basic NAMD Parallel Job for the OSC Pitzer Cluster
# https://www.osc.edu/resources/available_software/software_list/namd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -J ondemand/sys/myjobs/basic_python_serial
#SBATCH --exclusive
#SBATCH --time=0:10:00
#SBATCH --nodes=1
scontrol show job $SLURM_JOBID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#SBATCH --nodes=1
#SBATCH --tasks-per-node 40
#SBATCH --time=00:30:00
#SBATCH --exclusive
#SBATCH --output=job-output

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#SBATCH --nodes=1
#SBATCH --tasks-per-node 40
#SBATCH --time=00:30:00
#SBATCH --exclusive
#SBATCH --output=job-output

#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
#SBATCH --time=00:30:00
#SBATCH --nodes=2
#SBATCH --exclusive
#SBATCH -J ondemand/sys/myjobs/basic_r_parallel

# A Basic R Parallel Job for the OSC Pitzer Cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#SBATCH -t 00:10:00
#SBATCH --output=mpi-hello.out
#SBATCH --nodes=4
#SBATCH --exclusive

#
# Load MPI module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#SBATCH -t 00:10:00
#SBATCH --output=mpi-hello.out
#SBATCH --nodes=4
#SBATCH --exclusive

#
# Load MPI module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#SBATCH --output=omp-hello.out
#SBATCH -t 00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# Load the OpenMPI module
module load intel/19.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#SBATCH --output=omp-hello.out
#SBATCH -t 00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# Load the OpenMPI module
module load intel/19.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#SBATCH --output=myscript.out
#SBATCH --partition=parallel
#SBATCH --nodes=4
#SBATCH --exclusive

#
# Load MPI module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#SBATCH --output=myscript.out
#SBATCH --partition=parallel
#SBATCH --nodes=4
#SBATCH --exclusive

#
# Load MPI module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_sequential
#SBATCH --time=00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# The following is an example of a single-processor sequential job that uses $TMPDIR as its working area.
# This batch script copies the script file and input file from the directory the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_sequential
#SBATCH --time=00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# The following is an example of a single-processor sequential job that uses $TMPDIR as its working area.
# This batch script copies the script file and input file from the directory the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
#SBATCH --exclusive
#SBATCH --nodes=1
#SBATCH --time=00:59:00
#SBATCH -J ondemand/sys/myjobs/vnc_job
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
#SBATCH --exclusive
#SBATCH --nodes=1
#SBATCH --time=00:59:00
#SBATCH -J ondemand/sys/myjobs/vnc_job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_sequential
#SBATCH --time=00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# The following is an example of a single-processor sequential job that uses $TMPDIR as its working area.
# This batch script copies the script file and input file from the directory the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --exclusive
#SBATCH --time=00:45:00
#SBATCH -J ondemand/sys/myjobs/basic_blast

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_cuda_serial
#SBATCH --time=00:10:00
#SBATCH --nodes=1
#SBATCH --exclusive
#SBATCH --gpus=1


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_gaussian
#SBATCH --time=0:30:00
#SBATCH --nodes=1
#SBATCH --exclusive

# A Basic Gaussian Job for the OSC Owens Cluster
# https://www.osc.edu/resources/available_software/software_list/gaussian
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_gaussian
#SBATCH --time=00:30:00
#SBATCH --nodes=1
#SBATCH --exclusive

# A Basic Gaussian Job for the OSC Pitzer Cluster
# https://www.osc.edu/resources/available_software/software_list/gaussian
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_matlab
#SBATCH --time=00:10:00
#SBATCH --nodes=1
#SBATCH --exclusive


# A Basic MATLAB Job for the OSC Pitzer Cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_namd_parallel
#SBATCH --nodes=2
#SBATCH --time=00:12:00
#SBATCH --exclusive

# A Basic NAMD Parallel Job for the OSC Pitzer Cluster
# https://www.osc.edu/resources/available_software/software_list/namd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_namd_parallel
#SBATCH --nodes=2
#SBATCH --time=00:12:00
#SBATCH --exclusive

# A Basic NAMD Parallel Job for the OSC Pitzer Cluster
# https://www.osc.edu/resources/available_software/software_list/namd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -J ondemand/sys/myjobs/basic_python_serial
#SBATCH --exclusive
#SBATCH --time=0:10:00
#SBATCH --nodes=1
scontrol show job $SLURM_JOBID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#SBATCH --nodes=1
#SBATCH --tasks-per-node 40
#SBATCH --time=00:30:00
#SBATCH --exclusive
#SBATCH --output=job-output

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#SBATCH --nodes=1
#SBATCH --tasks-per-node 40
#SBATCH --time=00:30:00
#SBATCH --exclusive
#SBATCH --output=job-output

#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
#SBATCH --time=00:30:00
#SBATCH --nodes=2
#SBATCH --exclusive
#SBATCH -J ondemand/sys/myjobs/basic_r_parallel

# A Basic R Parallel Job for the OSC Pitzer Cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#SBATCH -t 00:10:00
#SBATCH --output=mpi-hello.out
#SBATCH --nodes=4
#SBATCH --exclusive

#
# Load MPI module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#SBATCH -t 00:10:00
#SBATCH --output=mpi-hello.out
#SBATCH --nodes=4
#SBATCH --exclusive

#
# Load MPI module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#SBATCH --output=omp-hello.out
#SBATCH -t 00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# Load the OpenMPI module
module load intel/19.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#SBATCH --output=omp-hello.out
#SBATCH -t 00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# Load the OpenMPI module
module load intel/19.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#SBATCH --output=myscript.out
#SBATCH --partition=parallel
#SBATCH --nodes=4
#SBATCH --exclusive

#
# Load MPI module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#SBATCH --output=myscript.out
#SBATCH --partition=parallel
#SBATCH --nodes=4
#SBATCH --exclusive

#
# Load MPI module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_sequential
#SBATCH --time=00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# The following is an example of a single-processor sequential job that uses $TMPDIR as its working area.
# This batch script copies the script file and input file from the directory the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_sequential
#SBATCH --time=00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# The following is an example of a single-processor sequential job that uses $TMPDIR as its working area.
# This batch script copies the script file and input file from the directory the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
#SBATCH --exclusive
#SBATCH --nodes=1
#SBATCH --time=00:59:00
#SBATCH -J ondemand/sys/myjobs/vnc_job
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
#SBATCH --exclusive
#SBATCH --nodes=1
#SBATCH --time=00:59:00
#SBATCH -J ondemand/sys/myjobs/vnc_job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#SBATCH -J ondemand/sys/myjobs/basic_sequential
#SBATCH --time=00:01:00
#SBATCH --nodes=1
#SBATCH --exclusive

# The following is an example of a single-processor sequential job that uses $TMPDIR as its working area.
# This batch script copies the script file and input file from the directory the
Expand Down

0 comments on commit 7fe237f

Please sign in to comment.