Skip to content

Commit

Permalink
Rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Apr 24, 2024
1 parent 02f46fe commit 26825bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HPC/MARS-demo-MPI-1x8x8.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

############# SLURM SETTINGS #############
#SBATCH --account=project0000 # account name (mandatory), if the job runs under a project then it'll be the project name, if not then it should =none
#SBATCH --job-name=EcoSISTEM-test # some descriptive job name of your choice
#SBATCH --job-name=MPIRun-1x8x8 # some descriptive job name of your choice
#SBATCH --output=%x-%j.out # output file name will contain job name + job ID
#SBATCH --error=%x-%j.err # error file name will contain job name + job ID
#SBATCH --partition=nodes # which partition to use, default on MARS is “nodes" (or "smp", "gpu", "gpuplus")
Expand Down

0 comments on commit 26825bb

Please sign in to comment.