From 1a05e5a4d0eaea2ac1cc828dc08520a294eaa889 Mon Sep 17 00:00:00 2001 From: Milton Pividori Date: Tue, 8 Aug 2023 10:59:39 -0600 Subject: [PATCH] env.sh: use more CPU cores --- scripts/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/env.sh b/scripts/env.sh index 5f488131..5cfb3f4c 100644 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -8,7 +8,7 @@ # BASE_DIR is the parent directory where the code and manuscript repos are # located. BASE_DIR=/home/miltondp/projects/ccc -export CM_N_JOBS=3 +export CM_N_JOBS=20 export CM_ROOT_DIR=${BASE_DIR}/ccc/base export CM_MANUSCRIPT_DIR=${BASE_DIR}/ccc-manuscript/