From 7a81cc07a61b169e8a721c4e2642850d6b98d12a Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Wed, 1 Nov 2023 16:16:49 +0000 Subject: [PATCH] Upgrade cctools to bring in more bugfixes See https://github.com/Parsl/parsl/issues/2914#issuecomment-1783121300 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8c3c4866f..78c7f59fba 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CCTOOLS_INSTALL := /tmp/cctools MPICH=mpich OPENMPI=openmpi export PATH := $(CCTOOLS_INSTALL)/bin/:$(PATH) -export CCTOOLS_VERSION=7.7.1 +export CCTOOLS_VERSION=7.7.2 export HYDRA_LAUNCHER=fork export OMPI_MCA_rmaps_base_oversubscribe=yes MPI=$(MPICH)