[mesa-users] compiling MESA
anthony classick
anthonyclassick at gmail.com
Wed Jan 15 19:16:12 EST 2014
When I compile MESA (by executing ./mk in the root of the tree), I get:
thomas_block.f:(.text+0x121f): undefined reference to `dlamch_'
../../make/libmtx.a(bcyclic.o): In function `__bcyclic_MOD_cycle_onestep':
bcyclic.f:(.text+0x2dfe): undefined reference to `dlamch_'
../../make/libmtx.a(bcyclic.o): In function `__bcyclic_MOD_bcyclic_factor':
bcyclic.f:(.text+0x41f7): undefined reference to `dlamch_'
and other messages like it. 'dlamch' reminded me of a version of MPI, so I
set OMP_NUM_THREADS to 1 (it was 2), but the problems did not go away.
Any suggestions?
More information about the Mesa-users
mailing list