Run the project on kratos with command line:
"mpirun -np 4 ./pp --synch=3 --end=32.0 --batch=4 --gvt-interval=256"
Run the project on Blue Gene Q using the following in a .job file where < > should be changed with appropriate name:
#!/bin/sh #SBATCH --partition --nodes --time 30
srun --ntasks --overcommit -o .log ./pp --synch=3 --end=128.0 --batch=4 --gvt-interval=256