We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f8c79 commit e6168cdCopy full SHA for e6168cd
examples/advection_diffusion/mpi_pfasst.cpp
@@ -80,7 +80,10 @@ namespace pfasst
80
#ifndef PFASST_UNIT_TESTING
81
int main(int argc, char** argv)
82
{
83
- MPI_Init(&argc, &argv);
+ pfasst::init(argc, argv,
84
+ pfasst::examples::advection_diffusion::AdvectionDiffusionSweeper<>::init_opts,
85
+ pfasst::examples::advection_diffusion::AdvectionDiffusionSweeper<>::init_logs,
86
+ true);
87
pfasst::examples::advection_diffusion::run_mpi_pfasst(0.0);
88
fftw_cleanup();
89
MPI_Finalize();
0 commit comments