Firefly and PC GAMESS-related discussion club


 
Learn how to ask questions correctly  
 
 
We are NATO-free zone
 



Re: Firefly 8

Luca Maidich
luca.maidich@gmail.com


Dear Antonio,
in firefly8 folder you can find different executables for different architectures. The one you have to choose depends on the MPI interface you have installed on your system (openMPI, mppich, mpich2, etc.)
If you issue from shell the command "which mpicc" (without quotes) you should obtain the path to mpicc and from that you should be able to get your MPI architecture, for example in my system I have the following

---example---
luca_at_host:~/Programs/firefly8rc40 which mpicc
/home/luca/Libraries/mpich-3.0.2/bin/mpicc
-------------

In this case I installed mpich-3.0.2 building from source (following the instruction in the downloaded archive) so my executable is firefly8.mpich.ex.
Once you find your executable you can set only that as "true" executable executing as shell command chmod 755 filenam.ex OR you can move all the un-needed executables in another subfolder

Hope this helps
Kind Regards
Luca


[ Previous ] [ Next ] [ Index ]           Thu Mar 28 '13 0:09am
[ Reply ] [ Edit ] [ Delete ]           This message read 847 times