Skip to content
Snippets Groups Projects
Verified Commit f84e7f7c authored by baptiste.coudray's avatar baptiste.coudray
Browse files

Fixed program

parent 5868b5ec
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
#define N_MEASURES 15
#if defined(FUTHARK_BACKEND_cuda) || defined(FUTHARK_BACKEND_opencl)
#define N_ITERATIONS 100
#define N_ITERATIONS 3000
#else
#define N_ITERATIONS 50
#endif
......@@ -103,10 +103,7 @@ int main(int argc, char *argv[]) {
MPI_Type_commit(&lbm_type);
struct dispatch_context *disp_context = dispatch_context_new(lbm_dimensions, lbm_type, 3);
dispatch_context_print(disp_context);
chunk_info_t ci = get_chunk_info(disp_context);
chunk_info_print(&ci);
MPI_Abort(MPI_COMM_WORLD, 1);
init_chunk_lbm(&ci);
for (int i = 0; i < N_MEASURES; ++i) {
......
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