But I got a error "insufficient virtual memory" when I set "LuvSrc " and "LtracerSrc " were ture.
Code: Select all
forrtl: severe (41): insufficient virtual memory
Image PC Routine Line Source
oceanG 00000000023BC098 mod_sources_mp_al 133 mod_sources.f90
oceanG 00000000020A94D5 mod_arrays_ 83 mod_arrays.f90
oceanG 000000000041BCEE ocean_control_mod 120 ocean_control.f90
oceanG 000000000041A850 MAIN__ 95 master.f90
oceanG 000000000041A656 Unknown Unknown Unknown
libc.so.6 0000003921A1ED1D Unknown Unknown Unknown
oceanG 000000000041A549 Unknown Unknown Unknown
Code: Select all
model name : Intel(R) Xeon(R) CPU E5-4640 0 @ 2.40GHz
MemTotal: 132135956 kB
processor : 63
vendor_id : GenuineIntel
cpu family : 6
model : 45
model name : Intel(R) Xeon(R) CPU E5-4640 0 @ 2.40GHz
stepping : 7
cpu MHz : 1200.000
cache size : 20480 KB
physical id : 3
siblings : 16
core id : 7
cpu cores : 8
apicid : 111
initial apicid : 111
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
bogomips : 4799.38
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
Code: Select all
[code]
#define ANA_BSFLUX
#define ANA_BTFLUX
/*!#define ASSUMED_SHAPE */
#define CURVGRID
#define DIFF_GRID
#define DJ_GRADPS
#define DOUBLE_PRECISION
#define INLINE_2DIO
#define KANTHA_CLAYSON
#define MASKING
#define MIX_GEO_TS
#define MIX_S_UV
/*#define MPI */
/*
#define MY25_MIXING
*/
#define NONLINEAR
#define NONLIN_EOS
#define N2S2_HORAVG
#define POWER_LAW
#define PROFILE
#define NO_LBC_ATT
#define QCORRECTION
#define K_GSCHEME
#define RADIATION_2D
/*#define !RST_SINGLE*/
#define SALINITY
#define SRELAXATION
#define SOLAR_SOURCE
#define SOLVE3D
/*!#define SPLINES */
#define SPLINES_VDIFF
#define SPLINE_VVISC
#define SPONGE
/*#define !STOCH_OPT_WHITE*/
#define TCLIMATOLOGY
#define TCLM_NUDGING
/*#define TS_A4HADVECTION
#define TS_A4VADVECTION */
#define TS_DIF2
/*#define TS_PSOURCE
replaced by TtracerSrc in file**/
#define UV_ADV
#define UV_COR
#define UV_U3HADVECTION
#define UV_C4VADVECTION
#define UV_QDRAG
/*#define UV_PSOURCE *//*replaced by LurSrv in file */
#define UV_VIS2
#define VAR_RHO_2D
#define VISC_GRID
/*#undefine river
#undefine PSOURCE
#undefine PSOURCE_NCFILE
*/
#define ANA_SPFLUX
#define ANA_BPFLUX
/*#define LMD_MING*/
#define SSH_TIDES
#define BULK_FLUXES
#ifdef BULK_FLUXES
#define LONGWAVE
#define ANA_RAIN
#else
#define ANA_SMFLUX
#define ANA_STFLUX
#endif
#define ANA_SSFLUX
#define SPLINES_VDIFF
#define LMD_MIXING
#ifdef LMD_MIXING
#define LMD_MING
#define LMD_RIMIX
#define LMD_CONVEC
#define LMD_SKPP
#define LMD_BKPP
#define LMD_NONLOCAL
#define RI_SPLINES
#endif
#define TS_U3HADVECTION /* use if 3rd-order upstream horiz. advection*/
#define TS_C4VADVECTION
#define UV_SADVECTION
#define DIURNAL_SRFLUX
#define ANA_SSFLUX
#define BIO_FENNEL
#ifdef BIO_FENNEL
#define CARBON
#define DENITRIFICTION
#define BIO_SEDIMENT
#define DIAGNOSTICS_BIO
#endif
#if defined ECOSIM || defined BIO_FENNEL
#define ANA_SPFLUX
#define ANA_BPFLUX
#define ANA_CLOUD
#endif
#if defined BULK_FLUXES ||defined ECOSIM
#define ANA_CLOUD
#define PAPA_CLM
#endif