[FLASH-USERS] Probelms getting Flash3.0 to execute
Elliot Parkin
phy1erp at leeds.ac.uk
Thu Mar 27 12:59:18 EDT 2008
Hello,
I am attempting to run flash3.0 on a Linux machine but when I try and run the
code I get this error:
problem with execution of flash3 on linast14: [Errno 2] No such file or
directory
The command I used to execute flash was:
mpirun -np 1 flash3
To setup the test case I used: ./setup Sedov -auto +noio
Then gmake was used to compile the code which gave SUCCESS but there was these
warnings during the make process:
Grid_releaseBlkPtr.F90:104: warning: extra tokens at end of #endif directive
... and,
In file quicksort_index.F90:93
if (jstack.gt.NSTACK) pause 'NSTACK too small in indexx'
1
Warning: Obsolete: PAUSE statement at (1)
In file quicksort_index.F90:204
if (jstack.gt.NSTACK) pause 'NSTACK too small in indexx'
1
Warning: Obsolete: PAUSE statement at (1)
The Makefile.h I've constructed looks like this:
# Library specific linking
#
# If a FLASH module has a 'LIBRARY xxx' line in its Config file, we need to
# create a macro in this Makefile.h for LIB_xxx, which will be added to the
# link line when FLASH is built. This allows us to switch between different
# (incompatible) libraries. We also create a _OPT, _DEBUG, and _TEST
# library macro to add any performance-minded libraries (like fast math),
# depending on how FLASH was setup.
#----------------------------------------------------------------------------
LIB_HDF5 = $(HDF5_PATH)/lib -lhdf5 -lz
LIB_PNG = -lpng -lz
LIB_MPI =
LIB_NCMPI =
LIB_MPE =
#----------------------------------------------------------------------------
# Additional machine-dependent object files
#
# Add any machine specific files here -- they will be compiled and linked
# when FLASH is built.
#----------------------------------------------------------------------------
MACHOBJ =
#----------------------------------------------------------------------------
# Additional commands
#----------------------------------------------------------------------------
MV = mv -f
AR = ar -r
RM = rm -f
CD = cd
RL = ranlib
ECHO = echo
Do you have any idea what may be wrong?
Many thanks,
Ross Parkin
Postgraduate Student
School of Physics and Astronomy
University of Leeds, UK
More information about the flash-users
mailing list