Hi Sara,<br><br>I would recommend if you follow the follow the following steps in order:<br><br>1. Install the pgi compiler again.<br>2. install the netcdf libraries with pgi compiler.<br>3. install ncar graphics or NCL (which also contain ncar graphics)<br>
4. make sure the environment variable (for pgi, netcdf, ncar graphics and wrf) are correct.<br>5. reconfigure and recompile the model by using &quot;clean&quot; script.<br><br>Just make sure every thing else should be compiled with pgi. Hope it will work. I also have similar problem but editing the &quot;configure.wrf&quot; was not work. Therefore I would recommend the above proceedure.<br>
Best wishes,<br><br>M. Amjad.<br><br>---<br>GCISC, Islamabad<br>PAKISTAN<br><br><div class="gmail_quote">On Thu, Jun 11, 2009 at 6:37 AM,  <span dir="ltr">&lt;<a href="mailto:wrf-users-request@ucar.edu">wrf-users-request@ucar.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send Wrf-users mailing list submissions to<br>
        <a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:wrf-users-request@ucar.edu">wrf-users-request@ucar.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:wrf-users-owner@ucar.edu">wrf-users-owner@ucar.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Wrf-users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. wrf 3.0.1.1 compilation problem, dmpar build,     pgi compiler<br>
      (Sara Rauscher)<br>
   2. average plots in rip4 (ulas im)<br>
   3. error to compile wrf-3dvar v3.1 (Fatkhuroyan)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 10 Jun 2009 14:38:37 -0600<br>
From: Sara Rauscher &lt;<a href="mailto:rauscher@lanl.gov">rauscher@lanl.gov</a>&gt;<br>
Subject: [Wrf-users] wrf 3.0.1.1 compilation problem, dmpar build,      pgi<br>
        compiler<br>
