For instalation, do a ./configure followed by a make && make install.
Configure should specify at least the --target= and --prefix= options. If you want to use gtk+-1.2 instead of gtk+-2.0, use --with-gtk12. If you want a lot of debug information, use --with-debug
Beware that the PVM_PATH environment variable should be set to "prefix"/bin in order for the pvm version to run.
Also, "prefix"/bin should be accesible to all mpi nodes for the mpi version to run.
If you do not specify "prefix", this will be set to /usr/local.
To run the threaded version:
$ "prefix"/bin/gmandel
To run the PVM version:
$ pvm
pvm> spawn -> gmandel_pvm
To run the MPI version (lam-mpi):
$ lamboot
$ mpirun -c 1 "prefix"/bin/gmandel_mpi
Points to remember:
-- You should spawn the gmandel_pvm and gmandel_mpi on the server node
with Beowulf class clusters.
-- You should have the DISPLAY environment variable correctly defined
for remote display of the gmandel program. -- You can also do a ./autogen.sh to regenerate the configure script.
Enjoy.
