Skip to content
Snippets Groups Projects
Commit 5b0b4e4c authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Merge branch 'mflehmig--tu-dresden.de-preview-patch-62021' into 'preview'

Fix typo in Slurm option job-name

See merge request !589
parents 4597ea70 ea83293d
No related branches found
No related tags found
2 merge requests!590Automated merge from preview to main,!589Fix typo in Slurm option job-name
...@@ -34,7 +34,7 @@ marie@login$ # source $FOAM_CSH ...@@ -34,7 +34,7 @@ marie@login$ # source $FOAM_CSH
#SBATCH --time=12:00:00 # walltime #SBATCH --time=12:00:00 # walltime
#SBATCH --ntasks=60 # number of processor cores (i.e. tasks) #SBATCH --ntasks=60 # number of processor cores (i.e. tasks)
#SBATCH --mem-per-cpu=500M # memory per CPU core #SBATCH --mem-per-cpu=500M # memory per CPU core
#SBATCH -job-name="Test" # job name #SBATCH --job-name="Test" # job name
#SBATCH --mail-user=marie@tu-dresden.de # email address (only tu-dresden) #SBATCH --mail-user=marie@tu-dresden.de # email address (only tu-dresden)
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
...@@ -75,6 +75,7 @@ geometry and mesh generator cfx5pre, and the post-processor cfx5post. ...@@ -75,6 +75,7 @@ geometry and mesh generator cfx5pre, and the post-processor cfx5post.
#SBATCH --mem-per-cpu=1900M # memory per CPU core #SBATCH --mem-per-cpu=1900M # memory per CPU core
#SBATCH --mail-user=marie@tu-dresden.de # email address (only tu-dresden) #SBATCH --mail-user=marie@tu-dresden.de # email address (only tu-dresden)
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
module load ANSYS module load ANSYS
nodeset -e $SLURM_JOB_NODELIST | xargs -n1 > hostsfile_job_$SLURM_JOBID.txt nodeset -e $SLURM_JOB_NODELIST | xargs -n1 > hostsfile_job_$SLURM_JOBID.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment