Skip to content
Snippets Groups Projects
Commit 5a6b83ee authored by Alexander Neundorf's avatar Alexander Neundorf
Browse files

COMP: also build the static dummy loader on Cray Catamount

Alex
parent 16a308bc
No related branches found
No related tags found
No related merge requests found
......@@ -437,7 +437,8 @@ const char* DynamicLoader::LastError()
// ---------------------------------------------------------------
// 5. Implementation for systems without dynamic libs
// __gnu_blrts__ is IBM BlueGene/L
#ifdef __gnu_blrts__
// __LIBCATAMOUNT__ is defined on Catamount on Cray compute nodes
#if defined(__gnu_blrts__) || defined(__LIBCATAMOUNT__)
#include <string.h> // for strerror()
#define DYNAMICLOADER_DEFINED 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment