XM_FORTRAN
or NM_FORTRAN
is set to the compiler name (ifc
,
ifort
, pfc
, pgf77
).
XM_FORTRAN
is usually set by X-Midas.NM_FORTRAN
overrides XM_FORTRAN
and is ignored by
X-Midas.nM> make all xbc
MAKE ALL <OPT>
when building any option tree with
X-Midas primitives. Failure to do this can cause problems for the X-Midas message
configuration.XBC
is on the path before building or
using any host primitives.Don't Make This Mistake: |
---|
![]() To work-around this issue: Open $NMROOT/nxm/sys/cfg/build.props . Next, remove the
-i-static flag from ifort.comp and
ifort.link lines. Once finished, follow the instructions
under Setup for XBC to build the XBC option tree.
Once this flag is disabled, users will need to run with the LD_LIBRARY_PATH
set to include the Intel libraries.
|