Hi,

have you tried running "$> ./a.out" instead of "$> a.out"? Some systems 
distinguish between system-wide executable (i.e. executable located in 
one of the paths specified in the $PATH environment variable) and 
executables in the current folder (i.e. ".").

Cheers,
Marco

Am 24.07.2016 um 21:22 schrieb Marina Andric:
> Hi all,
>
> I am trying to run an x10 program on a cluster. The cluster supports
> only MPI based communication between nodes so I built the latest x10
> source (version 2.6.0) with option -DX10RT_MPI=true and the build was
> successful.
>
> My program works when it's compiled to java (via x10c) but it doesn't
> work when it is compiled to c++ (via x10c++).
>
> For example, when
>
>> x10.dist/bin/x10c++ hello.x10                  (creates a.out)
>> a.out
>
> the outcome is a.out: command not found.
>
> I tested a bit around, with -o option, -x10rt sockets (mpi) and nothing
> seemed to change. I eventually built x10 without -DX10RT_MPI=true and
> the problem is the same, also with the x10 version 2.5.4.
>
> I was building and testing on my local linux machine and I checked all
> the program versions and they seem to be ok:
>
> ant 1.9.3
> g++ 4.8.4
>
> Can someone please say if I'm missing something?
>
> Thank you,
> Marina
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity planning
> reports.http://sdm.link/zohodev2dev
>
>
>
> _______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users
>

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to