[mpich-discuss] configure MPICH with Absoft Fortran
Rajeev Thakur
thakur at mcs.anl.gov
Tue May 20 12:54:01 CDT 2014
The config.log shows this value for FFLAGS . Make sure FFLAGS is not set in your environment before running configure.
FFLAGS=-w -m64 -YEXT_NAMES=LCS -YEXT_SFX=_ -YMOD_ONLY
Rajeev
On May 19, 2014, at 10:39 PM, Yan Bai <yanbai06 at gmail.com> wrote:
> Dear all
>
> I haven been trying to install MPICH-3.1 for a month, but always failed. I use Absoft Fortran and configured the MPICH with the following command
>
> ./configure --prefix=/opt/mpich2-install F77=$ABSOFT/bin/af90 \
> FC=$ABSOFT/bin/af90 --with-pm=mpd
>
>
> I got the following error message:
>
> configure: error: The selected Fortran 90 compiler /Applications/Absoft10.2/bin/af90 does not work with the selected Fortran 77 compiler /Applications/Absoft10.2/bin/af90. Use the environment variables FC and F77 respectively to select compatible Fortran compilers. The check here tests to see if a main program compiled with the Fortran 90 compiler can link with a subroutine compiled with the Fortran 77 compiler.
>
> I also tried the configure line in the Readme file of MPICH-3.1 and the following one,
> ./configure --prefix=/opt/mpich2-install F77=$ABSOFT/bin/af77 \
> FC=$ABSOFT/bin/af90 --with-pm=mp
>
> All gave me the similar error message. Attached please find the config.log file.
>
> Any help/suggestions will be greatly appreciated!
>
> Best
>
> Yan
> <config.log>_______________________________________________
> discuss mailing list discuss at mpich.org
> To manage subscription options or unsubscribe:
> https://lists.mpich.org/mailman/listinfo/discuss
More information about the discuss
mailing list