Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ endif(ENABLE_SUITESPARSE)

if( ENABLE_SCOTCH )
set( SCOTCH_DIR "${CMAKE_INSTALL_PREFIX}/scotch" )
set( SCOTCH_URL "${TPL_MIRROR_DIR}/scotch-v7.0.7.tar.gz" )
set( SCOTCH_URL "${TPL_MIRROR_DIR}/scotch-v7.0.8.tar.gz" )

message( STATUS "Building SCOTCH found at ${SCOTCH_URL}" )

Expand All @@ -1009,7 +1009,7 @@ if( ENABLE_SCOTCH )
-D BUILD_LIBSCOTCHMETIS:BOOL=OFF
-D THREADS:BOOL=${SCOTCH_THREADS}
-D INTSIZE:STRING=64
-D SCOTCH_RANDOM:STRING=FIXED_SEED
-D SCOTCH_DETERMINISTIC:STRING=FULL
-D CMAKE_C_COMPILER=${MPI_C_COMPILER}
-D CMAKE_CXX_COMPILER=${MPI_CXX_COMPILER}
-D CMAKE_C_FLAGS=${C_FLAGS_NO_WARNINGS}
Expand Down
2 changes: 0 additions & 2 deletions docker/Stanford/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ RUN yum install -y \
make \
bc \
file \
bison \
flex \
patch \
ca-certificates \
autoconf-2.69 \
Expand Down
2 changes: 0 additions & 2 deletions docker/TotalEnergies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ RUN yum install --disablerepo=intel-mkl-repo -y \
make \
bc \
file \
bison \
flex \
patch \
ca-certificates \
autoconf \
Expand Down
3 changes: 0 additions & 3 deletions docker/TotalEnergies/Pangea3-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ RUN dnf install -y \
make \
bc \
file \
# Scotch deps \
bison \
flex \
# vtk deps \
patch && \
git-lfs install #&& alternatives --set python /usr/bin/python3
Expand Down
1 change: 1 addition & 0 deletions docker/TotalEnergies/Pangea3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN dnf clean all && \
dnf -y install \
autoconf \
automake \
gettext-devel \
libtool \
bzip2 \
unzip
Expand Down
13 changes: 0 additions & 13 deletions docker/pangea-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ spack:
target: ppc64le
modules: []
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
prepend_path:
LD_LIBRARY_PATH: /data_local/sw/lsf/10.1/linux3.10-glibc2.17-ppc64le/lib
extra_rpaths: []
Expand Down Expand Up @@ -89,11 +86,6 @@ spack:
- spec: automake@1.16.1
prefix: /usr
buildable: false
bison:
externals:
- spec: bison@3.0.4
prefix: /usr
buildable: false
bzip2:
externals:
- spec: bzip2@1.0.6
Expand All @@ -109,11 +101,6 @@ spack:
- spec: cuda@11.5.0 +allow-unsupported-compilers
prefix: /data_local/sw/cuda/11.5.0
buildable: false
flex:
externals:
- spec: flex@2.6.1+lex
prefix: /usr
buildable: false
gettext:
externals:
- spec: gettext@0.19.8.1
Expand Down
16 changes: 0 additions & 16 deletions docker/pecan-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ spack:
compilers::
# Pecan CPU/GPU compiler
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags:
cflags: -pthread
Expand Down Expand Up @@ -92,12 +88,6 @@ spack:
externals:
- spec: automake@1.16.5
prefix: /usr
bison:
version: [3.8.2]
buildable: false
externals:
- spec: bison@3.8.2
prefix: /usr
cmake:
version: [3.28.3]
buildable: false
Expand All @@ -109,12 +99,6 @@ spack:
externals:
- spec: cuda@11.5.1 +allow-unsupported-compilers
prefix: /hrtc/apps/cuda/11.5.119/x86_64/centos7
flex:
version: [2.6.4]
buildable: false
externals:
- spec: flex@2.6.4
prefix: /usr

# Lock down blas, lapack implementation
intel-mkl:
Expand Down
20 changes: 0 additions & 20 deletions docker/rocky-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ spack:

compilers::
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags:
cflags: -pthread
Expand All @@ -32,10 +28,6 @@ spack:
spec: clang@17.0.6
target: x86_64
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags:
cflags: -pthread
Expand Down Expand Up @@ -109,12 +101,6 @@ spack:
externals:
- spec: automake@1.16.5
prefix: /usr
bison:
version: [3.8.2]
buildable: false
externals:
- spec: bison@3.8.2
prefix: /usr
cmake:
version: [3.28.6]
buildable: false
Expand All @@ -128,12 +114,6 @@ spack:
prefix: /usr/local/cuda
- spec: cuda@12.6.3%clang@17.0.6 +allow-unsupported-compilers
prefix: /usr/local/cuda
flex:
version: [2.6.4]
buildable: false
externals:
- spec: flex@2.6.4
prefix: /usr
m4:
buildable: false
externals:
Expand Down
40 changes: 0 additions & 40 deletions docker/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ spack:

compilers::
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags: {}
modules: []
Expand All @@ -30,10 +26,6 @@ spack:
spec: clang@15
target: x86_64
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags: {}
modules: []
Expand All @@ -46,10 +38,6 @@ spack:
spec: clang@10
target: x86_64
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags:
cflags: -pthread
Expand All @@ -64,10 +52,6 @@ spack:
spec: gcc@12
target: x86_64
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags:
cflags: -pthread
Expand All @@ -82,10 +66,6 @@ spack:
spec: gcc@11
target: x86_64
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags:
cflags: -pthread
Expand All @@ -100,10 +80,6 @@ spack:
spec: gcc@10
target: x86_64
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags:
cflags: -pthread
Expand All @@ -118,10 +94,6 @@ spack:
spec: gcc@9
target: x86_64
- compiler:
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
flags:
cflags: -pthread
Expand Down Expand Up @@ -195,12 +167,6 @@ spack:
externals:
- spec: automake@1.16.5
prefix: /usr
bison:
version: [3.8.2]
buildable: false
externals:
- spec: bison@3.8.2
prefix: /usr
cmake:
version: [3.28.3]
buildable: false
Expand All @@ -212,12 +178,6 @@ spack:
externals:
- spec: cuda@11.8.0 +allow-unsupported-compilers
prefix: /usr/local/cuda
flex:
version: [2.6.4]
buildable: false
externals:
- spec: flex@2.6.4
prefix: /usr
findutils:
version: [4.7.0]
buildable: false
Expand Down
17 changes: 0 additions & 17 deletions docker/stanford-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ spack:
cflags: -pthread
cxxflags: -pthread
modules: []
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []

packages:
Expand Down Expand Up @@ -92,13 +88,6 @@ spack:
- spec: automake@1.13.4
prefix: /usr

bison:
version: [3.0.4]
buildable: false
externals:
- spec: bison@3.0.4
prefix: /usr

cmake:
buildable: false
externals:
Expand All @@ -117,12 +106,6 @@ spack:
# - spec: diffutils@3.3
# prefix: /usr

flex:
buildable: false
externals:
- spec: flex@2.5.37
prefix: /usr

#gettext:
# buildable: false
# externals:
Expand Down
2 changes: 0 additions & 2 deletions docker/tpl-centos-gcc-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ RUN yum install -y \
make \
bc \
file \
bison \
flex \
patch \
ca-certificates \
autoconf \
Expand Down
2 changes: 0 additions & 2 deletions docker/tpl-rockylinux-clang-cuda-12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ RUN dnf clean all && \
tbb-devel \
bc \
file \
bison \
flex \
patch \
ca-certificates \
autoconf \
Expand Down
2 changes: 0 additions & 2 deletions docker/tpl-rockylinux-gcc-cuda-12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ RUN dnf clean all && \
tbb-devel \
bc \
file \
bison \
flex \
patch \
ca-certificates \
autoconf \
Expand Down
2 changes: 0 additions & 2 deletions docker/tpl-ubuntu-clang-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ RUN apt-get install -y --no-install-recommends \
libtbb-dev \
bc \
file \
bison \
flex \
patch \
ca-certificates \
git
Expand Down
2 changes: 0 additions & 2 deletions docker/tpl-ubuntu-clang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ RUN apt-get install -y --no-install-recommends \
make \
bc \
file \
bison \
flex \
# GEOS patches some tpl. Remove when it's not the case anymore.
patch \
# `ca-certificates` needed by `git` to download spack repo.
Expand Down
2 changes: 0 additions & 2 deletions docker/tpl-ubuntu-gcc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ RUN apt-get install -y --no-install-recommends \
make \
bc \
file \
bison \
flex \
# GEOS patches some tpl. Remove when it's not the case anymore.
patch \
# `ca-certificates` needed by `git` to download spack repo.
Expand Down
10 changes: 0 additions & 10 deletions scripts/pygeosx_configs/blueos_3_ppc64le_ib_p9/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@ spack:
externals:
- spec: libtool@2.4.2
prefix: /usr
bison:
buildable: False
externals:
- spec: bison@3.0.4
prefix: /usr
flex:
buildable: False
externals:
- spec: flex@2.5.37
prefix: /usr
tk:
buildable: False
externals:
Expand Down
Loading