Skip to content

Commit

Permalink
Upgrade cctools to 7.7.1 to bring in bugfixes (#2922)
Browse files Browse the repository at this point in the history
This PR upgrades cctools to bring in bugfixes that should address #2914



Co-authored-by: Ben Clifford <[email protected]>
  • Loading branch information
tphung3 and benclifford authored Oct 24, 2023
1 parent 9ed5f5e commit 8e4c392
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 8e4c392

Please sign in to comment.