User Tools

Site Tools


cluster:218

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cluster:218 [2023/09/27 12:52] – [Resources] hmeij07cluster:218 [2025/06/19 15:43] (current) hmeij07
Line 93: Line 93:
  
 <code> <code>
 +
 +Account
 +#SBATCH --account=pifacultyusername
  
 NODE control NODE control
Line 124: Line 127:
 ** Pending Jobs  ** ** Pending Jobs  **
  
-I keep having to inform users that with -n 1 and -cpu 1 your can still go in pending state because user forgot to reserve memory so silly slurm assumes your jobs needs all the node's memory. Here is my template then+I keep having to inform users that with -n 1 and -cpu 1 your job can still go in pending state because user forgot to reserve memory ... so silly slurm assumes your job needs all the node's memory. Here is my template then
  
 <code> <code>
Line 391: Line 394:
 # #
 # GENERAL # GENERAL
 +#SBATCH --account=pifacultyusername
 #SBATCH --job-name="test" #SBATCH --job-name="test"
 #SBATCH --output=out   # or both in default file #SBATCH --output=out   # or both in default file
Line 507: Line 511:
 # #
 # GENERAL # GENERAL
 +#SBATCH --account=pifacultyusername
 #SBATCH --job-name="test" #SBATCH --job-name="test"
 #SBATCH --output=out   # or both in default file #SBATCH --output=out   # or both in default file
cluster/218.1695819144.txt.gz · Last modified: by hmeij07