When building PV on a Cray XT you have to patch the DynamicLoader.

http://www.vtk.org/Wiki/Cross_compiling_ParaView3_and_VTK#XT4_ParaView_3.6.2

Is that something that should make it into 3.8?


Index: DynamicLoader.cxx
===================================================================
RCS file: /cvsroot/ParaView3/ParaView3/VTK/Utilities/kwsys/DynamicLoader.cxx,v
retrieving revision 1.26
diff -u -r1.26 DynamicLoader.cxx
--- DynamicLoader.cxx   28 Sep 2009 15:37:22 -0000      1.26
+++ DynamicLoader.cxx   7 Mar 2010 00:32:01 -0000
@@ -444,7 +444,7 @@
 // 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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to