Hi Gus,<br><br>I did what you told, but it didn&#39;t work either. I don&#39;t <span id="result_box" class="short_text" lang="en"><span class="hps">necessarily have to use -O5 for </span></span>optimization, but the site where I did the download of the program suggested that.<span id="result_box" class="short_text" lang="en"><span class="hps"> I changed the makefile:<br>
<br>F90  = /home/carol/mocassin/mpich2-1.4.1p1/bin/mpif90<br>LIBS =<br>OPT1 = -O3<br>OPT2 = -O3<br><br></span></span>and now I got this errors:<br><br><span style="background-color: rgb(255, 255, 0);">carol@carol-HP-Pavilion-dv5-Notebook-PC:~/mocassin/mocassin.2.02.69$ make mocassin</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">/home/carol/mocassin/mpich2-1.4.1p1/bin/mpif90 -O3 -o mocassin source/infnan.f90 source/constants_mod.f90 source/vector_mod.f90 source/common_mod.f90 source/interpolation_mod.f90 source/set_input_mod.f90 source/hydro_mod.f90 source/ph_mod.f90 source/composition_mod.f90 source/continuum_mod.f90 source/ionization_mod.f90 source/pathIntegration_mod.f90 source/grid_mod.f90 source/dust_mod.f90 source/emission_mod.f90 source/photon_mod.f90 source/update_mod.f90 source/output_mod.f90 source/iteration_mod.f90 source/mocassin.f90  </span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">source/infnan.f90(1): error #7001: Error in creating the compiled module file.   [INF_NAN_DETECTION]</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">module Inf_NaN_Detection</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">compilation aborted for source/infnan.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">source/constants_mod.f90(5): error #7001: Error in creating the compiled module file.   [CONSTANTS_MOD]</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">module constants_mod</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">compilation aborted for source/constants_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">source/vector_mod.f90(4): error #7001: Error in creating the compiled module file.   [VECTOR_MOD]</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">module vector_mod</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">compilation aborted for source/vector_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">source/common_mod.f90(240): warning #6379: The structure contains one or more misaligned fields.   [GRID_TYPE]</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">    type grid_type             ! derived grid type</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">---------^</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/common_mod.f90(4): error #7001: Error in creating the compiled module file.   [COMMON_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module common_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/common_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/interpolation_mod.f90(4): error #7001: Error in creating the compiled module file.   [INTERPOLATION_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module interpolation_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/interpolation_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/set_input_mod.f90(4): error #7001: Error in creating the compiled module file.   [SET_INPUT_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module set_input_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/set_input_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/hydro_mod.f90(4): error #7001: Error in creating the compiled module file.   [ELEMENTS_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module elements_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/hydro_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/ph_mod.f90(4): error #7001: Error in creating the compiled module file.   [XSEC_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module xSec_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/ph_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/composition_mod.f90(4): error #7001: Error in creating the compiled module file.   [COMPOSITION_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module composition_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/composition_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/continuum_mod.f90(4): error #7001: Error in creating the compiled module file.   [CONTINUUM_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module continuum_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/continuum_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/ionization_mod.f90(4): error #7001: Error in creating the compiled module file.   [IONIZATION_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module ionization_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/ionization_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/pathIntegration_mod.f90(4): error #7001: Error in creating the compiled module file.   [PATHINTEGRATION_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module pathIntegration_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/pathIntegration_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/grid_mod.f90(4): error #7001: Error in creating the compiled module file.   [GRID_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module grid_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/grid_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/dust_mod.f90(4): error #7001: Error in creating the compiled module file.   [DUST_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module dust_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/dust_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/emission_mod.f90(3109): remark #8291: Recommended relationship between field width &#39;W&#39; and the number of fractional digits &#39;D&#39; in this edit descriptor is &#39;W&gt;=D+7&#39;.</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">         read(unit=19,fmt=&#39;(A2,I2,1x,A23,11x,A7,1x,F9.4,7x,F9.6,4x,F12.6,1x,I2,1x,I2,1x,E8.2,1x,E8.2,1x,I2)&#39;, &amp;</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">-----------------------------------------------------------------------------------------^</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/emission_mod.f90(3109): remark #8291: Recommended relationship between field width &#39;W&#39; and the number of fractional digits &#39;D&#39; in this edit descriptor is &#39;W&gt;=D+7&#39;.</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">         read(unit=19,fmt=&#39;(A2,I2,1x,A23,11x,A7,1x,F9.4,7x,F9.6,4x,F12.6,1x,I2,1x,I2,1x,E8.2,1x,E8.2,1x,I2)&#39;, &amp;</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">-------------------------------------------------------------------------------------------------^</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/emission_mod.f90(4): error #7001: Error in creating the compiled module file.   [EMISSION_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module emission_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/emission_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/photon_mod.f90(4): error #7001: Error in creating the compiled module file.   [PHOTON_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module photon_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/photon_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/update_mod.f90(4): error #7001: Error in creating the compiled module file.   [UPDATE_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module update_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/update_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/output_mod.f90(3): error #7001: Error in creating the compiled module file.   [OUTPUT_MOD]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">module output_mod</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">compilation aborted for source/output_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">source/iteration_mod.f90(544): warning #8093: A do-variable within a DO body shall not appear in a variable definition context.   [GPLOC]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">                                     &amp; gpLoc=gpLoc, cellLoc=cellLoc)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">---------------------------------------------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">source/iteration_mod.f90(547): warning #8093: A do-variable within a DO body shall not appear in a variable definition context.   [GPLOC]</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">                                     &amp; gpLoc=gpLoc, cellLoc=cellLoc)</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">---------------------------------------------^</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">source/iteration_mod.f90(4): error #7001: Error in creating the compiled module file.   [ITERATION_MOD]</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">module iteration_mod</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">-------^</span><br style="background-color: rgb(255, 255, 0);"><span style="background-color: rgb(255, 255, 0);">compilation aborted for source/iteration_mod.f90 (code 1)</span><br style="background-color: rgb(255, 255, 0);">
<span style="background-color: rgb(255, 255, 0);">make: *** [mocassin] Error 1</span><br><br><br>Carolina.<br><br><br><br><div class="gmail_quote">2011/10/24 Gus Correa <span dir="ltr">&lt;<a href="mailto:gus@ldeo.columbia.edu">gus@ldeo.columbia.edu</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Carolina<br>
<br>
Sorry, now I see you used the full path to mpif90.<br>
<br>
You don&#39;t need to point to any MPI library or include directory,<br>
if you&#39;re using the mpif90 compiler wrapper.<br>
Note that uppercase &quot;-L&quot; and uppercase &quot;-I&quot;<br>
are used for lib and include directories,<br>
whereas lowercase L &quot;-l&quot; is used to name a specific library.<br>
However, if I understood it right, you seem to be using<br>
lowercase L &quot;-l&quot; to point to a path,<br>
and actually giving a path to include, not to a library.<br>
<br>
Anyway, make it simple, just use the mpif90 wrapper,<br>
and leave &quot;LIBS=  &quot;  blank  in your makefile,<br>
and see if it compiles.<br>
As it is now, it may be confusing the linker.<br>
<br>
Also, better not to compile user programs as root,<br>
but as a regular user, in case you&#39;re doing this,<br>
as your prompt suggests.<br>
<br>
In addition, -O5 optimization may be quite tricky.<br>
Any reason to go beyond -O3?<br>
Check &#39;man ifort&#39; or &#39;ifort -help opt&#39;.<br>
<br>
I hope it helps,<div class="im"><br>
Gus Correa<br>
<br>
Carolina Carneiro wrote:<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">
Hi guys,<br>
<br>
I think the path to install directory was wrong, what&#39;s strange since I did exactly what the mpich&#39;s read me said. Now I got this error:<br>
<br>
root@carol-HP-Pavilion-dv5-<u></u>Notebook-PC:/home/carol/<u></u>mocassin/mocassin.2.02.69# make mocassin<br>
/home/carol/mocassin/mpich2-1.<u></u>4.1p1/bin/mpif90 -O5 -o mocassin source/infnan.f90 source/constants_mod.f90 source/vector_mod.f90 source/common_mod.f90 source/interpolation_mod.f90 source/set_input_mod.f90 source/hydro_mod.f90 source/ph_mod.f90 source/composition_mod.f90 source/continuum_mod.f90 source/ionization_mod.f90 source/pathIntegration_mod.f90 source/grid_mod.f90 source/dust_mod.f90 source/emission_mod.f90 source/photon_mod.f90 source/update_mod.f90 source/output_mod.f90 source/iteration_mod.f90 source/mocassin.f90  -l/home/carol/mocassin/mpich2-<u></u>1.4.1p1/src/include<br>

