Dear Rajeev<br><br>Hi<br>Many thanks for your help.<br><br>Best Regards<br>Amin<br><br><div class="gmail_quote">On Sun, Feb 21, 2010 at 12:47 AM, Rajeev Thakur <span dir="ltr">&lt;<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</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;">



<div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Arial">SPRNG is a random number generator library that 
i</font></span><span><font size="2" color="#0000ff" face="Arial">s separate from MPI. See its user guide on how to compile and link 
the library. <a href="http://sprng.cs.fsu.edu/Version4.0/compilation.html" target="_blank">http://sprng.cs.fsu.edu/Version4.0/compilation.html</a></font></span></div>
<div><span><font size="2" color="#0000ff" face="Arial"></font></span> </div>
<div><span><font size="2" color="#0000ff" face="Arial">Rajeev</font></span></div>
<div dir="ltr" align="left"><br></div>
<blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;">
  <div dir="ltr" lang="en-us" align="left">
  <hr>
  <font size="2" face="Tahoma"><div class="im"><b>From:</b> <a href="mailto:mpich-discuss-bounces@mcs.anl.gov" target="_blank">mpich-discuss-bounces@mcs.anl.gov</a> 
  [mailto:<a href="mailto:mpich-discuss-bounces@mcs.anl.gov" target="_blank">mpich-discuss-bounces@mcs.anl.gov</a>] <b>On Behalf Of </b>ESMAEILI 
  AMIN<br></div><b>Sent:</b> Saturday, February 20, 2010 5:21 AM<div class="im"><br><b>To:</b> 
  <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br></div><b>Subject:</b> Re: [mpich-discuss] Error 
  relating compiling a program (sprng.h)?<br></font><br></div><div><div></div><div class="h5">
  <div></div>Dear Rajeev<br><br>Hi<br>Many thanks for your help.<br>Ive added 
  these line. And compiled with this:<br><span style="font-family: comic sans ms,sans-serif;">amin@linux-usdz:~/Desktop/AminLinx&gt; 
  mpicc monte.c</span><br style="font-family: comic sans ms,sans-serif;"><br>and 
  the result was as this:<br><span style="font-family: comic sans ms,sans-serif;">monte.c:11:19: error: sprng.h: 
  No such file or directory</span><br style="font-family: comic sans ms,sans-serif;"><span style="font-family: comic sans ms,sans-serif;">monte.c: In function 
  ‘main’:</span><br style="font-family: comic sans ms,sans-serif;"><span style="font-family: comic sans ms,sans-serif;">monte.c:42: error: 
  ‘SPRNG_DEFAULT’ undeclared (first use in this function)</span><br style="font-family: comic sans ms,sans-serif;"><span style="font-family: comic sans ms,sans-serif;">monte.c:42: error: (Each 
  undeclared identifier is reported only once</span><br style="font-family: comic sans ms,sans-serif;"><span style="font-family: comic sans ms,sans-serif;">monte.c:42: error: for each 
  function it appears in.)</span><br style="font-family: comic sans ms,sans-serif;"><span style="font-family: comic sans ms,sans-serif;">monte.c:42: warning: assignment 
  makes pointer from integer without a cast</span><br style="font-family: comic sans ms,sans-serif;"><br>I do not know, but maybe it 
  is due to bad installation of MPICH2 or OPENMPI, how can I assure that they`ve 
  installed correctly?<br><br>Best Regards<br>Amin<br><br><br>
  <div class="gmail_quote">On Sat, Feb 20, 2010 at 12:49 AM, Rajeev Thakur <span dir="ltr">&lt;<a href="mailto:thakur@mcs.anl.gov" target="_blank">thakur@mcs.anl.gov</a>&gt;</span> wrote:<br>
  <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Try adding a #define SIMPLE_SPRNG before #include 
    &lt;sprng.h&gt;. Also move<br>the #define USE_MPI to before #include 
    &lt;sprng.h&gt;<br><br>Rajeev<br><br><br>________________________________<br>
    <div><br>       From: <a href="mailto:mpich-discuss-bounces@mcs.anl.gov" target="_blank">mpich-discuss-bounces@mcs.anl.gov</a><br></div>[mailto:<a href="mailto:mpich-discuss-bounces@mcs.anl.gov" target="_blank">mpich-discuss-bounces@mcs.anl.gov</a>] 
    On Behalf Of ESMAEILI AMIN<br>       Sent: Friday, 
    February 19, 2010 7:34 AM<br>       To: <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>  
         Subject: [mpich-discuss] Error relating compiling a 
    program<br>(sprng.h)?<br>
    <div>
    <div></div>
    <div><br><br>       Dear Sir<br><br>  
         Hi<br>       Many thanks for your 
    MPI package.<br>       I`ve installed the MPICH2 on my 
    pc and made mpd.conf at HOME<br>directory<br><br>      
     But when I compile the program:<br>      
     amin@linux-usdz:~/Desktop/AminLinx&gt; mpicc monte.c<br><br>  
         I will get this error:<br>      
     monte.c:9:19: error: sprng.h:<br>       monte.c: 
    In function &#39;main&#39;:<br><br>       monte.c:40: error: 
    &#39;SPRNG_DEFAULT&#39; undeclared (first use in this<br>function)<br>    
       monte.c:40: error: (Each undeclared identifier is reported 
    only<br>once<br>       monte.c:40: error: for each 
    function it appears in.)<br>       monte.c:40: warning: 
    assignment makes pointer from integer<br>without a cast<br>    
       amin@linux-usdz:~/Desktop/AminLinx&gt; ..<br>    
       amin@linux-usdz:~/Desktop&gt; ..<br>      
     amin@linux-usdz:~&gt; cd Desktop/AminLinx/<br>      
     amin@linux-usdz:~/Desktop/AminLinx&gt; mpirun monte.c<br>    
       problem with execution of monte.c  on  linux-usdz: 
     [Errno 2] No<br>such file or directory<br><br><br>      
     Plz help me to compile and run the program correctly.<br><br>  
         I`ve attched the program for your inform.<br><br>  
         Best Regards<br>      
     Sincerely<br>      
     Amin<br><br><br><br><br><br></div></div>
    <div>
    <div></div>
    <div>_______________________________________________<br>mpich-discuss 
    mailing list<br><a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br><a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</div></div></blockquote></div><br></div></div></blockquote></div>
<br>_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br></blockquote></div><br>