Hi -
On 1/15/16, 2:55 PM, "Panagiotopoulou, Konstantina" <[email protected]> wrote: <snip> >I did a clean build and got this: >salloc: Relinquishing job allocation 771 >Spawner is set to MPI, but MPI support was not compiled in >usage: gasnetrun -n <n> [options] [--] prog [program args] > > >So then I set GASNET_IBV_SPAWNER=ssh and tried with srun. The output is: >-- >$ srun -N 2 ./hello -nl 2 It should be possible to manually launch your Chapel program or use the launcher, but not both. manually launching looks something like this: $ srun -N 2 ./hello_real 2 -nl 2 but using the launcher looks like this: $ ./hello -nl 2 Cheers, -michael ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
