mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
MPI-parallelization upto IO file
This commit is contained in:
@ -23,7 +23,7 @@ Licence:
|
||||
|
||||
// initilized and finalize should be placed in onc scope
|
||||
}
|
||||
pFlow::output<< "\nFinalizing host/device execution space ...."<<pFlow::endl;
|
||||
REPORT(0)<< "\nFinalizing host/device execution space ...."<<END_REPORT;
|
||||
Kokkos::finalize();
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ Licence:
|
||||
#ifndef __setProperty_hpp__
|
||||
#define __setProperty_hpp__
|
||||
|
||||
REPORT(0)<<"\nReading proprties . . . "<<endREPORT;
|
||||
REPORT(0)<<"\nReading proprties . . . "<<END_REPORT;
|
||||
|
||||
auto proprties = pFlow::property(Control.caseSetup().path()+pFlow::propertyFile__);
|
||||
|
||||
|
@ -21,7 +21,7 @@ Licence:
|
||||
#ifndef __setSurfaceGeometry_hpp__
|
||||
#define __setSurfaceGeometry_hpp__
|
||||
|
||||
REPORT(0)<< "\nCreating surface geometry . . . "<<endREPORT;
|
||||
REPORT(0)<< "\nCreating surface geometry . . . "<<END_REPORT;
|
||||
auto surfGeometryPtr = pFlow::geometry::create(Control, proprties);
|
||||
auto& surfGeometry = surfGeometryPtr();
|
||||
|
||||
|
Reference in New Issue
Block a user