| 1 | = MPI |
| 2 | |
| 3 | == How to get the plugin |
| 4 | |
| 5 | == minimal version of the plugin |
| 6 | |
| 7 | == what the plugin does |
| 8 | |
| 9 | == How to install the plugin |
| 10 | |
| 11 | 1. launch ./bin/mg5 |
| 12 | 2. configure your fortran compiler: set fortran_compiler mpif77 (or set fortran_compiler ftn) |
| 13 | 3. configure your version to cluster mode: set run_mode 1 |
| 14 | 4. Choose your MPI_CLUSTER: set cluster_type cori_haswell (see below how to implement your own) |
| 15 | |
| 16 | == How to run the plugin |
| 17 | |
| 18 | |
| 19 | 1. ./bin/mg5_aMC |
| 20 | 2. type "generate p p > XXXXXXXX" |
| 21 | 3. type "output mpi PATH" |
| 22 | 4. type exit |
| 23 | 5. type "cd PATH" |
| 24 | 6. ./bin/generate_events |
| 25 | 7. this gridpack is created in the local directory and is typically named: "run_01_gridpack.tar.gz" |
| 26 | 8. you can use your gridpack on the grid (this is a single node job) |
| 27 | |