On 04/11/13 11:28 PM, Rob Egan wrote:
> 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.

Hello Rob,

I merged your patch here:

https://github.com/sebhtml/ray/commit/e1ad06d8cb55427ff4bcca647b7bd4e4416619e3

and here:

https://github.com/sebhtml/RayPlatform/commit/3268f32318e6918ce4c4a15e82461f6c169ef17d


Thank you for submitting this 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/denovoassembler-users

Reply via email to