[mvapich-discuss] using gcc44/gfortran44

Jonathan Perkins perkinjo at cse.ohio-state.edu
Mon Oct 3 15:16:29 EDT 2011


The way you have it setup should work if you prefix each line with
export.  The preferred way would be the following:

./configure --prefix=/usr/mpi/gcc/mvapich2-1.7rc2
--with-file-system="nfs" --enable-threads --enable-shared
CC=/usr/bin/gcc44 CXX=/usr/bin/g++44 F77=/usr/bin/gfortran44
FC=/usr/bin/gfortran44 2>&1 | tee conf.out

On Mon, Oct 3, 2011 at 2:40 PM, Jacob Anderson <jwa at beyond-ordinary.com> wrote:
> Hello,
>
> How do I get MVAPICH2's configure script to use gcc44, gfortran44, and g++44
> as the compilers? I have a project where the 4.1x compilers crash during
> compilation.
>
> This is how I set up the configure run:
>
> GCC=/usr/bin/gcc44
> CC=/usr/bin/gcc44
> CXX=/usr/bin/g++44
> F77=/usr/bin/gfortran44
> FC=/usr/bin/gfortran44
>
> ./configure --prefix=/usr/mpi/gcc/mvapich2-1.7rc2 --with-file-system="nfs"
> --enable-threads --enable-shared | tee conf.out
>
> Thanks
>
> -- Jake
>
>
> =====================================================================
> ______   _____   | Beyond Ordinary Software Solutions
> (____  \ / ___ \ | Insurance * Entertainment * Defense * Government
>  ____)  ) |   | || -------------------------------------------------
> |  __  (| |   | || Jacob Anderson                          President
> | |__)  ) |___| || jwa at beyond-ordinary.com | www.beyond-ordinary.com
> |______/ \_____/ | 1-866-461-5253
>                 | San Diego + California + USA
> ---------------------------------------------------------------------
> .NET + Java + Windows + Unix + HPC + AI + 3D + Cryptography + Advice
> =====================================================================
>
>
>
>
>
> _______________________________________________
> mvapich-discuss mailing list
> mvapich-discuss at cse.ohio-state.edu
> http://mail.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
>
>



-- 
Jonathan Perkins
http://www.cse.ohio-state.edu/~perkinjo



More information about the mvapich-discuss mailing list