TestGalNotes
From BCCD 3.0
How to Run
- Get ready
- startx (if it hasn't been done already)
- cd ~/Gal
- make clean && make
- Make sure a single process on localhost works:
mpirun -np 1 ~/Gal/GalaxSee
- Make sure two processes on localhost works:
mpirun -np 2 ~/Gal/GalaxSee
- 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>/GalaxSee