Hello Sebastian,
I had to make two minor modifications to Ray version 2.3.0 in order for it
to compile and install on NERSC's edison machine using PrgEnv-intel. Below
is the patch.
Thanks,
Rob Egan
diff -aur Ray-2.3.0//Makefile ../Ray-2.3.0//Makefile
--- Ray-2.3.0//Makefile 2013-10-31 11:28:04.000000000 -0700
+++ ../Ray-2.3.0//Makefile 2013-11-04 20:10:24.885378000 -0800
@@ -225,6 +225,6 @@
$(Q)mkdir $(PREFIX)/RayPlatform
$(Q)cp RayPlatform/AUTHORS $(PREFIX)/RayPlatform
- $(Q)cp RayPlatform/README $(PREFIX)/RayPlatform
+ $(Q)cp RayPlatform/README.md $(PREFIX)/RayPlatform
$(Q)cp -r RayPlatform/Documentation $(PREFIX)/RayPlatform
diff -aur Ray-2.3.0//RayPlatform/RayPlatform/actors/Actor.cpp
../Ray-2.3.0//RayPlatform/RayPlatform/actors/Actor.cpp
--- Ray-2.3.0//RayPlatform/RayPlatform/actors/Actor.cpp 2013-10-31
11:28:04.000000000 -0700
+++ ../Ray-2.3.0//RayPlatform/RayPlatform/actors/Actor.cpp 2013-11-04
17:15:16.569974000 -0800
@@ -27,6 +27,7 @@
#include <RayPlatform/communication/Message.h>
#include <RayPlatform/core/ComputeCore.h>
#include <RayPlatform/cryptography/crypto.h>
+#include <string.h>
#include <iostream>
using namespace std;
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Denovoassembler-users mailing list
Denovoassembler-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/denovoassembler-users