dyld: Symbol not found: __ZThn1056_N9AuxKernel16getSuppliedItemsEv
Referenced from: /Users/kan071/projects/moose/modules/tensor_mechanics/lib/libtensor_mechanics-opt.0.dylib
Expected in: flat namespace
in /Users/kan071/projects/moose/modules/tensor_mechanics/lib/libtensor_mechanics-opt.0.dylib
The errors are unrelated. I don’t know about the first error – i would just “make clobber” and update_and_rebuild_libmesh and then rebuild moose as it’s likely you have a corrupted build somehow.
The second error comes from an input file – possibly one of the tensor_mechanics tests – that sets the parameter fspb_debug in a ComputeMultiPlasticityStress Material. I changed the “fspb_debug” to be a moose enum, so you can’t set
fspb_debug = 1 (or any other integer)
anymore. Instead you have to set fspb_debug to one of none; crash; jacobian; or jacobian_and_linear_system. This parameter is used by developers (=me, basically) to debug the linear system building, and basically you should always set it to “none”. It seems that your supercomputer is building AND testing moose, and the build succeeded but the test failed, but I don’t know how that test didn’t get updated, or maybe you haven’t actually updated moose properly on the supercomputer.
Does this help?
a
Ph: +61 7 3327 4497. Fax: +61 7 3327 4666
Queensland Centre for Advanced Technologies
PO Box 883, Kenmore, Qld, 4069
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/moose-users/686af49a-8830-44c8-aef3-04c9f6ed75a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
OK, the error on the supercomputer seems to come from you (or ekanjirathingal) actually running moose on your own input file, not from when moose is building. Have a look through the input file and see if you set “fspb_debug = 1”, and just set “fspb_debug = none” instead.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/a42f4d16-07d5-492e-add0-a9e64146a33d%40googlegroups.com.