1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 12:47:05 +01:00

Making the ILDG support optional

This commit is contained in:
Guido Cossu
2016-10-26 09:48:01 +01:00
parent 47c7159177
commit d50055cd96
7 changed files with 78 additions and 44 deletions

View File

@ -37,6 +37,8 @@ directory
#include <sys/utsname.h>
#include <unistd.h>
#ifdef HAVE_LIME
extern "C" { // for linkage
#include "lime.h"
}
@ -238,8 +240,12 @@ class ILDGIO : public BinaryIO {
return csum;
}
// format for RNG?
// format for RNG? Now just binary out
};
}
}
//HAVE_LIME
#endif
#endif