Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28435 Discussions

Fatal called in wrf 3.8.1 with intel compilers

Fernando_M_3
Beginner
993 Views

I'm trying to compile and run wrf model 3.8.1 with compiler intel parallel studio xe 2016 update3, in rhel Enterprise Server 7.2. The processors are Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz.

Following this url:

https://software.intel.com/en-us/articles/how-to-get-wrf-running-on-the-intelr-xeon-phitm-coprocessor

 

All compilation modules ends ok, but when run wrf.exe, it stops with this message:

rank 9 in job 11  master_33806   caused collective abort of all ranks
  exit status of rank 9: killed by signal 9
rank 4 in job 11  master_33806   caused collective abort of all ranks
  exit status of rank 4: killed by signal 9
rank 3 in job 11  master_33806   caused collective abort of all ranks
  exit status of rank 3: killed by signal 9
rank 2 in job 11  master_33806   caused collective abort of all ranks
  exit status of rank 2: killed by signal 9

And the file rsl.error.0000 is:

taskid: 0 hostname: master
 module_io_quilt_old.F        2931 F
 MPASPECT: UNABLE TO GENERATE PROCESSOR MESH.  STOPPING.
  PROCMIN_M            1
  PROCMIN_N            1
  P                   -7
  MINM                 1
  MINN                -7
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  module_dm.b  LINE:     155
module_dm: mpaspect
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

 

Previously, I test configre wrf with option 20 (dmpar) INTEL (ifort/icc): Xeon (SNB with AVX mods), with same results... (same error in wrf.exe)

 

Thanks in advance

 

0 Kudos
0 Replies
Reply