Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 210)

Ticket Resolution Summary Owner Reporter
#131 fixed Error when compiling the flexwrf3.2 with GNU for OPENMP parallel run jbrioude skarri
Description

Hi, When I compile the flexwrf3.2 beta with GNU compiler for OPENMP parallel run with following command

make -f makefile.mom omp for OPENMP parallel run

I received error message as follows

mt_stream.f90:110:52 integer (INT32), parameter :: MT19937_MATA =INT (Z' 9908b0df', INT32) Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check

This was compiled successfully with following command without any error

gfortran -c -I/home/gnu/netcdf-4.1/include -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -fno-range-check mt_stream.f90

Again I received the same error message for mt_stream.f90, this program also compiled with

gfortran -c -I/home/gnu/netcdf-4.1/include -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -fno-range-check mt_stream.f90 after compilation of this program I have used make -f makefile.mom omp for OPENMP parallel run command for installation

This time I received read_ncwrfout.f90:82 Error: Con't open include fiel 'netcdf.inc' complete netcdf libraries path was set in makefile.mom, but still I received this message.

Pls, help me to install model with GNU for parallel simulation

Thanks in advance.

#132 fixed Error while installation flexwrf3.2 with GNU for OPENMP parallel run skarri
Description

Hi, I installed netcdf fortran according to you I have given complete path of netcdf in makefile.mom

after that I have received the following error

write_ncheader.f90:126.60:

ncret = nf_create(path(1)(1:length(1))ncname, NF_NETCDF4,ncid)

1

Error: Symbol 'nf_netcdf4' at (1) has no IMPLICIT type write_ncheader.f90:359.10:

ncret = NF_DEF_VAR_deflate(ncid,nclonvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:372.10:

ncret = NF_DEF_VAR_deflate(ncid,nclonvid2, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:383.10:

ncret = NF_DEF_VAR_deflate(ncid,nclatvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:391.10:

ncret = NF_DEF_VAR_deflate(ncid,nclatvid2, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:401.10:

ncret = NF_DEF_VAR_deflate(ncid,nclvlvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:412.10:

ncret = NF_DEF_VAR_deflate(ncid,ncspcvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:420.10:

ncret = NF_DEF_VAR_deflate(ncid,ncagevid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:430.10:

ncret = NF_DEF_VAR_deflate(ncid,ncrecvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:438.10:

ncret = NF_DEF_VAR_deflate(ncid,ncrnvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:448.10:

pls, suggest me

Thanking you

#133 fixed Error while installation flexwrf3.2 with GNU for OPENMP parallel run skarri
Description

Dear, I able to compile all programs, objective files also generated for all programs including "flexwrf.o", after that I received the following error message /user/bin/gfortran *.o -o gfortran: argument to '-o' missing make: * [omp] Error 1

Note: See TracQuery for help on using queries.
hosted by ZAMG