This shows you the differences between two versions of the page.
| 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/ | module load chpc/ | ||
| - | . | ||
| - | . | ||
| # Run Pythia | # Run Pythia | ||
| ./mypythia | ./mypythia | ||
| | | ||
| - | =====Batch | + | =====Batch |
| 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 | + | mpirun -np $nproc |
| </ | </ | ||
| | | ||