computation start error with number of processes
Posted: Mon Oct 26, 2015 1:59 pm
Hello,
My computations are running fine when i take full nodes ressources.
But when grid engine gives my job half nodes (6 cores already affected to another job), the computation failed with the error below :
My configuration is 2 proc of 6 cores by node.
Is there any option in code_saturne to fix this problem? Or do you think that it is linked to my grid engine system ?
Thank you for your feedback.
My computations are running fine when i take full nodes ressources.
But when grid engine gives my job half nodes (6 cores already affected to another job), the computation failed with the error below :
Code: Select all
--------------------------------------------------------------------------
Your job has requested a conflicting number of processes for the
application:
App: ./cs_solver
number of procs: 84
This is more processes than we can launch under the following
additional directives and conditions:
number of nodes: 8
npernode: 10
Please revise the conflict and try again.
--------------------------------------------------------------------------
Is there any option in code_saturne to fix this problem? Or do you think that it is linked to my grid engine system ?
Thank you for your feedback.