Skip to content

Commit 1048311

Browse files
committed
update installation guide for Server/ Cluster
1 parent fc27fd7 commit 1048311

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/install_cluster.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ During the installation process of Miniconda, you are prompted to set the workin
6565
python3 tests_runner.py
6666
source deactivate
6767
68-
If the installation has been successful, an OK will appear at the end of the execution.
6968

70-
Warning: Executing the whole test_runner takes pretty long and downloads some files to climada_python/data that you might not need.
71-
Consider aborting the test once you see first "OK"s in the output.
69+
If the installation has been successful, an OK will appear at the end of the execution.
70+
71+
Warning: Executing the whole test_runner takes pretty long and downloads some files to climada_python/data that you might not need.
72+
Consider aborting the test once you see first "OK"s in the output.
7273

7374
4. **Submit a test BJOB to the queue of the cluster**: Write a shell script that initiates the Python environment climada_env and submit the job::
7475

@@ -83,14 +84,13 @@ During the installation process of Miniconda, you are prompted to set the workin
8384
bsub -J "test01" -W 1:00 -R "rusage[mem=5120]" -oo logs/test01.txt -eo logs/e_test01.txt < run_climada_python.sh
8485

8586

87+
Notes:
8688

87-
Notes:
88-
89-
- Change the script after echo "python3" to the path of the Python script you want to execute
89+
- Change the script after echo "python3" to the path of the Python script you want to execute
9090

91-
- Change the working path to the path you have cloned the climada_python repository to
91+
- Change the working path to the path you have cloned the climada_python repository to
9292

93-
- Customise the bsub options accordingly
93+
- Customise the bsub options accordingly
9494

9595

9696

0 commit comments

Comments
 (0)