Skip to content

Commit

Permalink
add missing entrypoint for flux operator
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Mar 22, 2023
1 parent a8355cb commit d8b00c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecular-design-parsl/scripts/run_0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

HERE=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

eval "$(conda shell.bash activate /opt/conda/envs/moldesign-demo)"
python3 ${HERE}/0_molecular-design-with-parsl.py $@

0 comments on commit d8b00c1

Please sign in to comment.