[MOAB-dev] r3036 - in MOAB/trunk: . tools/iMesh/python
    Jason Kraftcheck 
    kraftche at cae.wisc.edu
       
    Tue Jul 21 15:37:13 CDT 2009
    
    
  
Jed Brown wrote:
> 
> I tried with both to no avail:
> 
>  --with-mpi=/usr FC=/usr/bin/mpif90 F77=/usr/bin/mpif77
> 
I still can't reproduce this.  I did:
  ../src/configure --with-mpi=/usr/local \
                   FC=/usr/local/bin/mpif90 \
                   F77=/usr/local/bin/mpif77
And got:
  Fortran: /usr/local/bin/mpif90 -g -O2 -O2 -DNDEBUG
Further, MOAB shouldn't even be trying to detect a Fortran compiler because
you specified "--enable-imesh=nofortran".
Which verison of MOAB are you using?  I made some changes to the Fortran
detection stuff in early June.  Do you have those changes?
- jason
    
    
More information about the moab-dev
mailing list