Need patch file or instructions as how to use moab_source.F90 as my installation fails to find iMesh_f.h. I can't seem to pass the appropriate variable using the MCNP build script.
I can make it work by hacking it, i.e.
1 make build CONFIG='......'
2 when it fails, cd into src, gfortran -c moab_source.F90 -I/path/to/moab/include -fcray-pointers -o moab_source.o
3 manual linking, cd into src, gfortran *.o -o mcnp5
I.e. a bit dirty.