Community
Participate
Working Groups
User request "I'd like to add a few more for X10's sockets backend. We use the "X10_NPLACES" environment variable to specify how many places (ranks) exist. We use "X10_PLACE" to define which place (rank) a particular process is. Can you add these into the correct place into PTP, so that PTP can work with our sockets backend? We prefer this over MPI."
Committed to head.
I've added X10_PLACE to the SDM. I've also added X10_NPLACES but it is not currently needed as the number of ranks is determined by the routing table size (this may change when we transition to SCI, so I'll leave it in the code.)