TestLifeNotes
From BCCD 3.0
How to Run
- Get ready
- startx (if it hasn't been already done)
- cd ~/Life
- make clean && make
- Make sure a single process on localhost works:
mpirun -np 1 ~/Life/Life - Make sure two processes on localhost works:
mpirun -np 2 ~/Life/Life - Prepare for multiple nodes: (Note the tmp dir used)
bccd-syncdir . ~/machines - Run via multiple nodes: (Note that you may need to increase -np 2 in order to actually get to multiple nodes)
mpirun -machinefile ~/machines -np 2 /tmp/<TMPDIR>/Life
