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