To: <a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a><br>
Message-ID: &lt;<a href="mailto:4A3019CD.4020506@lanl.gov">4A3019CD.4020506@lanl.gov</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Hi,<br>
<br>
I am having trouble compiling WRF V3.0.1.1 on x86_64 architecture with<br>
the PGI compiler version 7.1-6 and openmpi 1.2.8, dmpar build. I get the<br>
following error when &quot;buf_for_proc&quot; is compiled:<br>
<br>
mpicc  -DFSEEKO64_OK  -w -O3 -DDM_PARALLEL   -c buf_for_proc.c<br>
PGC-S-0036-Syntax error: Recovery attempted by inserting identifier<br>
.Z0000 before &#39;(&#39; (/opt/OpenMPI/openmpi-1.2.8-pgi/ib/include/mpi.h: 823)<br>
PGC-S-0082-Function returning array not allowed<br>
(/opt/OpenMPI/openmpi-1.2.8-pgi/ib/include/mpi.h: 823)<br>
PGC-S-0043-Redefinition of symbol, MPI_Comm<br>
(/opt/OpenMPI/openmpi-1.2.8-pgi/ib/include/mpi.h: 837)<br>
PGC/x86-64 Linux 7.1-6: compilation completed with severe errors<br>
make[3]: [buf_for_proc.o] Error 2 (ignored)<br>
<br>
<br>
This is the line in mpi.h that the compiler complains about<br>
OMPI_DECLSPEC  MPI_Fint MPI_Comm_c2f(MPI_Comm comm);<br>
<br>
My configure.wrf looks like this - I had to take out the f90 and cc<br>
flags (pgf90 and gcc) because PGI doesn&#39;t recognize them but I set those<br>
with setenv at the command line before compiling. Can anyone help?<br>
thanks!<br>
sara<br>
<br>
<br>
# Settings for Linux x86_64, PGI compiler with gcc  (dmpar)<br>
#<br>
DMPARALLEL      =        1<br>
OMPCPP          =       # -D_OPENMP<br>
OMP             =       # -mp -Minfo=mp<br>
SFC             =       pgf90<br>
SCC             =       gcc<br>
#DM_FC           =       mpif90 -f90=$(SFC)<br>
#DM_CC           =       mpicc -cc=$(SCC)<br>
DM_FC           =       mpif90<br>
DM_CC           =       mpicc<br>
FC              =        $(DM_FC)<br>
CC              =       $(DM_CC) -DFSEEKO64_OK<br>
LD              =       $(FC)<br>
RWORDSIZE       =       $(NATIVE_RWORDSIZE)<br>
PROMOTION       =       -r$(RWORDSIZE) -i4<br>
ARCH_LOCAL      =       -DNONSTANDARD_SYSTEM_SUBR<br>
CFLAGS_LOCAL    =       -w -O3<br>
LDFLAGS_LOCAL   =<br>
CPLUSPLUSLIB    =<br>
ESMF_LDFLAG     =       $(CPLUSPLUSLIB)<br>
FCOPTIM         =       -fastsse -Mvect=noaltcode -Msmartalloc<br>
-Mprefetch=distance:8 -Mfprelaxed # -Minfo=all =Mneginfo=all<br>
FCREDUCEDOPT    =       $(FCOPTIM)<br>
FCNOOPT         =       -O0<br>
FCDEBUG         =       # -g $(FCNOOPT)<br>
FORMAT_FIXED    =       -Mfixed<br>
FORMAT_FREE     =       -Mfree<br>
FCSUFFIX        =<br>
BYTESWAPIO      =       -byteswapio<br>
FCBASEOPTS      =       -w $(FCDEBUG) $(FORMAT_FREE) $(BYTESWAPIO)<br>
MODULE_SRCH_FLAG =     -module $(WRF_SRC_ROOT_DIR)/main<br>
TRADFLAG        =      -traditional<br>
CPP             =      /lib/cpp -C -P<br>
AR              =      ar<br>
ARFLAGS         =      ru<br>
M4              =      m4 -B 14000<br>
RANLIB          =      ranlib<br>
CC_TOOLS        =      $(SCC)<br>
<br>
<br>
--<br>
Sara A. Rauscher<br>
T-3 Fluid Dynamics<br>
MS B216<br>
Los Alamos National Lab<br>
Los Alamos, NM 87545 USA<br>
(505) 606-0512<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 9 Jun 2009 09:05:52 +0300<br>
From: &quot;ulas im&quot; &lt;<a href="mailto:ulasim@boun.edu.tr">ulasim@boun.edu.tr</a>&gt;<br>
Subject: [Wrf-users] average plots in rip4<br>
To: &lt;<a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a>&gt;<br>
Message-ID:<br>
        &lt;!&amp;!AAAAAAAAAAAYAAAAAAAAAIHhI4hn+PRBuKf+2WA6cj/igAAAEAAAAC0uYw67DUdKjg+90NhxtgUBAAAAAA==@<a href="http://boun.edu.tr" target="_blank">boun.edu.tr</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;iso-8859-9&quot;<br>
<br>
Hello<br>
<br>
<br>
<br>
I am trying top lot 24 - hour averaged temperature and wind fields using<br>
RIP4. Is this possible? I would apprec?ate any help<br>
<br>
<br>
<br>
Thanks in advance<br>
<br>
<br>
<br>
Ulas Im<br>
<br>
Bogazici University<br>
<br>
Institute of Environmental Sciences<br>
<br>
34342 Bebek, Istanbul<br>
<br>
Tel: +90 212 359 45 29<br>
<br>
Fax: +90 212 257 50 33<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/5e139d84/attachment-0001.html" target="_blank">http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/5e139d84/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 09 Jun 2009 10:10:57 +0700<br>
From: &quot;Fatkhuroyan&quot; &lt;<a href="mailto:fatkhuroyan@telkom.net">fatkhuroyan@telkom.net</a>&gt;<br>
Subject: [Wrf-users] error to compile wrf-3dvar v3.1<br>
To: <a href="mailto:wrfhelp@ucar.edu">wrfhelp@ucar.edu</a><br>
Cc: <a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a><br>
Message-ID: &lt;<a href="mailto:web-23427233@b2.c.plasa.com">web-23427233@b2.c.plasa.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
hi...<br>
i try to install wrf-var v3.1 using ifort 10.1 and gcc<br>
3.4.6<br>
in my linux single computer.but when i did ./compile<br>
all_wrfvar then there are error messages like<br>
&quot;fortcom: Error: module_radiance.f, line 19: Error in<br>
opening the compiled module file.  Check INCLUDE paths.<br>
  [RTTOV_TYPES]<br>
    use rttov_types<br>
