You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have posted this question on moose forum but got no answers. I am not sure if I can reposted it again here.
The MALAMUTE is installed as instructed on WSL ubuntu 20.04. The run_tests works well and there're no failed tests. When I try run a example case using this code,
~/projects/malamute/malamute-opt -i example_input.i
I got this error,
*** ERROR ***
/projects/malamute/my_examples/laser_welding_problems/physics/surface-tension/2d-one-spot-scaled-2nd-order.i:85.1: section '[ADKernels]' does not have an associated "Action".
Common causes:
you misspelled the Action/section name
the app you are running does not support this Action/syntax
/projects/malamute/my_examples/laser_welding_problems/physics/surface-tension/2d-one-spot-scaled-2nd-order.i:86.3: section '[ADKernels/disp_x]' does not have an associated "Action".
..... other similar errors.
As instructed by Guillaume Giudicelli, I remove the 'AD' from 'ADKernels', then new errors come out,
__*** ERROR ***
A 'INSConvectedMesh' is not a registered object.
If you are trying to find this object in a dynamically loaded library, make sure that
the library can be found either in your "Problem/library_path" parameter or in the
MOOSE_LIBRARY_PATH environment variable.
Stack frames: 20
0: libMesh::print_trace(std::ostream&)
1: moose::internal::mooseErrorRaw(std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::__cxx11::basic_string<char, std::char_traits, std::allocator >)
2: void mooseError<std::__cxx11::basic_string<char, std::char_traits, std::allocator > >(std::__cxx11::basic_string<char, std::char_traits, std::allocator >&&)
3: Factory::reportUnregisteredError(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) const
4: Factory::getValidParams(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) const
5: MooseObjectAction::MooseObjectAction(InputParameters const&)
6: AddKernelAction::AddKernelAction(InputParameters const&)
7: RegistryEntry::buildAction(InputParameters const&)
8: ActionFactory::create(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, InputParameters&)
9: Moose::Builder::walkRaw(std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, hit::Node*)
10: Moose::Builder::walk(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, hit::Node*)
11: hit::Node::walk(hit::Walker*, hit::NodeType, hit::TraversalOrder)
12: hit::Node::walk(hit::Walker*, hit::NodeType, hit::TraversalOrder)
13: hit::Node::walk(hit::Walker*, hit::NodeType, hit::TraversalOrder)
14: Moose::Builder::build()
15: MooseApp::setupOptions()
16: MooseApp::run()
17: ./malamute-opt(+0x50ee) [0x609d6e4020ee]
18: _libc_start_main
19: ./malamute-opt(+0x539e) [0x609d6e40239e]
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0_
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have posted this question on moose forum but got no answers. I am not sure if I can reposted it again here.
The MALAMUTE is installed as instructed on WSL ubuntu 20.04. The run_tests works well and there're no failed tests. When I try run a example case using this code,
~/projects/malamute/malamute-opt -i example_input.i
I got this error,
As instructed by Guillaume Giudicelli, I remove the 'AD' from 'ADKernels', then new errors come out,
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions