[RegCNET] MPI problem
bixq
bixq at ictp.it
Wed Aug 18 09:08:56 CEST 2010
Hi, Flavio:
After you installed openmpi, you have to add the library path into
your environment, for bash, you have to edit .bashrc file (under
your home directory), and add one line
export LD_LIBRARY_PATH=/opt/intel/openmpi/lib:$LD_LIBRARY_PATH
On Tue, 17 Aug 2010, Flavio Justino wrote:
> Hi colleagues,
>
> I am trying to compile the regcm4 using ifort and netcdf-3.6.0-p1,
> it seems to be OK to compile the models compoenents individually,
> however, when I type "make all" something goes wrong as below.
>
> I have installed the openmpi with ifort,
>
> The error message is :
>
>
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> SUCCESSFULLY CREATED clm2rcm BINARY FILES
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> make[1]: Entering directory `/home/fjustino/RegCM-4.0/Main'
> /usr/local/bin/mpif90 -I/usr/local/include -DMPP1 -DCLM -DSEAICE
> -DDCSST -O3 -fp-model precise -convert big_endian -assume byterecl -c
> -o mod_dynparam.o ../Config/mod_dynparam.F90
> fortcom: Error: mod_dynparam.F90, line 503: This module file was not
> generated by any release of this compiler. [MPI]
> use mpi
> ------------^
More information about the RegCNET
mailing list