[MITgcm-support] error in exp. s12t_16x32
Amitabh Mitra
amitabhmitra1 at rediffmail.com
Fri Sep 8 06:18:26 EDT 2006
Dear Sir,
I executed the sea ice exp. s12t_16x32
according to the instructions in README_ice
as shown below.
export SKIP_NETCDF_CHECK=t
cd MITgcm/verification/global_ocean.cs32x15/code
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
\cp ../../../utils/exch2/code-mods/s12t_16x32/* .
cd ../build
\rm *
../../../tools/genmake2 -mods=../code -of path/to/optfile
make depend
make
As I give the 'make' command the
server starts executing but after some time
it stops with the following error message
without creating the 'mitgcmuv'
-----------------------------------------------------------------------
ld32: INFO 136: In order to increase performance, the linker has decided to p
ad
individual arrays within common block gm_wtensor_. Please see
-OPT:reorg_common in the fortran man pages for details.
ld32: INFO 136: In order to increase performance, the linker has decided to p
ad
individual arrays within common block gm_tave_arrays_. Please s
ee
-OPT:reorg_common in the fortran man pages for details.
ld32: INFO 136: In order to increase performance, the linker has decided to p
ad
individual arrays within common block gm_tave_psi_b_. Please se
e
-OPT:reorg_common in the fortran man pages for details.
ld32: INFO 136: In order to increase performance, the linker has decided to p
ad
individual arrays within common block kpp_. Please see
-OPT:reorg_common in the fortran man pages for details.
ld32: INFO 136: In order to increase performance, the linker has decided to p
ad
individual arrays within common block kpp_tave_diags_. Please s
ee
-OPT:reorg_common in the fortran man pages for details.
ld32: INFO 136: In order to increase performance, the linker has decided to p
ad
individual arrays within common block tave_statevars_. Please s
ee
-OPT:reorg_common in the fortran man pages for details.
ld32: INFO 136: In order to increase performance, the linker has decided to p
ad
individual arrays within common block tave_thickness_. Please s
ee
-OPT:reorg_common in the fortran man pages for details.
ld32: INFO 136: In order to increase performance, the linker has decided to p
ad
individual arrays within common block seaice_grid_. Please see
-OPT:reorg_common in the fortran man pages for details.
ld32: ERROR 33 : Unresolved text symbol "timenow_" -- 1st referenced by timers
.o.
Use linker option -v to see when and which objects, archives and dsos ar
e loaded.
ld32: INFO 152: Output file removed because of error.
make: *** [mitgcmuv] Error 2
-----------------------------------------------------------------------
How can I remove the error ? Please see the attached optfile for verification.
Thanking you,
With regards,
Amitabh Mitra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20060908/1978b218/attachment.htm>
-------------- next part --------------
#!/bin/bash
#
# $Header: /u/gcmpack/MITgcm/tools/build_options/irix64_ip27_f77+mpi,v 1.1 2004/02/21 14:41:09 dimitri Exp $
#
S64='$(TOOLSDIR)/set64bitConst.sh'
MAKEDEPEND=makedepend
CPP='/usr/freeware/bin/gcc -E -traditional -P -'
DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_SGI -DWORDLENGTH=4'
FC='f90'
FFLAGS='-n32 -extend_source -bytereclen'
FOPTIM='-O3 -OPT:Olimit=0:roundoff=3:div_split=ON:alias=typed'
LIBS='-lmpi'
INCLUDEDIRS='/usr/include'
More information about the MITgcm-support
mailing list