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