[MITgcm-support] model hangs on opteron cluster
Samar Khatiwala
spk at ldeo.columbia.edu
Fri Jun 1 06:10:36 EDT 2007
Hi
I'm having problems running on an opteron cluster with pgf90/gcc/
mpich2 (see optfile below). The code compiles
without error, but the executable hangs. After I kill the job, it
writes this to stderr:
PGFIO/stdio: No such file or directory
PGFIO-F-/OPEN/unit=11/error code returned by host stdio - 2.
In source file eeset_parms.f, at line number 1372
PGFIO/stdio: No such file or directory
PGFIO-F-/OPEN/unit=11/error code returned by host stdio - 2.
In source file eeset_parms.f, at line number 1372
PGFIO/stdio: No such file or directory
PGFIO-F-/OPEN/unit=11/error code returned by host stdio - 2.
In source file eeset_parms.f, at line number 1372
PGFIO/stdio: No such file or directory
PGFIO-F-/OPEN/unit=11/error code returned by host stdio - 2.
In source file eeset_parms.f, at line number 1372
PGFIO/stdio: No such file or directory
PGFIO-F-/OPEN/unit=11/error code returned by host stdio - 2.
In source file eeset_parms.f, at line number 1372
Terminated
In my version of the code, the above line (1372) corresponds to (in
eeset_params.F)
OPEN(UNIT=scrUnit1,STATUS='SCRATCH')
Any ideas what might be wrong?
Thanks, Samar
This is my optfile (essentially copied from linux_amd64_pgf77+mpi_ncar):
FC=mpif90
CC=mpicc
LINK=mpif90
DEFINES='-DWORDLENGTH=4 -DALLOW_USE_MPI -DALWAYS_USE_MPI'
CPP='cpp -traditional -P'
NOOPTFLAGS='-O0'
MAKEDEPEND=/usr/X11R6/bin/makedepend
INCLUDES=-I/opt/mpich2/include
if test "x$IEEE" = x ; then
# No need for IEEE-754
FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend -Ktrap=fp'
FOPTIM='-tp k8-64 -pc=64 -fastsse -O3 -Msmart -Mvect=cachesize:
1048576,transform'
else
# Try to follow IEEE-754
FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend -Ktrap=fp'
FOPTIM='-tp k8-64 -pc=64 -fastsse -O3 -Msmart -Kieee -
Mvect=cachesize:1048576,transform'
fi
More information about the MITgcm-support
mailing list