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 [2024/04/03 07:41] – [Job script] amelicdoku:comsol [2024/04/25 08:49] – [Job script] amelic
Line 1: Line 1:
 ====== COMSOL ====== ====== COMSOL ======
 +More information about Comsol GUI applications and Comsol batch jobs here: [[https://colab.tuwien.ac.at/display/IAVSC/Comsol|TUCOLAB- Comsol]] 
  
 The following case is provided here including the directories-structure and the appropriate batch-file: {{ :doku:karman.rar |}} The following case is provided here including the directories-structure and the appropriate batch-file: {{ :doku:karman.rar |}}
Line 35: Line 36:
 #!/bin/bash #!/bin/bash
 # slurmsubmit.sh # slurmsubmit.sh
 +##Example for VSC5 zen0512
 #SBATCH --nodes=1 #SBATCH --nodes=1
 #SBATCH --ntasks-per-node=4 #SBATCH --ntasks-per-node=4
Line 56: Line 57:
 BATCHLOG="${path}/${MODELTOCOMPUTE}.log" BATCHLOG="${path}/${MODELTOCOMPUTE}.log"
  
-echo "reading the inputfile" 
-echo $INPUTFILE 
-echo "writing the resultfile to" 
-echo $OUTPUTFILE 
-echo "COMSOL logs written to" 
-echo $BATCHLOG 
-echo "and the usual slurm...out" 
- 
-# Example command for VSC5 
  
 comsol -mpi intel -np 4 -nn 4 batch slurm -inputfile ${INPUTFILE} -outputfile ${OUTPUTFILE} -batchlog ${BATCHLOG} -alivetime 600 comsol -mpi intel -np 4 -nn 4 batch slurm -inputfile ${INPUTFILE} -outputfile ${OUTPUTFILE} -batchlog ${BATCHLOG} -alivetime 600
Line 70: Line 62:
  
 </code> </code>
-More information about Comsol GUI applications and Comsol batch jobs here: [[https://colab.tuwien.ac.at/display/IAVSC/Comsol|TUCOLAB- Comsol]] +
 ==== Possible IO-Error ==== ==== Possible IO-Error ====
  
  • doku/comsol.txt
  • Last modified: 2024/04/25 09:42
  • by amelic