Hi,

This is not easily done in the APGAS 1.0 release but this is possible if 
you download and build apgas from the github repository.

The launch syntax is the following:

java -Dapgas.launcher=apgas.impl.SshLauncher 
-Dapgas.hostfile=/home/tardieu/hostfile -Dapgas.places=4 HelloWorld

This command uses ssh to run on remote nodes. Place 0 always run on 
localhost. The hostfile should contain the hosts for the remaining places. 
1 per line. 3 in this example.

Regards,

Olivier


George Solodovnikov <sgp.m...@gmail.com> wrote on 10/28/2015 10:50:44 AM:

> From: George Solodovnikov <sgp.m...@gmail.com>
> To: x10-users@lists.sourceforge.net
> Date: 10/28/2015 10:51 AM
> Subject: [X10-users] distributed APGAS 1.0
> 
> Hi,
> Is there property similar to X10_HOTLIST in APGAS 1.0 to run 
> app on several physical boxes. Or some other possibility. 
>  (it seems so, from the APGAS library paper )
> Cheers,
> George 
> 
------------------------------------------------------------------------------
> _______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users


------------------------------------------------------------------------------
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to