Skip to content
Snippets Groups Projects
Commit 6d1f3277 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Align on 128 bytes in all cases.

parent e25c7c7f
No related branches found
No related tags found
1 merge request!238Pack the task types and re-arrange the task structure to go from 80 bytes to 64 bytes.
......@@ -29,11 +29,7 @@
#include "cell.h"
#include "cycle.h"
#ifdef WITH_MPI
#define task_align 128
#else
#define task_align 64
#endif
/**
* @brief The different task types.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment