Hi<br><br>I am able to compile and execute the FLASH code. Now, I am trying to use the FlashTest tool. I downloaded FlashTest from:<br><a href="http://flash.uchicago.edu/website/codesupport/flashTest/">http://flash.uchicago.edu/website/codesupport/flashTest/</a><br>
<br> and did some of the things as per the documentation.<br><br>1) Edited the config file and mentioned the pathToFlash as <br> /home/kunalgrao/Desktop/downloads/FLASH3.2<br> where my FLASH code resides.<br>
<br>2) Edited the exeScript and uncommented the mpirun command. (I am running <br> working on Ubuntu 9.10 OS on my laptop)<br><br> # Linux<br> mpirun -np <numProcs> <pathToFlashExe> -par_file <parfile><br>
<br>3) Created the <a href="http://test.info">test.info</a> file by:<br> $ ./createInfoFile.py<br><br> The <a href="http://test.info">test.info</a> file was created in the same directory with the following <br>
information:<br> ---------------------------------------------<br> <kunalgrao-laptop><br> <UnitTest><br> setupName: unitTest/Grid/UG<br> setupOptions: -1d -auto +noio<br>
numProcs: 1<br> parfiles: <defaultParfile><br> </UnitTest><br> </kunalgrao-laptop><br> ----------------------------------------------------<br><br>4) Now, I try to run the FlashTest by:<br>
$./flashTest.py -v UnitTest/<br><br> and I get the following output. The setup is done but compilation is not <br> successful. Can you please tell me how to get it right ?<br><br>----------------------------------------------------------------------------------------------------------------------<br>
FlashTest v1.0 started by kunalgrao on Fri Jun 25 17:58:57 2010<br>Original command-line: ./flashTest.py -v UnitTest/<br>This invocation: 2010-06-25<br>--------------------------------------------------------------------------------<br>
WARNING: FLASH source at "/home/kunalgrao/Desktop/downloads/FLASH3.2" was not updated<br>--------------------------------------------------------------------------------<br>17:58:57 Parsed "kunalgrao-laptop/UnitTest"<br>
17:58:57 Creating directory "/home/kunalgrao/Desktop/downloads/flashTest/output/kunalgrao-laptop/2010-06-25/UnitTest"<br> ****** "<a href="http://test.info">test.info</a>" ******<br> setupName: unitTest/Grid/UG<br>
setupOptions: -1d -auto +noio<br> numProcs: 1<br> parfiles: <defaultParfile><br> *************************<br> ** setup phase **<br>17:58:57 /home/kunalgrao/Desktop/downloads/FLASH3.2/setup unitTest/Grid/UG -1d -auto +noio<br>
17:58:58 setup was successful<br> ** compilation phase **<br>17:58:58 gmake EXE=/home/kunalgrao/Desktop/downloads/flashTest/output/kunalgrao-laptop/2010-06-25/UnitTest/flash-exe<br>17:58:58 compilation was not successful<br>
17:58:58 All tests completed.<br>17:58:58 FlashTest complete. End of Logfile.<br>--------------------------------------------------------------------------------------------------------------<br><br><br>Thanks & Regards,<br>
Kunal<br>