Hi yugi,
Does the
run log mean the sortie file? In the slurm-[jobID].out file there is nothing but:
srun: error: Unable to create step for job 14383883: More processors requested than permitted
I did the hello world mpi test as you mentioned and the result seemed suspicious either, the node id is the same 0 instead of (0;1;2;3) as shown in the snapshot.
To bypass this problem I switched into Python27+v8p2r0 and the telemac example was finished in parallel with no error. The comparison between slurm jobs information of Python27+v8p2r0 and Python3+v8p2r0 was displayed in the second picture, it's noticeable that Python3+v8p2r0 failed to pass the value of [ncsize] to the job submitting system thus only one cpu was allocated, triggering the error
More processors (ncsize=4) requested than permitted (Allocated CPU=1)
I think this is where the problem came from...Could you shed more light on how to solve this?
Many thanks,
Yunhao