cmake for MOAB and HDF5

Issue #164 new
Former user created an issue

When I run "../src/configure --enable-optimize --enable-shared --disable-debug --with-hdf5=$/mnt/g/OpenMCandFluent/code/dagmc_bld/HDF5 --prefix=$mnt/g/OpenMCandFluent/code/dagmc_bld/MOAB"

I get this error checking for gfortran... no checking for ifort... no checking for pgf77... no checking for nag... no checking for xlf... no checking for g77... no checking for f77... no configure: error: Cannot find MPI compiler. Try specifying $F77

Comments (1)

  1. Vijay M

    Can you add -- disable-fortran to the configuration command? In general it should skip as Fortran is optional but unsure if there is something specific to the system.

  2. Log in to comment