I've installed Code_Saturne 3.0.1 using these instructions and I've run the example cases successfully. But on the benchmark test case, both ./SaturnGUI dp_fcp.xml and ./runcase end with this error :
SIGSEGV signal (forbidden memory area access) intercepted!
In any case, I recommend using the latest bug-fix release for this branch (3.0.9) or the previous one (3.0.8 in case of issues with environment modules).
The setup seems not to use the GUI, and in any case, I doubt it is a coal combustion case, so you should not try to use the example xml file in DATA, but just recreate an xml file with the GUI to handle the exisiting mesh_input path and select the LES turbulence model (ignoring the rest), or not use the GUI at all but use the cs_user_scripts.py file in DATA (copied from DATE/REFERENCE) to set the mesh path.
Sorry, the instructions in the benchmark do not seem to be too clear on this (I believe they were written by advanced users who do not work much with the GUI).
Also, the 3.0 series will only be maintained for a few more months: when we release 5.0 next April, version 4.0 will become "old stable", and 3.0 to "retired". I do not know if there are up-to-date setups for the benchmark, but I'll try to check.
Thanks for the answer. Indeed with this setting it works fine.
But is it the way the benchmark should be run ? Most of the CS benchmarks found on the internet mention they used a LES but I didn't find detailed information about the other simulation parameters. I would like to realistically compare the performance I obtain to the other benchmarks.