[toulouse][montcalm] Montcalm integration with OAR
The task rake gen:oarproperties
fails when I try to generate properties for a cluster which doesn't have GPUs.
The problem is that when there is no GPUs, the content of next_id
is "NO", instead of a number.
I've added a safeguard to avoid using it inside an addition if its content is "NO".