Skip to content

Commit ebd11a3

Browse files
committed
update installation guide for Server/ Cluster
1 parent d1c9523 commit ebd11a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/install_cluster.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Install environment with Miniconda
8282
echo "echo script completed" >> run_climada_python.sh
8383
chmod 755 run_climada_python.sh
8484
bsub -J "test01" -W 1:00 -R "rusage[mem=5120]" -oo logs/test01.txt -eo logs/e_test01.txt < run_climada_python.sh
85+
bjobs
8586

8687

8788
Notes:
@@ -92,6 +93,8 @@ Install environment with Miniconda
9293

9394
- Customise the bsub options accordingly
9495

96+
- Check out https://scicomp.ethz.ch/wiki/Using_the_batch_system#Basic_job_submission for more info on job submission.
97+
9598

9699

97100
Update climada's environment

0 commit comments

Comments
 (0)