This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |
h7mumuj:start [2024/10/29 21:51] – asiodmok | h7mumuj:start [2024/10/30 10:34] (current) – [Install Herwig7] asiodmok |
---|
$ chmod +x herwig-bootstrap </code> | $ chmod +x herwig-bootstrap </code> |
- Start an interactive node session (Easier to debug if installation fails): <code> $ srun -p plgrid-now -t 5:00:00 --mem=5GB -A <grantname-cpu> --pty /bin/bash </code> **Note**: Only one interactive plgrid-now session can be run at a time. Adjust the session duration and memory allocation as required. The above specified parameters should suffice in general. | - Start an interactive node session (Easier to debug if installation fails): <code> $ srun -p plgrid-now -t 5:00:00 --mem=5GB -A <grantname-cpu> --pty /bin/bash </code> **Note**: Only one interactive plgrid-now session can be run at a time. Adjust the session duration and memory allocation as required. The above specified parameters should suffice in general. |
- Run bootstrap and exit session when completed: <code> $ ./herwig-bootstrap -j4 $PWD/Herwig | - Run bootstrap and exit session when completed: <code>[ares][username@ac0787 ~]$ ./herwig-bootstrap -j4 $PWD/Herwig |
$ exit </code> | [ares][username@ac0787 ~]$ exit </code> **Note**: The login01 node changes to ac0xxx when in a computing node. |
- More options for running bootstrap can be found with <code> $ ./herwig-bootstrap --help </code> | - More options for running bootstrap can be found with <code> $ ./herwig-bootstrap --help </code> |
- Activate Herwig environment : <code> $ source Herwig/bin/activate </code> | - Activate Herwig environment : <code> $ source Herwig/bin/activate </code> |