Re: [mpich2-core] Fwd: Please update Absoft listing on MPICH2 page
Hi Wood Lotz, I was able to build mpich2 with the absoft 10.1 compiler with following configure variables set: CC=gcc CXX=g++ F77=af77 F90=af90 and to compile/run simple MPI fortran 77 code fine. So it seems that U77 library isn't really needed to build mpich2, so I would think we could leave libU77.a out for users to link in by themselves. Can you confirm that ? A.Chan ----- "Rusty Lusk" <[email protected]> wrote:
Begin forwarded message:
From: Wood Lotz <[email protected]> Date: November 24, 2009 10:37:59 AM CST To: [email protected] Cc: [email protected] Subject: Please update Absoft listing on MPICH2 page
Rusty,
Further search of your site did locate Absoft build instructions for
MPICH2, however they are out of date. Please update them with updated instructions below.
Existing / Old: Q: How do I configure to use the Absoft Fortran compilers?
http://wiki.mcs.anl.gov/mpich2/index.php/Frequently_Asked_Questions
Updated Updated build instructions for MPICH2 for 32-bit and 64-bit Linux and Mac OS are available on our site at:
http://www.absoft.com/Products/Compilers/Fortran/Linux/fortran95/MPich_Instr...
Also, the Absoft Pro Fortran F95 compiler has been extended to include F77 extensions and the F77 compiler is no longer include effective v10.0 and later.
Build instructions for x64 Linux and Absoft Fortran v10.1 and later
is shown below:
Linux 64 bit, Absoft Fortran 95 10.1 and Later 1) Extract the MPICH2 source and change to the extracted source directory: tar -xzvf mpich2-1.0.6p1.tar.gz cd mpich2-1.0.6p1 2) Configure MPICH2 with the following command: ./configure F77=$ABSOFT/bin/f77 \ FFLAGS="-lU77" \ F90=$ABSOFT/bin/f90 \ F90FLAGS="-lU77" 3) Build MPICH2: make 4) Install MPICH2: make install
Thank you for your help on this matter. Please let us know if you have any additional questions.
Regards,
Wood Lotz
Hello Rusty,
It as been a while since we exchanged emails.
I am writing from Absoft to see if you would add Absoft Fortran to
the list (gnu, Intel and pgi) of Fortran compilers listed on your
MPICH2 page: http://wiki.mcs.anl.gov/mpich2/index.php/Testing_MPICH2
We are updating our site to include additional information, references and links for customers interested in building clusters.
We plan to put a link to your MPICH2 page and would like to see Absoft listed on it - rather than just the competition. Currently
we have build instructions for MPICH2 on our site for reference: http://www.absoft.com/Products/Compilers/Fortran/Linux/fortran95/BuildingMPI...
Please let me know if you have any questions.
Thank you.
Wood Lotz
--
Wood Lotz
Absoft Corporation 2781 Bond Street Rochester Hills, MI 48309 USA (248) 853-0050 - voice (248) 853 0108 - fax www.absoft.com 28 years of Software Leadership, Innovation & Performance Fortran, C+ + compilers & debugging solutions for Windows, OS X & Linux
participants (1)
-
chan@mcs.anl.gov