Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
doku:comsol [2024/04/03 07:55] – [COMSOL] amelicdoku:comsol [2024/04/25 08:49] – [Job script] amelic
Line 36: 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 57: 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
  • doku/comsol.txt
  • Last modified: 2024/04/25 09:42
  • by amelic