source prepare_env.shThen
cd code_saturne-7.2.0
mkdir build
./sbin/bootstrap
cd build
../configure CC="$CC" CXX="$CXX" --with-blas=$ARMPLROOT --prefix=$DEST --disable-gui --without-med --without-hfd5 --without-cgns --without-metis --disable-salome --without-salome --without-eos --disable-static --enable-long-gnum
make
make installsbatch run_saturn.sbatchDepending on which cluster the program is being submitted to, it may be necessary to change the partition's name as it is a placeholder
And please be aware that the full path to the Saturn binary compiled and installed is necessary to launch the job successfully