From 751bad61ae6a2b4fe82ffedb60bf9bf8165031c9 Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 15 Jul 2020 22:29:07 -0700 Subject: [PATCH] try SIZE=8 for BUILD_OPENBLAS & _SCALAPACK [travis skip] --- .gitlab-ci.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dfa89c1cd6..c6b4984de5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,11 +101,10 @@ linux64_centos8:build_gcc: <<: *centos8_sourcing <<: *compile_step variables: - BLAS_SIZE: 4 - SCALAPACK_SIZE: 4 - BLAS_LIB: " -lopenblas" - LAPACK_LIB: " -lopenblas" - SCALAPACK_LIB: "-L/usr/lib64/mpich/lib -lscalapack" + BLAS_SIZE: 8 + SCALAPACK_SIZE: 8 + BUILD_OPENBLAS: 1 + BUILD_SCALAPACK: 1 PATH: "/usr/lib64/mpich/bin/:/usr/bin:/bin:." ARMCI_NETWORK: "MPI-TS" after_script: @@ -123,8 +122,8 @@ linux64_ubuntu:build_gcc: # SCALAPACK_LIB: "-lscalapack-openmpi -lopenblas" BUILD_SCALAPACK: 1 BUILD_OPENBLAS: 1 - BLAS_SIZE: 4 - SCALAPACK_SIZE: 4 + BLAS_SIZE: 8 + SCALAPACK_SIZE: 8 USE_OPENMP: 1 ARMCI_NETWORK: "MPI-PR" tags: @@ -138,8 +137,8 @@ linux64_ubuntu:build_flang: FC: flang BUILD_SCALAPACK: 1 BUILD_OPENBLAS: 1 - BLAS_SIZE: 4 - SCALAPACK_SIZE: 4 + BLAS_SIZE: 8 + SCALAPACK_SIZE: 8 ARMCI_NETWORK: "MPI-PR" after_script: - export NWCHEM_TOP=$CI_PROJECT_DIR @@ -175,8 +174,6 @@ linux_ubuntu:build_gcc: <<: *beforescript_linuxubuntu <<: *compile_step variables: - BLAS_SIZE: 4 - SCALAPACK_SIZE: 4 PATH: "/home/edo/apps/mpich314_i686/bin:/usr/bin:/bin:." LD_LIBRARY_PATH: "/home/edo/apps/mpich314_i686/lib" BUILD_SCALAPACK: 1 @@ -204,8 +201,8 @@ macos:build_gcc: # SCALAPACK_LIB: "-L/usr/local/opt/scalapack/lib/ -lscalapack -L/usr/local/opt/openblas/lib -lopenblas" BUILD_SCALAPACK: 1 BUILD_OPENBLAS: 1 - BLAS_SIZE: 4 - SCALAPACK_SIZE: 4 + BLAS_SIZE: 8 + SCALAPACK_SIZE: 8 ARMCI_NETWORK: "SOCKETS" USE_DCOMBSSQPATCH: "Y" PATH: "/usr/local/opt/python@3.8/bin:/opt/local/bin:/usr/local/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin"