Code_saturne v6.0.4

Running the application

The module of Code_Saturne v6.0.4 can be loaded after executing:

module show apps/intel-18.0/Code_Saturne/6.0

Similarly if you want to launch the GUI from the DATA directory, you should type:

./SaturneGUI

Note: You need to ensure you have connected to the CSF with X-forwarding enabled (e.g. ssh -X). For more information on how to do this please see the Logging in to use GUI apps documentation. You should also ensure that the correct PATH of the executable is set in the “SaturneGUI” script.

Further information and available options can be found after executing:

code_saturne --help 

Once you have set up your study/case file structure, you will need to edit the “runcase” file for submission to the queue.
Follow the guidelines on https://ri.itservices.manchester.ac.uk/csf3/batch/parallel-jobs/ as to what flags and what parallel environmet you should use. The recommended ones are:

* smp.pe (for 2 to 32 cores)
* mpi-24-ib.pe (for 48 cores or more in multiples of 24)

After editing the “runcase” you can submit it by typing:

qsub runcase

Note: It is highly recommended that if you are using any user subroutine, do a test compilation before submitting by typing:

code_saturne compile

in the SRC directory of your case.

Further info

Last modified on December 9, 2022 at 9:02 am by