[MITgcm-support] Error by ifort 9.1 compiler!

Baylor Fox-Kemper baylor at MIT.EDU
Wed Jan 10 12:15:34 EST 2007


Hi Vth,
   Take a look at the
linux_ia64_ifort+mpi_altix_gfdl_bfk

optfiles.  It works with ifort 9.1, I know.  However, there is some  
mess with which MPI library you use...

I think the critical lines are:

FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -convert big_endian'
LIBS='-lmpi -lnetcdf'
DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'

and you have to be sure to get all the include paths for the mpi  
library.

   -Baylor

On Jan 10, 2007, at 12:03 PM, Van Thinh Nguyen wrote:

> Hi all,
>
> Anyone can help me to fix the following error when I run a MPI on
> Altix with Linux SuSE OP (compiler: ifort 9.1)
>
> ----
> MPI: MPI_COMM_WORLD rank 4 has terminated without calling  
> MPI_Finalize()
> MPI: aborting job
> ----
>
> Last time when I upgraded the compiler from ifort 7. to ifort 8., I  
> got the same error as above, Patrick advised me to add
> "-assume byterecl" on the FLAGS line, then I got rid of this.
> This time I just upgrade the compiler from ifort 8. to ifort 9.1, I  
> also did add this option to the FLAGS line, but it doesn't help.
>
>
> Thanks,
>
> Vth
>
>
> ----------------------------------------------------
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support




More information about the MITgcm-support mailing list