source/common_mod.f90(240): warning #6379: The structure contains one or more misaligned fields.   [GRID_TYPE]<br>
    type grid_type             ! derived grid type<br>
---------^<br>
source/emission_mod.f90(3109): remark #8291: Recommended relationship between field width &#39;W&#39; and the number of fractional digits &#39;D&#39; in this edit descriptor is &#39;W&gt;=D+7&#39;.<br>
         read(unit=19,fmt=&#39;(A2,I2,1x,<u></u>A23,11x,A7,1x,F9.4,7x,F9.6,4x,<u></u>F12.6,1x,I2,1x,I2,1x,E8.2,1x,<u></u>E8.2,1x,I2)&#39;, &amp;<br>
------------------------------<u></u>------------------------------<u></u>-----------------------------^<br>
source/emission_mod.f90(3109): remark #8291: Recommended relationship between field width &#39;W&#39; and the number of fractional digits &#39;D&#39; in this edit descriptor is &#39;W&gt;=D+7&#39;.<br>
         read(unit=19,fmt=&#39;(A2,I2,1x,<u></u>A23,11x,A7,1x,F9.4,7x,F9.6,4x,<u></u>F12.6,1x,I2,1x,I2,1x,E8.2,1x,<u></u>E8.2,1x,I2)&#39;, &amp;<br>
------------------------------<u></u>------------------------------<u></u>------------------------------<u></u>-------^<br>
source/iteration_mod.f90(544): warning #8093: A do-variable within a DO body shall not appear in a variable definition context.   [GPLOC]<br>
                                     &amp; gpLoc=gpLoc, cellLoc=cellLoc)<br>
------------------------------<u></u>---------------^<br>
source/iteration_mod.f90(547): warning #8093: A do-variable within a DO body shall not appear in a variable definition context.   [GPLOC]<br>
                                     &amp; gpLoc=gpLoc, cellLoc=cellLoc)<br>
