Skip to content
Snippets Groups Projects
Commit dae330ed authored by ad784563's avatar ad784563
Browse files

Linux adjustments.

parent 24fba0f2
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,9 @@ struct particle
#ifdef DPA_FTLE_SUPPORT
archive & original_rank;
archive & original_position;
archive & original_position[0];
archive & original_position[1];
archive & original_position[2];
#endif
}
......
......@@ -15,6 +15,7 @@ namespace dpa
std::int32_t pipeline::run(std::int32_t argc, char** argv)
{
boost::mpi::environment environment(argc, argv, boost::mpi::threading::level::serialized);
std::cout << "Started pipeline on " << environment.processor_name() << "\n";
auto arguments = argument_parser::parse(argv[1]);
auto benchmark_session = run_mpi<float, std::milli>([&] (session_recorder<float, std::milli>& recorder)
......
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