From b642b5bb2dd4b8820496a3cdd842bcbd13772e71 Mon Sep 17 00:00:00 2001 From: zhang-alvin Date: Fri, 9 Mar 2018 16:58:14 -0500 Subject: [PATCH 1/3] updated scorec.yaml --- pkgs/scorec.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/scorec.yaml b/pkgs/scorec.yaml index 870c7eea4..7308505fe 100644 --- a/pkgs/scorec.yaml +++ b/pkgs/scorec.yaml @@ -4,7 +4,7 @@ dependencies: sources: - url: https://github.com/scorec/core.git - key: git:dfd8e6026257595eac7464cccf43d937b7aec294 + key: git:844be1286c68b7217337fb487ea584a819aca295 defaults: relocatable: true @@ -25,7 +25,13 @@ build_stages: '-DCMAKE_C_COMPILER:STRING=${MPICC}', '-DCMAKE_CXX_COMPILER:STRING=${MPICXX}', '-DENABLE_ZOLTAN:BOOL=ON', + '-DSCOREC_CXX_OPTIMIZE=ON', + '-DMDS_ID_TYPE="int"', + '-DPCU_COMPRESS=ON', + '-DENABLE_FPP=ON', '-DENABLE_SIMMETRIX:BOOL=OFF', '-DZOLTAN_PREFIX:PATH=${ZOLTAN_DIR}', '-DPARMETIS_PREFIX:PATH=${PARMETIS_DIR}', + '-DCMAKE_BUILD_TYPE=Release', + '-DSCOREC_CXX_WARNINGS=OFF' ] From 45ff194774d6636ad0d5ac62083d2b42b26e0dbf Mon Sep 17 00:00:00 2001 From: zhang-alvin Date: Wed, 18 Apr 2018 01:43:23 -0400 Subject: [PATCH 2/3] updated scorec pkg to get 2D reconstruction capability --- pkgs/scorec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/scorec.yaml b/pkgs/scorec.yaml index 7308505fe..aa82be011 100644 --- a/pkgs/scorec.yaml +++ b/pkgs/scorec.yaml @@ -4,7 +4,7 @@ dependencies: sources: - url: https://github.com/scorec/core.git - key: git:844be1286c68b7217337fb487ea584a819aca295 + key: git:fc94c3d4b013d7535e43549577b2c5f619d43d4b defaults: relocatable: true From 1c7ab6cec20185d3e4674eb8ac0b1ff48737c9a4 Mon Sep 17 00:00:00 2001 From: Chris Kees Date: Sun, 22 Apr 2018 18:30:24 -0500 Subject: [PATCH 3/3] Update scorec.yaml --- pkgs/scorec.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/scorec.yaml b/pkgs/scorec.yaml index a19dfe77f..b6eff2f98 100644 --- a/pkgs/scorec.yaml +++ b/pkgs/scorec.yaml @@ -2,10 +2,13 @@ extends: [cmake_package] dependencies: build: [mpi, parmetis, zoltan] +#changing git->zip b/c of ssl issues on hpcmp platforms +#sources: +# - url: https://github.com/scorec/core.git +# key: git:fc94c3d4b013d7535e43549577b2c5f619d43d4b sources: - - url: https://github.com/scorec/core.git - key: git:fc94c3d4b013d7535e43549577b2c5f619d43d4b - +- key: zip:ttofytsvsn7wiy5mw3utbdbmobbw7zr7 + url: https://github.com/SCOREC/core/archive/fc94c3d4b013d7535e43549577b2c5f619d43d4b.zip defaults: relocatable: true