LatticeYangMills
clusterspecifier.h
1 #pragma once
2 #define LACONIA
3 //#define ABEL
4 //#define OFFICE
5 
6 #ifdef OFFICE
7 #define OUT_PREFIX "conf"
8 #endif
9 #ifdef LACONIA
10 #define OUT_PREFIX "/mnt/ls15/scratch/users/pederiva/conf/"
11 #endif