annawoodard / SwiftSeq-Parsl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftSeq-Parsl

How to run :

Assuming you are on dev.parallel.works, the user swift has the right set of privileges to access data and executables required for the run.

Assume user swift

sudo su swift

Load parsl from github clone

. setup.sh

Check parsl version, this should return 0.2.2 or above.

python3 -c "import parsl; print(parsl.version)"

Run swift seq

python3 swift_seq.py

Run swift seq in mock mode

python3 swift_seq.py -m

About

License:Apache License 2.0


Languages

Language:Python 63.6%Language:Swift 36.4%