Thanks for the response. =) I tried using those environment settings and everything compiled but when I went into the examples directory and did a "make testing" I got an error saying that it could not access libpgc.so, "no such file or directory". Since I mounted master:/usr/pgi on all of the comp nodes, I thought that maybe there is some library path flag that I need to include before I compile but that doesn't really make sense. (BTW, LD_LIBRARY_PATH is set to include /usr/pgi/linux86/lib) -Jenny =)
William Gropp wrote:
At 09:23 AM 2/14/2003 -0800, Jenny Aquilino wrote:Hi,
Does anyone know how to compile MPICH for use with the Portland Group compilers? (specifically Fortran 77 and 90) I don't know which environment settings and flags I need to change and what they should be changed to.
If you are using MPICH 1.2.5, use setenv CC pgcc setenv CXX pgCC setenv FC pgf77 setenv F90 pgf90 ./configure --prefix=installation-directory-root should be enough (it was for me when I tested it). Bill ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
