User Tools

Site Tools


howto:root

Differences

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

Link to this comparison view

howto:root [2024/11/11 10:06]
msovara created
howto:root [2024/11/11 13:33] (current)
msovara [Batch Scripts Example]
Line 50: Line 50:
 #PBS -m abe #PBS -m abe
 #PBS -M username@email.co.za #PBS -M username@email.co.za
-### Source the openFOAM environment: +### Activate the conda ROOT environment:  
-. /apps/chpc/compmech/CFD/OpenFOAM/OF2112+ conda activate root_env
 ##### Running commands ##### Running commands
 # Set this environment variable explicitly. # Set this environment variable explicitly.
Line 59: Line 59:
 nproc=`cat $PBS_NODEFILE | wc -l` nproc=`cat $PBS_NODEFILE | wc -l`
 exe=root exe=root
-mpirun -iface ib0 -np $nproc $exe -parallel > root.out+mpirun -np $nproc $exe > root.out
 </file> </file>
    
/app/dokuwiki/data/attic/howto/root.1731312411.txt.gz · Last modified: 2024/11/11 10:06 by msovara