User Tools

Site Tools


howto:pythia8

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
howto:pythia8 [2024/11/11 10:51]
msovara
howto:pythia8 [2024/11/11 10:55] (current)
msovara [About Pythia8]
Line 6: Line 6:
   module avail 2>&1 | grep -i pythia   module avail 2>&1 | grep -i pythia
   module load chpc/phys/pythia8/8.309-gcc13   module load chpc/phys/pythia8/8.309-gcc13
-  . 
-  . 
   # Run Pythia   # Run Pythia
   ./mypythia   ./mypythia
Line 32: Line 30:
 nproc=`cat $PBS_NODEFILE | wc -l` nproc=`cat $PBS_NODEFILE | wc -l`
 exe=pythia8 exe=pythia8
-mpirun -iface ib0 -np $nproc $exe -parallel > pythia.out+mpirun -np $nproc ./exe > pythia.out
 </file> </file>
      
/app/dokuwiki/data/attic/howto/pythia8.1731315083.txt.gz · Last modified: 2024/11/11 10:51 by msovara