Open MPI logo

PLPA Users' Mailing List Archives

  |   Home   |   Support   |   FAQ   |   all PLPA Users mailing list

From: Bert Wesarg (wesarg_at_[hidden])
Date: 2007-04-24 14:18:06


> - have node ID, want a list of processor IDs and/or a list of
> (socket,core) tuples
> plpa_map_from_node(int node_id, int *socket, int *core, int
> *processor_id);
> (socket,core) can be NULL or processor_id can be NULL, but not both.
how about this:

/* return a cpumap with all processor ids in node node_id */
plpa_map_from_node(int node_id, plpa_cpu_set_t *processorset);

Bert