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/06/29 12:55] amelic
Line 11: Line 11:
 module avail Comsol module avail Comsol
 </code> </code>
-Currently on VSC-4, these versions can be loaded:+Currently on VSC-4 and VSC-5, these versions can be loaded:
   * Comsol/5.5   * Comsol/5.5
   * Comsol/5.6   * Comsol/5.6
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 
 + 
 +export I_MPI_PIN_RESPECT_CPUSET=0 
 +export I_MPI_PIN_PROCESSOR_LIST=0-23
  
 module purge module purge
-module load Comsol/5.6+module load intel-mpi/2021.5.0  
 +module load Comsol/6.1
  
 MODELTOCOMPUTE="karman" MODELTOCOMPUTE="karman"
Line 60: Line 64:
 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 +
-</code>+
  
 +comsol -mpi intel -np 24 -nn 24 batch slurm -inputfile ${INPUTFILE} -outputfile ${OUTPUTFILE} -batchlog ${BATCHLOG} -alivetime 15
 +
 +
 +</code>
 +More information about Comsol GUI applications and Comsol batch jobs here: [[https://colab.tuwien.ac.at/display/IAVSC/Comsol|TUCOLAB]] 
 ==== Possible IO-Error ==== ==== Possible IO-Error ====
  
  • doku/comsol.txt
  • Last modified: 2024/04/25 09:42
  • by amelic