From b9befdd9fcd7af1ab5e880cc79ab4f3c297172e0 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 3 Mar 2023 10:17:51 -0800 Subject: [PATCH] restore mpich directories --- travis/cache_store.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis/cache_store.sh b/travis/cache_store.sh index 37afcdef15..3eeb71ab8a 100755 --- a/travis/cache_store.sh +++ b/travis/cache_store.sh @@ -1,5 +1,6 @@ #!/bin/bash - mkdir -p ~/apps || true + mkdir -p ~/cache/libext/lib ~/cache/libext/bin ~/cache/libext/include ~/cache/libext/mpich || true + mkdir -p ~/cache/libext/mpich/mpich || true mkdir -p ~/cache/libext/lib ~/cache/libext/bin ~/cache/libext/include || true mkdir -p ~/cache/simint/simint_install || true mkdir -p ~/cache/tarballs || true