To run STRATO
- Python scripts have been recently adapted to Python3. If your default python version is not Python3, please change "python" by "python3" in TESTS/PC/python.exe
On BELENOS, the default python is now Python3. But if in your bashrc or bash_profile you load python, please verify that you load python3 version.
- For a run on PC, cp TESTS/PC/script_all.sh in the run directory:
cp TESTS/PC/script_all.sh . - For a run on BELENOS, cp TESTS/BEAUFIX/script_all.sh in run directory:
cp TESTS/BEAUFIX/script_all.sh . - run it:
./script_all.sh NB : you can also type:
nohup ./script_all.sh & so that you can close you session and the output is written in a nohup.out file instead of screen.
- If you want to run the base of tests of a PC that has less than 4 processors, you can unactivate the parallel tests in a simple way:
- go into directory TESTS and do:
- cp -f script_exec.sh script_exec_parall.sh
- cp -f script_exec.sh script_exec_omp_pgd.sh
- cp -f script_exec_restart.sh script_exec_restart_parall.sh
- cp -f script_exec.sh script_exec_pgd_parall.sh
- cp -f script_exec.sh script_exec_all_parall.sh
- => scripts that run with MPI and OPEN-MP are replaced by generic scripts and no parallelization happens.

