thanks
after i use intelGF_one and run Make.com the output is :
cd /home/samad/hycom/ATLb2.00/src_2.2.18_22_one
setenv ARCH intelGF
setenv TYPE `echo $cwd | awk -F"_" '{print $NF}'`
awk -F_ {print $NF}
echo /home/samad/hycom/ATLb2.00/src_2.2.18_22_one
if ( ! -e ../config/intelGF_one ) then
if ( one == esmf ) then
make hycom ARCH=intelGF TYPE=one
gfortran -DIA32 -DREAL8 -DENDIAN_IO -DTIMER -fPIC -fno-second-underscore -O2 -fno-aggressive-loop-optimizations -march=native -m64 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -c mod_dimensions.F
gfortran -DIA32 -DREAL8 -DENDIAN_IO -DTIMER -fPIC -fno-second-underscore -O2 -fno-aggressive-loop-optimizations -march=native -m64 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -c mod_xc.F
gfortran -DIA32 -DREAL8 -DENDIAN_IO -DTIMER -fPIC -fno-second-underscore -O2 -fno-aggressive-loop-optimizations -march=native -m64 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -c mod_za.F
gfortran -DIA32 -DREAL8 -DENDIAN_IO -DTIMER -fPIC -fno-second-underscore -O2 -fno-aggressive-loop-optimizations -march=native -m64 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -c mod_pipe.F
gfortran -DIA32 -DREAL8 -DENDIAN_IO -DTIMER -fPIC -fno-second-underscore -O2 -fno-aggressive-loop-optimizations -march=native -m64 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -c mod_incupd.F
gfortran -DIA32 -DREAL8 -DENDIAN_IO -DTIMER -fPIC -fno-second-underscore -O2 -fno-aggressive-loop-optimizations -march=native -m64 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -c mod_floats.F
mod_floats.F:2571.23:
iseed1 = iabs (iseed1)
1
Error: Type of argument 'a' in call to 'iabs' at (1) should be INTEGER(4), not INTEGER(2)
mod_floats.F:2578.23:
iseed2 = iabs (iseed1)
1
Error: Type of argument 'a' in call to 'iabs' at (1) should be INTEGER(4), not INTEGER(2)
mod_floats.F:2592.30:
rtab(ic,1) = udev_rt(iseed1)
1
Warning: Type mismatch in argument 'iseed' at (1); passed INTEGER(2) to INTEGER(4)
mod_floats.F:2593.30:
rtab(ic,2) = grand_rt(iseed2)
1
Warning: Type mismatch in argument 'idum' at (1); passed INTEGER(2) to INTEGER(4)
make: *** [mod_floats.o] Error 1
if ( intelGF == Asp5 || intelGF == sp5 ) then
how to decoding some error?
thanks in advnace