Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:09:51

0001 #ifndef ATOOLS_Org_CXXFLAGS_H
0002 #define ATOOLS_Org_CXXFLAGS_H
0003 
0004 /* ATOOLS/Org/CXXFLAGS.H. Automatically generated from CMakeLists.txt. */
0005 
0006 /* Architecture identified as Darwin MacOS */
0007 /* #undef ARCH_DARWIN */
0008 
0009 /* Architecture identified as Linux */
0010 #define ARCH_LINUX 1
0011 
0012 /* Architecture identified as Unix */
0013 /* #undef ARCH_UNIX */
0014 
0015 /* Define to dummy `main' function (if any) required to link to the Fortran
0016    libraries. */
0017 /* #undef FC_DUMMY_MAIN */
0018 
0019 /* Define if F77 and FC dummy `main' functions are identical. */
0020 /* #undef FC_DUMMY_MAIN_EQ_F77 */
0021 
0022 /* MPI support */
0023 #define USING__MPI "1"
0024 
0025 /* Thread support */
0026 /* #undef USING__Threading */
0027 
0028 /* ld path name */
0029 #define LD_PATH_NAME "LD_LIBRARY_PATH"
0030 
0031 /* library suffix */
0032 #define LIB_SUFFIX ".so"
0033 
0034 /* binreloc activation */
0035 /* #undef ENABLE_BINRELOC */
0036 
0037 /* Sherpa installation prefix */
0038 #define SHERPA_PREFIX "/opt/software/linux-debian12-x86_64_v2/gcc-12.2.0/sherpa-3.0.1-dinzlcc5nnb2fuprhuyyy5brmg2vskvs"
0039 
0040 /* Sherpa include directory */
0041 #define SHERPA_INCLUDE_PATH "/opt/software/linux-debian12-x86_64_v2/gcc-12.2.0/sherpa-3.0.1-dinzlcc5nnb2fuprhuyyy5brmg2vskvs/include/SHERPA-MC"
0042 
0043 /* Sherpa library directory */
0044 #define SHERPA_LIBRARY_PATH "/opt/software/linux-debian12-x86_64_v2/gcc-12.2.0/sherpa-3.0.1-dinzlcc5nnb2fuprhuyyy5brmg2vskvs/lib/SHERPA-MC/"
0045 
0046 /* Sherpa data directory */
0047 #define SHERPA_SHARE_PATH "/opt/software/linux-debian12-x86_64_v2/gcc-12.2.0/sherpa-3.0.1-dinzlcc5nnb2fuprhuyyy5brmg2vskvs/share/SHERPA-MC/"
0048 
0049 /* Sherpa subversion */
0050 #define SHERPA_SUBVERSION "0.1"
0051 
0052 /* Sherpa version */
0053 #define SHERPA_VERSION "3"
0054 
0055 /* Sherpa version name */
0056 #define SHERPA_NAME "Erebus"
0057 
0058 /* Sherpa version code */
0059 #define SHERPA_VERSION_CODE 3000001
0060 
0061 /* Using colour */
0062 #define USING__COLOUR "1"
0063 
0064 #define PYTHON_LIBS "/opt/software/linux-debian12-x86_64_v2/gcc-12.2.0/sherpa-3.0.1-dinzlcc5nnb2fuprhuyyy5brmg2vskvs/lib/python3.12/site-packages/"
0065 
0066 #endif