Hi - On 12/19/16, 2:32 PM, "Fábio Mallaco Moreira" <[email protected]> wrote:
>So, I've sucessefully built and used the single locales version of Chapel >on Bash on Windows 10 with no major surprises but cant get the multi >locales version to work. Has anyone ever tried this? I have some limited experience with Chapel on Windows Bash shell, but I haven't tried multi-locale mode. >I'm going on holidays and wanted to keep teaching myself without SSH'ing >to my workstation. :D > >Curently it seems I can build the compiler correctly and even compile >some test codes. But when I try running any multi locales program i get a >"Environment variable SSH_SERVERS is missing" which i have no idea how to >fix. See http://chapel.cray.com/docs/latest/usingchapel/QUICKSTART.html#using-chapel -in-multi-locale-mode and http://chapel.cray.com/docs/latest/platforms/udp.html I'm guessing that you're missing this command: export GASNET_SPAWNFN=L which configures your environment to launch the tasks locally. Cheers, -michael > > >Thanks a lot, >Fábio Mallaco Moreira > ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel _______________________________________________ Chapel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-users
