Hi! I'm new to this.
After running mpirun -n 1 main
This is what I get:
An error occurred in line <1983> of file <../source/base/parameter_handler.cc> in function
void dealii::ParameterHandler::scan_line(std::__cxx11::string, const string&, unsigned int)
The violated condition was:
entries->get_child_optional (get_current_full_path(subsection))
Additional information:
Line <44> of file <parameters.in: There is no such subsection to be entered: Refinement criterion: n
--------------------------------------------------------
Aborting!
----------------------------------------------------
-------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code.. Per user-direction, the job has been aborted.
-------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[42277,1],0]
Exit code: 1
Hi! I'm new to this.
After
running mpirun -n 1 mainThis is what I get:
What could be the problem?