The goal is to edit existing code and make it multi-process.
To compile on FIU ocelot:
Type /usr/lib64/openmpi/bin/mpic++ -lncurses pacman.cpp -o pacman -lm
Then ./pacman to run
If you have mpic++ in your system path, then type:
mpic++ -lncurses pacman.cpp -o pacman -lm
Rams
- Isumy C Aguila Garcia
- Bryan Consuegra
- Esteban Huezo
- Cassandra Zuria
Code edited from _Prof. Dr.-Ing. Jurgen Brauer
file: _PacMan_OOP.cpp_
PacMan project with a Ghost class.