------------------------------<u></u>---------------^<br>
ld: cannot find -lroot@carol-HP-Pavilion-dv5-<u></u>Notebook-PC:/home/carol/<u></u>mocassin/mocassin.2.02.69# make mocassin<br>
/home/carol/mocassin/mpich2-1.<u></u>4.1p1/bin/mpif90 -O5 -o mocassin source/infnan.f90 source/constants_mod.f90 source/vector_mod.f90 source/common_mod.f90 source/interpolation_mod.f90 source/set_input_mod.f90 source/hydro_mod.f90 source/ph_mod.f90 source/composition_mod.f90 source/continuum_mod.f90 source/ionization_mod.f90 source/pathIntegration_mod.f90 source/grid_mod.f90 source/dust_mod.f90 source/emission_mod.f90 source/photon_mod.f90 source/update_mod.f90 source/output_mod.f90 source/iteration_mod.f90 source/mocassin.f90  -l/home/carol/mocassin/mpich2-<u></u>1.4.1p1/src/include<br>

source/common_mod.f90(240): warning #6379: The structure contains one or more misaligned fields.   [GRID_TYPE]<br>
    type grid_type             ! derived grid type<br>
---------^<br>
source/emission_mod.f90(3109): remark #8291: Recommended relationship between field width &#39;W&#39; and the number of fractional digits &#39;D&#39; in this edit descriptor is &#39;W&gt;=D+7&#39;.<br>
         read(unit=19,fmt=&#39;(A2,I2,1x,<u></u>A23,11x,A7,1x,F9.4,7x,F9.6,4x,<u></u>F12.6,1x,I2,1x,I2,1x,E8.2,1x,<u></u>E8.2,1x,I2)&#39;, &amp;<br>
------------------------------<u></u>------------------------------<u></u>-----------------------------^<br>
source/emission_mod.f90(3109): remark #8291: Recommended relationship between field width &#39;W&#39; and the number of fractional digits &#39;D&#39; in this edit descriptor is &#39;W&gt;=D+7&#39;.<br>
         read(unit=19,fmt=&#39;(A2,I2,1x,<u></u>A23,11x,A7,1x,F9.4,7x,F9.6,4x,<u></u>F12.6,1x,I2,1x,I2,1x,E8.2,1x,<u></u>E8.2,1x,I2)&#39;, &amp;<br>
------------------------------<u></u>------------------------------<u></u>------------------------------<u></u>-------^<br>
source/iteration_mod.f90(544): warning #8093: A do-variable within a DO body shall not appear in a variable definition context.   [GPLOC]<br>
                                     &amp; gpLoc=gpLoc, cellLoc=cellLoc)<br>
------------------------------<u></u>---------------^<br>
source/iteration_mod.f90(547): warning #8093: A do-variable within a DO body shall not appear in a variable definition context.   [GPLOC]<br>
                                     &amp; gpLoc=gpLoc, cellLoc=cellLoc)<br>
------------------------------<u></u>---------------^<br>
ld: cannot find -l/home/carol/mocassin/mpich2-<u></u>1.4.1p1/src/include<br>
ld: cannot find -lmpichf90<br>
ld: cannot find -lmpichf90<br>
make: *** [mocassin] Error 1<br>
<br>
<br>
the directory path /home/carol/mocassin/mpich2-1.<u></u>4.1p1/src/include is right, but this file mpichf90 I can&#39;t find. When I try &quot;locate mpichf90&quot; nothing happens.<br>
<br>
Carolina.<br>
<br></div></div>
2011/10/24 Gus Correa &lt;<a href="mailto:gus@ldeo.columbia.edu" target="_blank">gus@ldeo.columbia.edu</a> &lt;mailto:<a href="mailto:gus@ldeo.columbia.edu" target="_blank">gus@ldeo.columbia.edu</a>&gt;<u></u>&gt;<div class="im">
<br>
<br>
    HI Carolina<br>
<br>
    It is easier to use the MPI compiler wrapper than the<br>
    bare compiler, because the wrapper knows the MPI libraries it needs,<br>
    the MPI include files it needs, and where to find them.<br>
<br>
    I.e. try to change the F90 macro in the makefile to<br></div>
    F90=/your/path/to/mpich2/bin/_<u></u>_mpif90<div class="im"><br>
<br>
<br>
    My two cents,<br>
    Gus Correa<br>
<br>
<br>
    Carolina Carneiro wrote:<br>
<br>
        Hi,<br>
<br>
        I&#39;m having problems to use the command make to compile a<br>
        makefile. I&#39;m trying to link the makefile to the MPI library,<br>
        but it isn&#39;t working. Several errors are appearing:<br>
<br></div><div class="im">
        root@carol-HP-Pavilion-dv5-__<u></u>Notebook-PC:/home/carol/__<u></u>mocassin/mocassin.2.02.69#<br>
        make mocassin<br>
        /opt/intel/composer_xe_2011___<u></u>sp1.6.233/composer_xe_2011___<u></u>sp1.6.233/bin/intel64/ifort<br></div><div class="im">
        -O5 -o mocassin source/infnan.f90 source/constants_mod.f90<br>
        source/vector_mod.f90 source/common_mod.f90<br>
        source/interpolation_mod.f90 source/set_input_mod.f90<br>
        source/hydro_mod.f90 source/ph_mod.f90<br>
        source/composition_mod.f90 source/continuum_mod.f90<br>
        source/ionization_mod.f90 source/pathIntegration_mod.f90<br>
        source/grid_mod.f90 source/dust_mod.f90 source/emission_mod.f90<br>
        source/photon_mod.f90 source/update_mod.f90<br>
        source/output_mod.f90 source/iteration_mod.f90<br></div>
        source/mocassin.f90  -l/home/carol/mocassin/__<u></u>mpich2install/include<div class="im"><br>
        source/common_mod.f90(240): warning #6379: The structure<br>
        contains one or more misaligned fields.   [GRID_TYPE]<br>
           type grid_type             ! derived grid type<br>
        ---------^<br>
        source/grid_mod.f90(491): error #5102: Cannot open include file<br>
        &#39;mpif.h&#39;<br>
               include &#39;mpif.h&#39;<br>
        ----------------^<br>
        compilation aborted for source/grid_mod.f90 (code 1)<br>
        source/dust_mod.f90(17): error #5102: Cannot open include file<br>
        &#39;mpif.h&#39;<br>
             include &#39;mpif.h&#39;<br>
        --------------^<br>
        source/dust_mod.f90(97): error #6404: This name does not have a<br>
        type, and must have an explicit type.   [MPI_REAL]<br>
        &amp;                             mpi_real, mpi_sum, mpi_comm_world,<br>
        ierr)<br></div>
        ------------------------------<u></u>__^<div class="im"><br>
        source/dust_mod.f90(97): error #6404: This name does not have a<br>
        type, and must have an explicit type.   [MPI_SUM]<br>
        &amp;                             mpi_real, mpi_sum, mpi_comm_world,<br>
        ierr)<br></div>
        ------------------------------<u></u>__----------^<div class="im"><br>
        source/dust_mod.f90(97): error #6404: This name does not have a<br>
        type, and must have an explicit type.   [MPI_COMM_WORLD]<br>
        &amp;                             mpi_real, mpi_sum, mpi_comm_world,<br>
        ierr)<br></div>
        ------------------------------<u></u>__-------------------^<div class="im"><br>
        compilation aborted for source/dust_mod.f90 (code 1)<br>
        source/emission_mod.f90(8): error #7013: This module file was<br>
        not generated by any release of this compiler.   [GRID_MOD]<br>
           use grid_mod<br>
        --------^<br>
        source/emission_mod.f90(217): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [GETVOLUME]<br>
               dV = getVolume(grid,ix,iy,iz)<br>
        -------------^<br>
        source/emission_mod.f90(536): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [HLEVXSECP]<br></div>
                   phXSecHI =  xSecArray(i-HIPnuP+1+__<u></u>HlevXSecP(1)-1)<br>
        ------------------------------<u></u>__---------------^<div class="im"><br>
        source/emission_mod.f90(545): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [HEISINGXSECP]<br>
                       phXSecHeI =<br></div>
        xSecArray(i-HeIPnuP+1+__<u></u>HeISingXSecP(1)-1)<br>
        ------------------------------<u></u>__--------------------^<div class="im"><br>
        source/emission_mod.f90(553): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [HEIIXSECP]<br>
                           phXSecHeII =<br></div>
        xSecArray(i-HeIIPnuP+1+__<u></u>HeIIXSecP(1)-1)<br>
        ------------------------------<u></u>__--------------------------^<div class="im"><br>
        source/emission_mod.f90(3109): remark #8291: Recommended<br>
        relationship between field width &#39;W&#39; and the number of<br>
        fractional digits &#39;D&#39; in this edit descriptor is &#39;W&gt;=D+7&#39;.<br></div>
                       read(unit=19,fmt=&#39;(A2,I2,1x,__<u></u>A23,11x,A7,1x,F9.4,7x,F9.6,4x,<u></u>__F12.6,1x,I2,1x,I2,1x,E8.2,<u></u>1x,__E8.2,1x,I2)&#39;,<br>
        &amp;<br>
        ------------------------------<u></u>__----------------------------<u></u>--__--------------------------<u></u>---^<div class="im"><br>
        source/emission_mod.f90(3109): remark #8291: Recommended<br>
        relationship between field width &#39;W&#39; and the number of<br>
        fractional digits &#39;D&#39; in this edit descriptor is &#39;W&gt;=D+7&#39;.<br></div>
                       read(unit=19,fmt=&#39;(A2,I2,1x,__<u></u>A23,11x,A7,1x,F9.4,7x,F9.6,4x,<u></u>__F12.6,1x,I2,1x,I2,1x,E8.2,<u></u>1x,__E8.2,1x,I2)&#39;,<br>
        &amp;<br>
        ------------------------------<u></u>__----------------------------<u></u>--__--------------------------<u></u>----__-------^<div class="im"><br>
        compilation aborted for source/emission_mod.f90 (code 1)<br>
        source/photon_mod.f90(9): error #7013: This module file was not<br>
        generated by any release of this compiler.   [GRID_MOD]<br>
           use grid_mod<br>
        --------^<br>
        compilation aborted for source/photon_mod.f90 (code 1)<br>
        source/update_mod.f90(8): error #7013: This module file was not<br>
        generated by any release of this compiler.   [EMISSION_MOD]<br>
           use emission_mod<br>
        --------^<br>
        source/update_mod.f90(234): error #6404: This name does not have<br>
        a type, and must have an explicit type.   [HLEVXSECP]<br></div>
                            phXSec  = xSecArray(j-IPnuP+1+HlevXSecP(<u></u>__1)-1)<br>
        ------------------------------<u></u>__---------------------^<div class="im"><br>
        source/update_mod.f90(238): error #6404: This name does not have<br>
        a type, and must have an explicit type.   [HEISINGXSECP]<br>
                            phXSec  =<br></div>
        xSecArray(j-IPnuP+1+__<u></u>HeISingXSecP(1)-1)<br>
        ------------------------------<u></u>__---------------------^<div class="im"><br>
        source/update_mod.f90(242): error #6404: This name does not have<br>
        a type, and must have an explicit type.   [HEIIXSECP]<br></div>
                            phXSec  = xSecArray(j-IPnuP+1+HeIIXSecP(<u></u>__1)-1)<br>
        ------------------------------<u></u>__---------------------^<div class="im"><br>
        source/update_mod.f90(1304): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [FILE_NAME]<br>
                                call<br></div>
        equilibrium(file_name=__<u></u>dataFile(elem, ion), &amp;<br>
        ------------------------------<u></u>__------------^<div class="im"><br>
        source/update_mod.f90(1305): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [IONDENUP]<br></div>
                                            &amp;ionDenUp=ionDenUsed(__<u></u>elementXref(elem),ion+1)/&amp;<br>
        ------------------------------<u></u>__-^<div class="im"><br>
        source/update_mod.f90(1306): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [TE]<br></div>
                                            &amp;ionDenUsed(elementXref(elem),<u></u>__ion), Te=TeUsed,&amp;<br>
        ------------------------------<u></u>__----------------------------<u></u>--__------^<div class="im"><br>
        source/update_mod.f90(1307): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [NE]<br>
                                     &amp;Ne=NeUsed,<br>
        FlineEm=forbiddenLinesLarge(&amp;<br></div>
        ------------------------------<u></u>__-^<div class="im"><br>
        source/update_mod.f90(1307): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [FLINEEM]<br>
                                     &amp;Ne=NeUsed,<br>
        FlineEm=forbiddenLinesLarge(&amp;<br></div>
        ------------------------------<u></u>__------------^<div class="im"><br>
        source/update_mod.f90(1310): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [FILE_NAME]<br>
                                call<br></div>
        equilibrium(file_name=__<u></u>dataFile(elem, ion), &amp;<br>
        ------------------------------<u></u>__------------^<div class="im"><br>
        source/update_mod.f90(1311): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [IONDENUP]<br>
                                     &amp;ionDenUp=0., Te=TeUsed,&amp;<br></div>
        ------------------------------<u></u>__-^<div class="im"><br>
        source/update_mod.f90(1311): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [TE]<br>
                                     &amp;ionDenUp=0., Te=TeUsed,&amp;<br></div>
        ------------------------------<u></u>__--------------^<div class="im"><br>
        source/update_mod.f90(1312): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [NE]<br>
                                     &amp;Ne=NeUsed,<br>
        FlineEm=forbiddenLinesLarge(&amp;<br></div>
        ------------------------------<u></u>__-^<div class="im"><br>
        source/update_mod.f90(1312): error #6632: Keyword arguments are<br>
        invalid without an explicit interface.   [FLINEEM]<br>
                                     &amp;Ne=NeUsed,<br>
        FlineEm=forbiddenLinesLarge(&amp;<br></div>
        ------------------------------<u></u>__------------^<div class="im"><br>
        source/update_mod.f90(2033): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [RESLINE]<br>
                      do imul = 1, resLine(iL)%nmul<br>
        ----------------------------^<br>
        source/update_mod.f90(2033): error #6837: The leftmost part-ref<br>
        in a data-ref can not be a function reference.   [RESLINE]<br>
                      do imul = 1, resLine(iL)%nmul<br>
        ----------------------------^<br>
        source/update_mod.f90(2033): error #6158: The structure-name is<br>
        invalid or is missing.   [RESLINE]<br>
                      do imul = 1, resLine(iL)%nmul<br>
        ----------------------------^<br>
        source/update_mod.f90(2034): error #6837: The leftmost part-ref<br>
        in a data-ref can not be a function reference.   [RESLINE]<br>
                         if (resLine(iL)%elem==1) then<br>
        ----------------------^<br>
        source/update_mod.f90(2034): error #6158: The structure-name is<br>
        invalid or is missing.   [RESLINE]<br>
                         if (resLine(iL)%elem==1) then<br>
        ----------------------^<br>
        source/update_mod.f90(2034): internal error: Please visit<br></div>
        &#39;<a href="http://www.intel.com/__software/products/support" target="_blank">http://www.intel.com/__<u></u>software/products/support</a><div class="im"><br>
        &lt;<a href="http://www.intel.com/software/products/support" target="_blank">http://www.intel.com/<u></u>software/products/support</a>&gt;&#39; for assistance.<br>
                         if (resLine(iL)%elem==1) then<br>
        ^<br>
        [ Aborting due to internal error. ]<br>
        compilation aborted for source/update_mod.f90 (code 1)<br>
        source/output_mod.f90(6): error #7013: This module file was not<br>
        generated by any release of this compiler.   [EMISSION_MOD]<br>
           use emission_mod<br>
        --------^<br>
        source/output_mod.f90(342): error #6404: This name does not have<br>
        a type, and must have an explicit type.   [LOG10TE]<br>
                              log10Te         = log10(TeUsed)<br>
        -----------------------^<br>
        source/output_mod.f90(343): error #6404: This name does not have<br>
        a type, and must have an explicit type.   [LOG10NE]<br>
                              log10Ne         = log10(NeUsed)<br>
        -----------------------^<br>
        source/output_mod.f90(344): error #6404: This name does not have<br>
        a type, and must have an explicit type.   [SQRTEUSED]<br>
                              sqrTeUsed = sqrt(TeUsed)<br>
        -----------------------^<br>
        source/output_mod.f90(370): error #6410: This name has not been<br>
        declared as an array or a function.   [HIRECLINES]<br>
                                       HIRecLines(iup, ilow) = &amp;<br></div>
        ------------------------------<u></u>__--^<div class="im"><br>
        source/output_mod.f90(370): internal error: Please visit<br></div>
        &#39;<a href="http://www.intel.com/__software/products/support" target="_blank">http://www.intel.com/__<u></u>software/products/support</a><div class="im"><br>
        &lt;<a href="http://www.intel.com/software/products/support" target="_blank">http://www.intel.com/<u></u>software/products/support</a>&gt;&#39; for assistance.<br>
                                       HIRecLines(iup, ilow) = &amp;<br>
        ^<br>
        [ Aborting due to internal error. ]<br>
        compilation aborted for source/output_mod.f90 (code 1)<br>
        source/iteration_mod.f90(35): error #5102: Cannot open include<br>
        file &#39;mpif.h&#39;<br>
                  include &#39;mpif.h&#39;<br>
        -------------------^<br>
        source/iteration_mod.f90(7): error #7013: This module file was<br>
        not generated by any release of this compiler.   [EMISSION_MOD]<br>
           use emission_mod<br>
        --------^<br>
        source/iteration_mod.f90(103): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [BJUMPTEMP]<br>
                        BjumpTemp = 0.<br>
        -----------------^<br>
        source/iteration_mod.f90(153): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [MPI_REAL]<br>
                             &amp; mpi_real, mpi_sum, mpi_comm_world, ierr)<br>
        ------------------------^<br>
        source/iteration_mod.f90(153): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [MPI_SUM]<br>
                             &amp; mpi_real, mpi_sum, mpi_comm_world, ierr)<br></div>
        ------------------------------<u></u>__----^<div class="im"><br>
        source/iteration_mod.f90(153): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [MPI_COMM_WORLD]<br>
                             &amp; mpi_real, mpi_sum, mpi_comm_world, ierr)<br></div>
        ------------------------------<u></u>__-------------^<div class="im"><br>
        source/iteration_mod.f90(477): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [TOTALESCAPED]<br>
                  totalEscaped = 0.<br>
        -----------^<br>
        source/iteration_mod.f90(543): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [ISTAR]<br>
                                       call<br></div><div class="im">
        energyPacketDriver(iStar=0,n=_<u></u>_load, grid=grid(1:nGrids), &amp;<br>
        ------------------------------<u></u>__--------------------------^<br></div><div class="im">
        source/iteration_mod.f90(543): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [N]<br>
                                       call<br></div><div class="im">
        energyPacketDriver(iStar=0,n=_<u></u>_load, grid=grid(1:nGrids), &amp;<br>
        ------------------------------<u></u>__----------------------------<u></u>--__----^<br></div><div class="im">
        source/iteration_mod.f90(543): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [GRID]<br>
                                       call<br></div><div class="im">
        energyPacketDriver(iStar=0,n=_<u></u>_load, grid=grid(1:nGrids), &amp;<br>
        ------------------------------<u></u>__----------------------------<u></u>--__------------^<br></div><div class="im">
        source/iteration_mod.f90(544): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [GPLOC]<br>
                                            &amp; gpLoc=gpLoc, cellLoc=cellLoc)<br></div>
        ------------------------------<u></u>__---------^<div class="im"><br>
        source/iteration_mod.f90(544): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [CELLLOC]<br>
                                            &amp; gpLoc=gpLoc, cellLoc=cellLoc)<br></div>
        ------------------------------<u></u>__----------------------^<div class="im"><br>
        source/iteration_mod.f90(546): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [ISTAR]<br>
                                       call<br></div><div class="im">
        energyPacketDriver(iStar=0,n=_<u></u>_load, grid=grid(1:nGrids), &amp;<br>
        ------------------------------<u></u>__--------------------------^<br></div><div class="im">
        source/iteration_mod.f90(546): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [N]<br>
                                       call<br></div><div class="im">
        energyPacketDriver(iStar=0,n=_<u></u>_load, grid=grid(1:nGrids), &amp;<br>
        ------------------------------<u></u>__----------------------------<u></u>--__----^<br></div><div class="im">
        source/iteration_mod.f90(546): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [GRID]<br>
                                       call<br></div><div class="im">
        energyPacketDriver(iStar=0,n=_<u></u>_load, grid=grid(1:nGrids), &amp;<br>
        ------------------------------<u></u>__----------------------------<u></u>--__------------^<br></div><div class="im">
        source/iteration_mod.f90(547): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [GPLOC]<br>
                                            &amp; gpLoc=gpLoc, cellLoc=cellLoc)<br></div>
        ------------------------------<u></u>__---------^<div class="im"><br>
        source/iteration_mod.f90(547): error #6632: Keyword arguments<br>
        are invalid without an explicit interface.   [CELLLOC]<br>
                                            &amp; gpLoc=gpLoc, cellLoc=cellLoc)<br></div>
        ------------------------------<u></u>__----------------------^<div><div></div><div class="h5"><br>
        source/iteration_mod.f90(574): error #6404: This name does not<br>
        have a type, and must have an explicit type.   [MPI_INTEGER]<br>
                          &amp; mpi_integer, mpi_sum, mpi_comm_world, ierr)<br>
        ---------------------^<br>
        compilation aborted for source/iteration_mod.f90 (code 1)<br>
        source/mocassin.f90(43): error #5102: Cannot open include file<br>
        &#39;mpif.h&#39;<br>
           include &#39;mpif.h&#39;<br>
        ------------^<br>
        source/mocassin.f90(34): error #7002: Error in opening the<br>
        compiled module file.  Check INCLUDE paths.   [DUST_MOD]<br>
           use dust_mod<br>
        --------^<br>
        source/mocassin.f90(35): error #7013: This module file was not<br>
        generated by any release of this compiler.   [GRID_MOD]<br>
           use grid_mod<br>
        --------^<br>
        source/mocassin.f90(55): error #6404: This name does not have a<br>
        type, and must have an explicit type.   [MPI_COMM_WORLD]<br>
           call mpi_comm_rank(MPI_COMM_WORLD, taskid, ierr)<br>
        -----------------------^<br>
        compilation aborted for source/mocassin.f90 (code 1)<br>
        make: *** [mocassin] Error 1<br>
<br>
        The makefile is this:<br>
<br>
        source1  = source/infnan.f90 source/constants_mod.f90<br>
        source/vector_mod.f90 source/common_mod.f90<br>
        source/interpolation_mod.f90 \<br>
           source/set_input_mod.f90 source/hydro_mod.f90<br>
        source/ph_mod.f90 source/composition_mod.f90 \<br>
           source/continuum_mod.f90 source/ionization_mod.f90<br>
        source/pathIntegration_mod.f90 \<br>
           source/grid_mod.f90 source/dust_mod.f90<br>
        source/emission_mod.f90 source/photon_mod.f90  \<br>
           source/update_mod.f90 \<br>
           source/output_mod.f90 source/iteration_mod.f90<br>
        source/mocassin.f90<br>
<br>
        source2  = source/infnan.f90 source/constants_mod.f90<br>
        source/vector_mod.f90 source/common_mod.f90<br>
        source/interpolation_mod.f90 \<br>
           source/set_input_mod.f90 source/hydro_mod.f90<br>
        source/ph_mod.f90 source/composition_mod.f90 \<br>
           source/continuum_mod.f90 source/ionization_mod.f90<br>
        source/pathIntegration_mod.f90 \<br>
           source/grid_mod.f90 source/dust_mod.f90<br>
        source/emission_mod.f90 source/photon_mod.f90  \<br>
           source/update_mod.f90 \<br>
           source/output_mod.f90 source/iteration_mod.f90<br>
        source/mocassinWarm.f90<br>
<br>
        source3  = source/infnan.f90 source/constants_mod.f90<br>
        source/vector_mod.f90 source/common_mod.f90<br>
        source/interpolation_mod.f90 \<br>
           source/set_input_mod.f90 source/hydro_mod.f90<br>
        source/ph_mod.f90 source/composition_mod.f90 \<br>
           source/continuum_mod.f90 source/ionization_mod.f90<br>
        source/pathIntegration_mod.f90 \<br>
           source/grid_mod.f90 source/dust_mod.f90<br>
        source/emission_mod.f90 source/photon_mod.f90  \<br>
           source/update_mod.f90 \<br>
           source/output_mod.f90 source/iteration_mod.f90<br>
        source/mocassinOutput.f90<br>
<br>
        source4  = source/infnan.f90 source/constants_mod.f90<br>
        source/vector_mod.f90 source/common_mod.f90<br>
        source/interpolation_mod.f90 \<br>
           source/set_input_mod.f90 source/hydro_mod.f90<br>
        source/ph_mod.f90 source/composition_mod.f90 \<br>
           source/continuum_mod.f90 source/ionization_mod.f90<br>
        source/pathIntegration_mod.f90 \<br>
           source/grid_mod.f90 source/dust_mod.f90<br>
        source/emission_mod.f90 source/photon_mod.f90  \<br>
           source/update_mod.f90 \<br>
           source/output_mod.f90 source/iteration_mod.f90<br>
        source/mocassinPlot.f90<br>
         F90  =<br></div></div>
        /opt/intel/composer_xe_2011___<u></u>sp1.6.233/composer_xe_2011___<u></u>sp1.6.233/bin/intel64/ifort<br>
        LIBS = -l/home/carol/mocassin/__<u></u>mpich2install/include<div class="im"><br>
        OPT1 = -O5<br>
        OPT2 = -O5<br>
<br>
        mocassin:<br>
           $(F90) $(OPT1) -o mocassin $(source1) $(LIBS)<br>
<br>
        mocassinWarm:<br>
           $(F90) $(OPT1) -o mocassinWarm $(source2) $(LIBS)<br>
<br>
        mocassinOutput:<br>
           $(F90) $(OPT2) -o mocassinOutput $(source3) $(LIBS)<br>
<br>
        mocassinPlot:<br>
           $(F90) $(OPT2) -o mocassinPlot $(source4) $(LIBS)<br>
<br>
        clean:<br>
           /bin/rm *.o *~ *.mod mocassin mocassinWarm mocassinOutput<br>
        mocassinPlot<br>
<br>
        Does someone have a clue of what is the problem?<br>
<br>
        Thanks,<br>
        Carolina.<br>
<br>
<br></div><div class="im">
        ------------------------------<u></u>__----------------------------<u></u>--__------------<br>
<br>
<br>
        ______________________________<u></u>___________________<br>
        mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br></div>
        &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.<u></u>gov</a>&gt;<div class="im"><br>
        To manage subscription options or unsubscribe:<br></div><div class="im">
        <a href="https://lists.mcs.anl.gov/__mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/__<u></u>mailman/listinfo/mpich-discuss</a><br>
        &lt;<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/<u></u>mailman/listinfo/mpich-discuss</a><u></u>&gt;<br>
<br>
<br>
    ______________________________<u></u>___________________<br>
    mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br></div>
    &lt;mailto:<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.<u></u>gov</a>&gt;<div class="im"><br>
    To manage subscription options or unsubscribe:<br></div>
    <a href="https://lists.mcs.anl.gov/__mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/__<u></u>mailman/listinfo/mpich-discuss</a><br>
    &lt;<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/<u></u>mailman/listinfo/mpich-discuss</a><u></u>&gt;<div class="im"><br>
<br>
<br>
<br>
------------------------------<u></u>------------------------------<u></u>------------<br>
<br>
______________________________<u></u>_________________<br>
mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/<u></u>mailman/listinfo/mpich-discuss</a><br>
</div></blockquote><div><div></div><div class="h5">
<br>
______________________________<u></u>_________________<br>
mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/<u></u>mailman/listinfo/mpich-discuss</a><br>
</div></div></blockquote></div><br>