Neo
unread,Dec 3, 2010, 1:20:44 AM12/3/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Principles and Practices of Parallel Programming
Hey,
I am trying to run a simple program which just prints the place ids.
srun -N2 -n16 srun.sock ./A.sock
While running the program with an N=3 or n>16 gives the message:
srun: Requested partition configuration not available now
srun: job <id> queued and waiting for resources
And this doesn't go to execution for quite a while. It runs fine for
N<3 and n<17.
On another note, it is listed that there are only 3 compute nodes so,
is N=3 and n=24 the maximum config we can use?