Skip to content

Make note of build procedure regarding moab_source.F90  #66

@makeclean

Description

@makeclean

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions