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:38]
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
      
-=====Batch Scripts Example=====+=====Batch Script Example=====
 This is just a simple example which will be improved as testing commences:  This is just a simple example which will be improved as testing commences: 
 <file bash pythia8.qsub> <file bash pythia8.qsub>
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.1731314280.txt.gz · Last modified: 2024/11/11 10:38 by msovara