1
1
This commit was SVN r12436.
Этот коммит содержится в:
Sven Stork 2006-11-06 14:00:43 +00:00
родитель b4fd2d7d50
Коммит 9cf5b3709c

Просмотреть файл

@ -27,6 +27,10 @@
#include "opal/runtime/opal.h" #include "opal/runtime/opal.h"
#include "opal/memoryhooks/memory.h" #include "opal/memoryhooks/memory.h"
/*
* The counter variable is volatile to avoid (wrong) compiler optimisations,
* which can lead to wrong code.
*/
volatile int counter = 0; volatile int counter = 0;
const int bigsize = 100 * 1024 * 1024; const int bigsize = 100 * 1024 * 1024;