SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.