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:
@ -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
|
||||
|
Reference in New Issue
Block a user