John Robinson <jsro...@gmail.com> wrote on 11/27/2012 09:10:43 AM:

> From: John Robinson <jsro...@gmail.com>
> To: Mailing list for users of the X10 programming language <x10-
> us...@lists.sourceforge.net>,
> Date: 11/27/2012 09:11 AM
> Subject: [X10-users] What happened to the "-STATIC_CALLS" flag --
> does it have a replacement
>
> The flag "-STATIC_CALLS" is used to compile GPU related x10 code as
> demonstrated
> on the "X10 on GPUs" page: http://x10-lang.org/documentation/
> practical-x10-programming/x10-on-gpus.html
>
> For instance the command to build CUDATopology.x10  is as follows:
>
> x10c++ -O -NO_CHECKS -STATIC_CALLS CUDATopology.x10 -o CUDATopology
> This does not work. The flag "-STATIC_CALLS " appears to be no
> longer supported. What is (for 2.2.3 and 2.3.0 ) the correct compile
> line for "generic" NVIDIA GPU code?
>

Hi,

        The flag got renamed to -STATIC_CHECKS.  I'll update the web page.

thanks,

--dave
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to