Note on Running Code_Saturne
Information about Code_saturne is available by following links from the Wikipedia entry http://en.wikipedia.org/wiki/Code_Saturne principally to http://www.code_saturne.org .
If you publish results using Code_saturne please make the following citation.
F. Archambeau, N. Mechitoua and M. Sakiz "Code_Saturne: a Finite Volume Code for the Computation of Turbulent Incompressible Flows - Industrial Applications" International Journal on Finite Volumes, Vol.1 (2004) 1-62
Code Saturne on the iDataPlex
This is an example of running Code_Saturne 2.0.1. Here is a sample LSF job script:
#BSUB -o Code_Saturne_2.0.1_test_out #BSUB -e Code_Saturne_2.0.1_test_err #BSUB -R "span[ptile=12]" #BSUB -n 32 cd $LS_SUBCWD # load modules source /etc/profile.d/modules.sh module load saturne/2.0.1/gcc # submitting the job mpirun -np 32 -x LD_LIBRARY_PATH cs_solver $@ --mpi