Hi Konstantina,

The 1.8 release's numa support is very preliminary and does not
include multilocale.  If you'd like to try out numa support for
multilocale programs, the current trunk supports this better.  In
addition, without hwloc, things will work, but you won't be taking
advantage of any of the numa characteristics of the locale.

As for dataPar-style control, we have not defined any special variable
for numa domains yet.  We're currently working on better defaults, and
I can give you some hints for the settings if you are interested.

I'm not sure what you mean below by "cluster of many cores".  Are you
talking about within a Chapel locale?

-- Sung

On Thu, Feb 27, 2014 at 01:34:08PM +0000, Konstantina Panagiotopoulou wrote:
> Hello,
> 
> I tried to test the new numa node feature. and followed thgese steps
> without installing  hwloc.
> 1) export CHPL_LOCALE_MODEL=numa
> 2)export CHPL_TASKS=qthreads
> 3)cd $CHPL_HOME
>     make
> 4) chpl -o jacobi $CHPL_HOME/examples/programs/jacobi.chpl
> 
> And the error I got was:
> 
> /chapel-1.8.0/modules/internal/ChapelArray.chpl:148: error: attempt to
> dereference nil
> 
> My question is: on a cluster of numa nodes do I have to use multilocale
> configuration? Something like this?
> export CHPL_LOCALE_MODEL=numa;export CHPL_TASKS=qthreads;export
> CHPL_COMM=gasnet;gmake;export GASNET_SPAWNFN=S;export SSH_SERVERS="node1
> node2";export SSH_CMD=ssh;export SSH_OPTIONS=-x;export
> GASNET_ROUTE_OUTPUT=0;source util/setchplenv.bash;
> 
> Also, how will I be able to exploit/control the extra cores (sublocales)?
> Is there any env variable
> "subLocalesPerLocale" or so?
> Finally, what's the proposed way to address cluster of manycores(if any)
> right now?
> 
> Cheers,
> Konstantina

> ------------------------------------------------------------------------------
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> _______________________________________________
> Chapel-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/chapel-users


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Chapel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-users

Reply via email to