Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
doku:comsol [2023/02/22 20:43] – [Using a shared node] goldenbergdoku:comsol [2023/05/30 08:27] amelic
Line 39: Line 39:
 #SBATCH --ntasks-per-node=24 #SBATCH --ntasks-per-node=24
 #SBATCH --job-name="karman" #SBATCH --job-name="karman"
-#SBATCH --partition=skylake_0384 +#SBATCH --partition=zen3_0512 
-#SBATCH --qos=skylake_0384+#SBATCH --qos=zen3_0512_devel
  
 module purge module purge
Line 60: Line 60:
 echo "and the usual slurm...out" echo "and the usual slurm...out"
  
-# COMSOL's internal command for number of nodes -nn and so on (-np, -nnhost, ...are deduced from SLURM +# Example command line for VSC5 
-comsol batch -mpibootstrap slurm -inputfile ${INPUTFILE} -outputfile ${OUTPUTFILE} -batchlog ${BATCHLOG} -alivetime 15 -recover -mpidebug 10+# COMSOL's internal command for number of nodes -np, -nnhost, ... are deduced from SLURM 
 +comsol batch slurm -nn 24 -inputfile ${INPUTFILE} -outputfile ${OUTPUTFILE} -batchlog ${BATCHLOG} -alivetime 15 -recover -mpidebug 10 
 + 
 +# Example script for VSC4 @ TUCOLAB
 </code> </code>
  
  • doku/comsol.txt
  • Last modified: 2024/04/25 09:42
  • by amelic