Skip to content
Snippets Groups Projects
Commit cdd3473c authored by Pat Marion's avatar Pat Marion
Browse files

ENH: Adding symbol for cray compute linux to DynamicLoader.cxx

parent e7906212
No related merge requests found
......@@ -444,7 +444,7 @@ const char* DynamicLoader::LastError()
// 5. Implementation for systems without dynamic libs
// __gnu_blrts__ is IBM BlueGene/L
// __LIBCATAMOUNT__ is defined on Catamount on Cray compute nodes
#if defined(__gnu_blrts__) || defined(__LIBCATAMOUNT__)
#if defined(__gnu_blrts__) || defined(__LIBCATAMOUNT__) || defined(__CRAYXT_COMPUTE_LINUX_TARGET)
#include <string.h> // for strerror()
#define DYNAMICLOADER_DEFINED 1
......
......@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2010)
SET(KWSYS_DATE_STAMP_MONTH 03)
# KWSys version date day component. Format is DD.
SET(KWSYS_DATE_STAMP_DAY 18)
SET(KWSYS_DATE_STAMP_DAY 22)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment