- it is a multi page web application specifically for Universitat Potsdam DevOPs.
- Allows you to view and configure your own slurm configuration.
- Allows you to submit the jobs to the cluster without logging into the server.
- Allows you to see and select the modules.
- Help options are listed on each option for selection.
- You can browse all the main modules and the sub-modules in the sidebar.
- dynamically updated the selected list to show all the sub modules listed under that module.
- It is hosted on the cloud for access from anywhere: streamlit-up-configurator
- New modules will be updated monthly and if you cant find your module then kindly let us know by opening a issue, fork the repository.
- you can updated this application using the module listing and i enclose how to do that:
for i in $(cat module2.txt | cut -f 1 -d "/" | sort | uniq -c | awk '{ print $2 }'); do grep $i module2.txt > ${i}.listed.modules.txt; done
- To run this:
pip3 install streamlit
streamlit run streamlitapplication.py
Gaurav Sablok
University of Potsdam
Potsdam,Germany