Hi Clemens
Cluster configuration could be sometimes a difficult task if you don't have the possibility to well adapt all the settings possibilities.
As Sebastien said, the multicore is not as efficient than the multiprocessors due to memory bandwidth. But it also depend of the processor architecture (maybe you could join a description of the cluster?)
Personally, i've made some different cluster installation and the parallelism allways speed up the computation when the settings are OK.
First, i think you should ask to an IT manager to help you to configure the job manager because the majority of problems comes from here.
Hereunder, is a list of test you could do to check the scalability.
- Start with an unique model (eventually without any fortran file) or a telemac test case (malpasset for example)
- check the run with 8 processors to see the location of each process
- try to modify the job manager to run the 8 process on 8 different empty nodes (This should be the best configuration)
Hope this helps