<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Alessandro,
<p>Try the following:
<p>setenv FC ifc
<br>setenv F90 ifc
<br>setenv FFLAGS "-Vaxlib"
<br>setenv RSHCOMMAND ssh
<br>(if using bource like shell, change the above to: export FC=ifc etc..)
<p>./configure --prefix=/usr/local/mpich-1.2.5 --with-romio
<br>gmake ; gmake install
<br>
<p>This should get mpich built. Once it is installed edit /usr/local/mpich-1.2.5/bin/mpif90
and mpif77 and make sure "-Vaxlib" is defined in the variable "BASE_FLAGS".
One thing I will point out is that you need to use ifc 6.0 for flash, there
are known problems in building flash with ifc 7.0, if you can't get access
to ifc 6.0 let me know.
<p>Thanks,
<p>--Brad
<br>Alessandro Gardini wrote:
<blockquote TYPE=CITE>Dear Sir/Madam,
<p>I tried to install flash on my workstation
<br>and got troubles.
<br>The OS is Linux RH 9.0, the c++ and f90
<br>compilers are the Intel free evaluation ones.
<br>I downloaded the MPI from MPICH site and
<br>HDF5 from ncsa.
<p>Testing the sedov test, the command make
<br>returns various errors, according to the way I configured
<br>the MPICH.
<p>Last time I used
<p>F90=ifc ./configure --prefix=/usr/local/mpich-1.2.5 c++=ifc cc=ifc
<br>--with-device=ch_shmem
<p>and it was returned
<p>make[1]: Entering directory `/home/gardini/work/FLASH2.3/object'
<br>mpif90 -c -r8 -i4 -O2 -tpp7 -u -DN_DIM=2 -DMAXBLOCKS=1000 -DNXB=8
-DNYB=8
<br>-DNZB=1 CosmologicalFunctions.F90
<br>/usr/local/mpich/bin/mpif90: line 332: eval: -c: invalid option
<br>eval: usage: eval [arg ...]
<br>make[1]: *** [CosmologicalFunctions.o] Error 2
<br>make[1]: Leaving directory `/home/gardini/work/FLASH2.3/object'
<br>make: *** [default] Error 2
<p>I wish to ask you if you know how to configure mpich for my software.
<p>Thank you for your attention and best regards,
<p>Alessandro Gardini
<p>-----------------------------------------------------------------------------------------------------------
<br>Alessandro Gardini
phone: 217 333 9378
<br>Dept. of Astronomy
e-mail: gardini@astro.uiuc.edu
<br>1002 W. Green St
<br>61801 Urbana USA</blockquote>
<pre>--
Brad Gallagher
ASCI Flash Center
jbgallag@flash.uchicago.edu</pre>
</html>