Skip to content

Commit

Permalink
Merge branch 'master' into exec_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford authored Oct 24, 2023
2 parents f9ac3da + 8e4c392 commit 30a1672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CCTOOLS_INSTALL := /tmp/cctools
MPICH=mpich
OPENMPI=openmpi
export PATH := $(CCTOOLS_INSTALL)/bin/:$(PATH)
export CCTOOLS_VERSION=7.5.4
export CCTOOLS_VERSION=7.7.1
export HYDRA_LAUNCHER=fork
export OMPI_MCA_rmaps_base_oversubscribe=yes
MPI=$(MPICH)
Expand Down
3 changes: 3 additions & 0 deletions parsl/executors/taskvine/install-taskvine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ wget "$NO_VERBOSE" "$SHOW_HEADERS" -O /tmp/cctools.tar.gz "https://github.com/co

mkdir -p /tmp/cctools
tar -C /tmp/cctools -zxf /tmp/cctools.tar.gz --strip-components=1

# install taskvine additional dependencies that are not included in the binary tarball
pip install cloudpickle

0 comments on commit 30a1672

Please sign in to comment.