Skip to content
Snippets Groups Projects
Commit 24fbc7b4 authored by niikonst's avatar niikonst
Browse files

fix rising bubble sutup

parent 108a6184
No related branches found
No related tags found
2 merge requests!171Newest Update,!83Fix MPICommunicator
......@@ -196,11 +196,7 @@ void run(string configname)
SPtr<UbScheduler> rSch(new UbScheduler(cpStep, cpStart));
SPtr<MPIIORestartCoProcessor> rcp(new MPIIORestartCoProcessor(grid, rSch, pathname, comm));
//SPtr<MPIIOMigrationCoProcessor> rcp(new MPIIOMigrationCoProcessor(grid, rSch, metisVisitor, pathname, comm));
<<<<<<< HEAD
//SPtr<MPIIOMigrationBECoProcessor> rcp(new MPIIOMigrationBECoProcessor(grid, rSch, pathname, comm));
=======
//SPtr<MPIIOMigrationBECoProcessor> rcp(new MPIIOMigrationBECoProcessor(grid, rSch, metisVisitor, pathname, comm));
>>>>>>> 2d5b026e0450341bc450d1ab0085bd1940db01c7
// rcp->setNu(nuLB);
// rcp->setNuLG(nuL, nuG);
//rcp->setDensityRatio(densityRatio);
......
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