I am using NAS  NPB version 3.2<br>Here is the  output of make when I change FLINK= mpefc -mpilog -show<br><br> make EP CLASS=A<br>   =========================================<br>   =      NAS Parallel Benchmarks 3.2      =<br>
   =      MPI/F77/C                        =<br>   =========================================<br><br>cd EP; make NPROCS=1 CLASS=A<br>make[1]: Entering directory `/home/vaibhavs/Desktop/NPB3.2/NPB3.2-MPI/EP&#39;<br>make[2]: Entering directory `/home/vaibhavs/Desktop/NPB3.2/NPB3.2-MPI/sys&#39;<br>
make[2]: Nothing to be done for `all&#39;.<br>make[2]: Leaving directory `/home/vaibhavs/Desktop/NPB3.2/NPB3.2-MPI/sys&#39;<br>../sys/setparams ep 1 A <br>mpefc -mpilog -c -I/usr/local/include -O3 ep.f<br>mpefc -mpilog -show -O3 -o ../bin/ep.A.1 ep.o ../common/print_results.o ../common/randi8.o ../common/timers.o -L/usr/local/lib -lmpi<br>
/usr/local/bin/mpif77 -Wl,--export-dynamic -I/usr/local/include -O3 -o ../bin/ep.A.1 ep.o ../common/print_results.o ../common/randi8.o ../common/timers.o -L/usr/local/lib -lmpi -L/usr/local/lib -lmpe_f2cmpi -llmpe -lmpe<br>
make[1]: Leaving directory `/home/vaibhavs/Desktop/NPB3.2/NPB3.2-MPI/EP&#39;<br><br>After adding -show to mpefc -mpilog, no output file is being generated.<br><br>Thank You,<br>Vaibhav<br><br><div class="gmail_quote">On Tue, Mar 1, 2011 at 1:34 PM, Anthony Chan <span dir="ltr">&lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>
What version of NPB you are using ?  Don&#39;t recall there is a MPIF77<br>
in make.def.  Anyway, set &quot;FLINK = mpefc -mpilog -show&quot;, and send me<br>
the output of make.<br>
<br>
Please cc back to mpich-discuss.<br>
<br>
A.Chan<br>
<div><div></div><div class="h5"><br>
<br>
----- Original Message -----<br>
&gt; Hi,<br>
&gt;<br>
&gt; I change the make.def file in the NAS benchmark by giving the value of<br>
&gt; these<br>
&gt; 2 variables as:<br>
&gt;<br>
&gt; MPIF77 = mpefc -mpilog<br>
&gt; FLINK = mpefc -mpilog<br>
&gt;<br>
&gt;<br>
&gt; The compilation of EP benchmark goes smoothly. Then From the<br>
&gt; NPB3.2/NPB3.2-MPI/bin/ directory, I execute the benchmark<br>
&gt; by simply giving the command ./ep.A.1 from command line. The benchmark<br>
&gt; executes but there is no log<br>
&gt; file generated. Is there some problem in the execution command that I<br>
&gt; give?<br>
&gt;<br>
&gt; Thank You,<br>
&gt; Vaibhav<br>
&gt;<br>
&gt; On Tue, Mar 1, 2011 at 1:05 PM, Anthony Chan &lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; -mpilog and -mpitrace are 2 different options in mpefc and they are<br>
&gt; &gt; mutually exclusive options, mpefc will just use the last one, i.e.<br>
&gt; &gt; -mpitrace. That may explain why you don&#39;t see a logfile, but you<br>
&gt; &gt; should<br>
&gt; &gt; see tons of output on your screen. Given you didn&#39;t mention that, so<br>
&gt; &gt; I<br>
&gt; &gt; think<br>
&gt; &gt; you may not have used MPE options in the link command.<br>
&gt; &gt; Try setting FLINK and F77 to &quot;mpefc -mpilog&quot;.<br>
&gt; &gt;<br>
&gt; &gt; I am cc&#39;ing this back to <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a>, just in case<br>
&gt; &gt; someone<br>
&gt; &gt; has<br>
&gt; &gt; something to add.<br>
&gt; &gt;<br>
&gt; &gt; ----- Original Message -----<br>
&gt; &gt; &gt; Hi,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I am a graduate student at Iowa State University working in the<br>
&gt; &gt; &gt; area<br>
&gt; &gt; &gt; of High<br>
&gt; &gt; &gt; Performance Computing.<br>
&gt; &gt; &gt; I tried to use MPE for analyzing the NAS NPB benchmarks. Though<br>
&gt; &gt; &gt; the<br>
&gt; &gt; &gt; installation<br>
&gt; &gt; &gt; of MPE goes smoothly, the analysis is not generating any log<br>
&gt; &gt; &gt; files. In<br>
&gt; &gt; &gt; the<br>
&gt; &gt; &gt; NAS NPB benchmarks,<br>
&gt; &gt; &gt; I gave the fortran compiler as &quot;mpefc -mpilog -mpitrace&quot; in the<br>
&gt; &gt; &gt; make.def<br>
&gt; &gt; &gt; file, but still after the execution of the<br>
&gt; &gt; &gt; benchmark, no log file is generated. I am using OpenMPI and Intel<br>
&gt; &gt; &gt; fortran<br>
&gt; &gt; &gt; compiler.<br>
&gt; &gt; &gt; The mpeinstallcheck command shows MPE is working fine.<br>
&gt; &gt; &gt; Can you please give me any suggestion regarding this.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thank You,<br>
&gt; &gt; &gt; Vaibhav<br>
&gt; &gt;<br>
</div></div></blockquote></div><br>