Peano
Loading...
Searching...
No Matches
LinuxAMD.h
Go to the documentation of this file.
1// Default variant of CompilerSpecificSettings.h for AMD on Linux.
2// For a detailed description of the semantics of the settings, please
3// consult LinuxIntel.h which is the most elaborate documentation.
4
5//#define UseTestSpecificCompilerSettings
6#define CompilerCLANG
7//#define CompilerICC
8#define CompilerHasProcStat
9#define CompilerHasUTSName
10#define CompilerHasTimespec
11#define CompilerHasSysinfo
12//#define CompilerDefinesMPIMaxNameString
13#if !defined(noMPISupportsSingleSidedCommunication) and !defined(MPISupportsSingleSidedCommunication)
14#define MPISupportsSingleSidedCommunication
15#endif
16
17#if !defined(UseManualInlining) && !defined(noUseManualInlining)
18#endif
19
20#define LittleEndian
21
22#if !defined(AlignmentOnHeap)
23#define AlignmentOnHeap 16
24#endif
25
26#if PeanoDebug == 0
27#undef assert
28#define assert(...)
29#endif
30
31#define KeywordToAvoidDuplicateSymbolsForInlinedFunctions static inline
32
33#define OpenMPTaskGroup
34
39#define OpenMPManuallyOffloadMemset