Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 929126f5 authored by frey_m's avatar frey_m
Browse files

AMR: Fix "initialization" of OPAL,

i.e. we do not create a database with BoxLib ParmParse.

modified:   src/Main.cpp
parent c50f1381
No related branches found
No related tags found
No related merge requests found
......@@ -90,9 +90,8 @@ int main(int argc, char *argv[]) {
namespace fs = boost::filesystem;
#ifdef HAVE_AMR_SOLVER
*gmsg << "Initializing BoxLib with inputs file " << argv[1] << endl;
BoxLib::Initialize(argc, argv, true, Ippl::getComm());
*gmsg << "Done initializing BoxLib with inputs file " << argv[1] << endl;
// false: build no parmparse, we use the OPAL parser instead.
BoxLib::Initialize(argc, argv, false, Ippl::getComm());
#endif
OPALTimer::Timer simtimer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment