MEEP on the cluster

From KIP Wiki
⧼kip-jumptonavigation⧽⧼kip-jumptosearch⧽

To run MEEP on the cluster, best write a bash script with a slurm header (read the doc or ask someone for a template)

You can also run the simulation on the cluster without a bash script:

Copy your meepfile.py to the cluster and type the command:

srun -p einc singularity exec --app dls /containers/testing/c15874p15_2022-11-30_1.img mpirun -np X* python3 meepfile.py

  • X: if you use a bash file with a slurm header make sure to put the same value for X as for "--cpus-per-task"