c++ - Trying to install Parallel IO on Unix, getting Error: Can't open included file 'mpif.h' -


http://www.cesm.ucar.edu/models/pio/install.html instructions linked here

i on item 3. , when run gmake output

>gmake[1]: *** [pio_kinds.o] error 1 gmake[1]: leaving directory `/home/xxxx/parallelio/pio3/pio' gmake: *** [all] error 2 [xxxx@yyyyy-login2 pio]$ gmake making dependencies pio_kinds.f90 --> pio_kinds.d done updating dependencies gmake[1]: entering directory `/home/xxxxx/parallelio/pio3/pio' making dependencies pio_kinds.f90 --> pio_kinds.d gfortran -c -dspmd -dhave_mpi -dno_mpimod -dno_c_sizeof -dsyslinux -d_netcdf -i/home/xxxx/netcdf//include -d_nopnetcdf  -g -o2 -i/home/xxxx/netcdf//include    pio_kinds.f90 pio_kinds.f90:31: error: can't open included file 'mpif.h' gmake[1]: *** [pio_kinds.o] error 1 gmake[1]: leaving directory `/home/xxxx/parallelio/pio3/pio' gmake: *** [all] error 2 [xxxx@yyyy-login2 pio]$ mpif90 --showme:compile -bash: mpif90: command not found >[xxxx@yyyy-login2 pio]$ module avail 

i have tried loading different available modules,

compilers/gcc loaded mpi/openmpi loaded following search result found on google, unloaded compilers/gcc , and loaded mpich-x86_64 still gives error.

does know how address issue?


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -