Skip to content
Snippets Groups Projects
Commit 2074ed47 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing example

parent 25b89ceb
No related branches found
No related tags found
No related merge requests found
Pipeline #2875 passed
......@@ -2,7 +2,7 @@
#define SYNC_BEFORE_TAKE_TIME
#define ENABLE_GRID_DIST_ID_PERF_STATS
#include "Decomposition/Distribution/BoxDistribution.hpp"
#include "util/cuda/cuda_launch.hpp"
#include "util/cuda_launch.hpp"
#include "Grid/grid_dist_id.hpp"
#include "data_type/aggregate.hpp"
#include "timer.hpp"
......
......@@ -900,7 +900,7 @@ int main(int argc, char* argv[])
++obstacle_box;
}
vd.map();
// Now that we fill the vector with particles
......@@ -909,7 +909,7 @@ int main(int argc, char* argv[])
vd.addComputationCosts(md);
vd.getDecomposition().decompose();
vd.map();
///////////////////////////
// Ok the initialization is done on CPU on GPU we are doing the main loop, so first we offload all properties on GPU
......
......@@ -14,7 +14,7 @@ function HELP {
echo -e " \033[1;34m-c\033[0m foward this options to configure"
echo -e " \033[1;34m-h\033[0m Displays this help message"\\n
echo -e " \033[1;34m-m\033[0m Skip compilation"\\n
echo -e " \033[1;34m-nolin\033[0m do not install linear algebra"\\n
echo -e " \033[1;34m-l\033[0m do not install linear algebra"\\n
echo -e " \033[1mExample:\033[0m ./install -i /dependencies/here -s -c\"some_options someother_option\""\\n
exit 1
}
......
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