[MITgcm-support] diagnostic errors
Dimitris Menemenlis
menemenlis at sbcglobal.net
Mon Oct 17 13:03:26 EDT 2005
> - globalfiles=F (by the way, I don't know how it works with
> useSingleCpuIO=T & globalfiles=F)
The (admittedly Byzantinian) logic implemented is:
#ifdef ALLOW_USE_MPI
if (useSingleCpuIO) then
elseif ( .NOT. useSingleCpuIO ) then
#endif /* ALLOW_USE_MPI */
if (globalFile) then
else ! not global file
endif ! global fle
#ifdef ALLOW_USE_MPI
C endif useSingleCpuIO
endif
#endif /* ALLOW_USE_MPI */
--
Dimitris Menemenlis <menemenlis at jpl.nasa.gov>
Jet Propulsion Lab, California Institute of Technology
MS 300-323, 4800 Oak Grove Dr, Pasadena CA 91109-8099
tel: 818-354-1656; fax: 818-393-6720
More information about the MITgcm-support
mailing list