-------^<br>
fortcom: Error: module_radiance.f, line 24: Error in<br>
opening the compiled module file.  Check INCLUDE paths.<br>
  [CRTM_PARAMETERS]<br>
    USE CRTM_Parameters, only : INVALID_WMO_SENSOR_ID<br>
-------^<br>
fortcom: Error: module_radiance.f, line 30: Error in<br>
opening the compiled module file.  Check INCLUDE paths.<br>
  [CRTM_MODULE]<br>
    USE CRTM_Module, only : graupel_cloud, rain_cloud,<br>
snow_cloud,crtm_adjoint, &amp;<br>
-------^<br>
fortcom: Error: module_radiance.f, line 41: Error in<br>
opening the compiled module file.  Check INCLUDE paths.<br>
  [CRTM_SENSORINFO]<br>
    USE CRTM_SensorInfo &quot;<br>
<br>
here i attach my configure.wrf and my compile.out<br>
Hope someone can help me,please.<br>
thanks<br>
<br>
============================================================================================================================<br>
<br>
Untuk melengkapi hidup Anda,  kini telah hadirProtector Postpaid untuk Pelanggan Speedy hanya dengan Rp 8000/bulan,<br>
layanan keamanan online yang dapat digunakan langsung saat menjelajahi internet, melindungi Anda dari Virus kapan saja<br>
dan di mana saja.<br>
Info lebih lanjut hubung 147 atau <a href="http://protector.telkomspeedy.com" target="_blank">http://protector.telkomspeedy.com</a><br>
<br>
============================================================================================================================<br>
<br>
Flexi - Gratis bicara sepanjang waktu se-Jawa Barat, Banten dan DKI Jakarta.<br>
<br>
Speedy - Gratis internetan unlimited dari pkl. 20.00 s/d 08.00 se-Jabodetabek, Banten, Karawang dan Purwakarta.<br>
<br>
============================================================================================================================<br>
<br>
Pengumuman Pemenang Lomba Speedy Blogging Competition 2008 bisa dilihat di <a href="http://lomba.blog.telkomspeedy.com/" target="_blank">http://lomba.blog.telkomspeedy.com/</a><br>
<br>
============================================================================================================================<br>
<br>
Layanan Plasa Groups telah aktif kembali.<br>
Daftarkan milis anda sekarang juga di <a href="http://groups.plasa.com" target="_blank">http://groups.plasa.com</a>.<br>
<br>
============================================================================================================================<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: configure.wrf<br>
Type: application/octet-stream<br>
Size: 21820 bytes<br>
Desc: not available<br>
Url : <a href="http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/8effc8ed/attachment.obj" target="_blank">http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/8effc8ed/attachment.obj</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: compile.out<br>
Type: application/octet-stream<br>
Size: 354417 bytes<br>
Desc: not available<br>
Url : <a href="http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/8effc8ed/attachment-0001.obj" target="_blank">http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/8effc8ed/attachment-0001.obj</a><br>

<br>
------------------------------<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>
<br>
End of Wrf-users Digest, Vol 58, Issue 7<br>
****************************************<br>
</blockquote></div><br>