<p dir="ltr">Hi, may I ask you why do you select dmpar? dmpar is used for distributed memory paralel computing. If you want to use on a multicore single cpu workstation, I suggest you to select just smpar. Good luck.</p>
<div class="gmail_quote">On Mar 4, 2014 12:05 AM, &quot;Бакиров, Медер&quot; &lt;<a href="mailto:bakirov@almetico.com">bakirov@almetico.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="color:#777;font-size:12px;font-family:&#39;Lucida Grande&#39;,Helvetica,Arial,sans-serif;padding:4px">
<a href="https://www.boxbe.com/overview" style="text-decoration:none;color:#5e96ea" target="_blank"><img alt="Boxbe" src="http://www.boxbe.com/images/logo_dark_small.png" width="64px" style="margin-left:0px;border:none"></a>

<img src="http://www.boxbe.com/stfopen?tc_serial=16518641419&amp;tc_rand=1008281068&amp;utm_source=stf&amp;utm_medium=email&amp;utm_campaign=ANNO_CLEANUP_ADD&amp;utm_content=001">

This message is eligible for Automatic Cleanup! (<a href="mailto:bakirov@almetico.com" target="_blank">bakirov@almetico.com</a>) 
<a style="text-decoration:none;color:#5e96ea" href="https://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Ftoken%3DUzP8ewKcchqoilGgdprknA53RkKbMsfqwoq72HAutg0EHAUeMbv8lEd3q%252FhR4IMjaFrTeuGACWnu9sM%252B1ahgEHk0YhKJR0E56LGGlUneNo5Oe4kDsFkiwgD4RJFb%252BplR4rmhv0PAQrQ%253D%26key%3D1dacVFlRDLaI9wG9qZ4%252Bq7vbrbrp1W2fTTDKQS5zjHU%253D&amp;tc_serial=16518641419&amp;tc_rand=1008281068&amp;utm_source=stf&amp;utm_medium=email&amp;utm_campaign=ANNO_CLEANUP_ADD&amp;utm_content=001" title="Add a new automatic cleanup rule" target="_blank">Add cleanup rule</a>
 | <a style="text-decoration:none;color:#5e96ea" href="http://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=16518641419&amp;tc_rand=1008281068&amp;utm_source=stf&amp;utm_medium=email&amp;utm_campaign=ANNO_CLEANUP_ADD&amp;utm_content=001" title="Get info on automatic cleanup" target="_blank">More info</a>
<br>

    </div>

<br>Dear Sirs!<br>
<br>
Can you, please, help me to successfully build WRF v.3.5.1?<br>
<br>
I&#39;m trying to compile WRF 3.5.1 using Intel compiler, but<br>
unfortunately stuck with the following error:<br>
------------------------<br>
mpif90 -f90=ifort -o module_bl_temf.o -c -O3 -ip -fp-model precise -w<br>
-ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em<br>
-I../dyn_nmm   -I/home/dotcoder/src/WRFV3/external/esmf_time_f90<br>
-I/home/dotcoder/src/WRFV3/main -I/<br>
home/dotcoder/src/WRFV3/external/io_netcdf<br>
-I/home/dotcoder/src/WRFV3/external/io_int<br>
-I/home/dotcoder/src/WRFV3/frame -I/home/dotcoder/src/WRFV3/share<br>
-I/home/dotcoder/src/WRFV3/phys -I/home/dotcoder/src/WRFV3/chem<br>
-I/home/dotcoder/src/<br>
WRFV3/inc -I/usr/local/netcdf-4.3.1.1//include  -i4  module_bl_temf.f90<br>
catastrophic error: **Internal compiler error: segmentation violation<br>
signal raised** Please report this error along with the circumstances<br>
in which it occurred in a Software Problem Report.  Note: File and<br>
line given may not be explicit<br>
 cause of this error.<br>
compilation aborted for module_bl_temf.f90 (code 1)<br>
make[3]: [module_bl_temf.o] Error 1 (ignored)<br>
------------------------<br>
<br>
I have a RHEL 5.10 x86_64 system installed.<br>
<br>
In WRF configure menu, I select:<br>
------------------------<br>
19.  Linux x86_64 i486 i586 i686, ifort compiler with icc  (dmpar)<br>
------------------------<br>
<br>
Intel Compiler Version:<br>
------------------------<br>
Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on<br>
Intel(R) 64, Version 14.0.2.144 Build 20140120<br>
Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.<br>
FOR NON-COMMERCIAL USE ONLY<br>
------------------------<br>
<br>
All prerequisite software is built with Intel compiler:<br>
------------------------<br>
- netcdf-4.3.1.1<br>
- mpich-3.1<br>
- jasper-1.900.1<br>
- hdf5-1.8.12<br>
- libpng-1.6.9<br>
- szip-2.1<br>
- zlib-1.2.8<br>
------------------------<br>
<br>
Flags are set to:<br>
------------------------<br>
export CC=icc<br>
export CXX=icpc<br>
export CFLAGS=&#39;-O3 -xHost -ip -no-prec-div -static-intel&#39;<br>
export CXXFLAGS=&#39;-O3 -xHost -ip -no-prec-div -static-intel&#39;<br>
export F77=ifort<br>
export FC=ifort<br>
export F90=ifort<br>
export FFLAGS=&#39;-O3 -xHost -ip -no-prec-div -static-intel&#39;<br>
export CPP=&#39;icc -E&#39;<br>
export CXXCPP=&#39;icpc -E&#39;<br>
------------------------<br>
<br>
I have the following environment variables:<br>
------------------------<br>
NETCDF=/usr/local/netcdf-4.3.1.1/<br>
JASPERINC=/usr/local/jasper-1.900.1/include/<br>
JASPERLIB=/usr/local/jasper-1.900.1/lib/<br>
INCLUDE=/opt/include/:/opt/intel/composer_xe_2013_sp1.2.144/mkl/include:/opt/intel/composer_xe_2013_sp1.2.144/mkl/include:/opt/intel/composer_xe_2013_sp1.2.144/mkl/include:/opt/intel/composer_xe_2013_sp1.2.144/mkl/include:/usr/local/mpich-3.1/include/:/usr/local/netcdf-4.3.1.1/include/:/usr/local/hdf5-1.8.12/include/:/usr/local/jasper-1.900.1/include/:/usr/local/zlib-1.2.8/include/:/usr/local/szip-2.1/include/:/usr/local/libpng-1.6.9/include/<br>

------------------------<br>
<br>
Please, find an attachment for a full gzipped compile log file.<br>
<br>
What more information should I provide?<br>
<br>
Thanks!<br>
<br>
With the best regards,<br>
Meder Bakirov<br>
<br>_______________________________________________<br>
Wrf-users mailing list<br>
<a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
<br></blockquote></div>