- 积分
- 29
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-12-17
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我用的是学校大型机而且是dmpar,到namelist.input那步就出现 starting wrf task 0 of 1--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
这个问题,然后-mpirun后
[111@log04 em_real]$ mpirun -np 4 ./real.exe
starting wrf task 1 of 4
starting wrf task 0 of 4
starting wrf task 2 of 4
starting wrf task 3 of 4
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 2 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun has exited due to process rank 3 with PID 4616 on
node log04 exiting improperly. There are two reasons this could occur:
1. this process did not call "init" before exiting, but others in
the job did. This can cause a job to hang indefinitely while it waits
for all processes to call "init". By rule, if one process calls "init",
then ALL processes must call "init" prior to termination.
2. this process called "init", but exited without calling "finalize".
By rule, all processes that call "init" MUST call "finalize" prior to
exiting or it will be considered an "abnormal termination"
This may have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
出现这个问题,我用的是fnl2011-7-18 0时到18时的数据
然后查了rsl.error出现
taskid: 0 hostname: log04
Namelist logging not found in namelist.input. Using registry defaults for varia
bles in logging.
Namelist dfi_control not found in namelist.input. Using registry defaults for v
ariables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for variables
in tc
Namelist noah_mp not found in namelist.input. Using registry defaults for varia
bles in noah_mp
Namelist scm not found in namelist.input. Using registry defaults for variables
in scm
Namelist fire not found in namelist.input. Using registry defaults for variable
s in fire
Namelist diags not found in namelist.input. Using registry defaults for variabl
es in diags
Ntasks in X 2, ntasks in Y 2
--- WARNING: traj_opt is zero, but num_traj is not zero; setting num_traj to ze
ro.
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval
= 0 for all domains
--- NOTE: grid_fdda is 0 for domain 1, setting gfdda interval and ending t
ime to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain 1, setting
sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain 1, setting obs nudging interval an
d ending time to 0 for that domain.
bl_pbl_physics /= 4, implies mfshconv must be 0, resetting
--- NOTE: num_soil_layers has been set to 4
REAL_EM V3.5 PREPROCESSOR
Parent domain
ids,ide,jds,jde 1 70 1 70
ims,ime,jms,jme -4 42 -4 42
ips,ipe,jps,jpe 1 35 1 35
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1, 52421996 bytes allocat
ed
Time period # 1 to process = 2011-07-18_00:00:00.
Time period # 2 to process = 2011-07-18_06:00:00.
Time period # 3 to process = 2011-07-18_12:00:00.
Time period # 4 to process = 2011-07-18_18:00:00.
Total analysis times to input = 4.
-----------------------------------------------------------------------------
Domain 1: Current date being processed: 2011-07-18_00:00:00.0000, which is loop # 1 out of 4
FATAL CALLED FROM FILE: <stdin> LINE: 404
error opening met_em.d01.2011-07-18_00:00:00.nc for input; bad date in namelist
or file not in directory
-------------------------------------------
希望大家能教教我这个菜鸟
|
|