We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c9523 commit ebd11a3Copy full SHA for ebd11a3
doc/source/install_cluster.rst
@@ -82,6 +82,7 @@ Install environment with Miniconda
82
echo "echo script completed" >> run_climada_python.sh
83
chmod 755 run_climada_python.sh
84
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
86
87
88
Notes:
@@ -92,6 +93,8 @@ Install environment with Miniconda
92
93
94
- Customise the bsub options accordingly
95
96
+ - Check out https://scicomp.ethz.ch/wiki/Using_the_batch_system#Basic_job_submission for more info on job submission.
97
+
98
99
100
Update climada's environment
0 commit comments