https://github.com/mwoss/pegasuswms-workflow
University project and a part of publication published at Eleventh ACC Cyfronet AGH HPC Users' Conference
https://github.com/mwoss/pegasuswms-workflow
graph-tools pegasus-wms python3 visualization workflow
Last synced: 2 months ago
JSON representation
University project and a part of publication published at Eleventh ACC Cyfronet AGH HPC Users' Conference
- Host: GitHub
- URL: https://github.com/mwoss/pegasuswms-workflow
- Owner: mwoss
- Created: 2018-01-04T21:33:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T15:31:19.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T08:23:14.959Z (4 months ago)
- Topics: graph-tools, pegasus-wms, python3, visualization, workflow
- Language: Jupyter Notebook
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PegasusWMS Workflow Visualization
Univeristy project for Numeric Analysis laboratories. Wokrflow visulazization for Pegasus WMS using Python graph-tool library and log data retrived from Pegasus application.
### Requirements:
- Python 3
- graph-tool
- numpy### Instaling graph-tool:
Follow instruction steps from https://git.skewed.de/count0/graph-tool/wikis/Installation-instructions
or run jupyter notebooks from inside the docker image
```
docker run -p 8888:8888 -p 6006:6006 -it -u user -w /home/user tiagopeixoto/graph-tool bash
jupyter notebook --ip 0.0.0.0
```
and connecto to localhost:8888