-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
- Loading branch information
Showing
1,255 changed files
with
19,827 additions
and
15,891 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,11 @@ stages: | |
.build_script: | ||
script: | ||
# Change submodule paths to absolute github paths (default is relative to GEOSX gitlab path) | ||
- git submodule set-url src/coreComponents/LvArray https://github.com/GEOSX/LvArray.git | ||
- git submodule set-url src/coreComponents/LvArray https://github.com/GEOS-DEV/LvArray.git | ||
- git submodule set-url src/cmake/blt https://github.com/LLNL/blt.git | ||
- git submodule set-url src/coreComponents/constitutive/PVTPackage https://github.com/GEOSX/PVTPackage.git | ||
- git submodule set-url src/coreComponents/constitutive/PVTPackage https://github.com/GEOS-DEV/PVTPackage.git | ||
- git submodule set-url integratedTests [email protected]:GEOSX/integratedTests.git | ||
- git submodule set-url src/coreComponents/fileIO/coupling/hdf5_interface https://github.com/GEOSX/hdf5_interface.git | ||
- git submodule set-url src/coreComponents/fileIO/coupling/hdf5_interface https://github.com/GEOS-DEV/hdf5_interface.git | ||
|
||
# Update submodules | ||
- git submodule update --init --recursive src/cmake/blt | ||
|
@@ -30,6 +30,9 @@ stages: | |
|
||
- mkdir ${SYSTEM} | ||
|
||
# geosxats needs python2 to run | ||
- module load python/2 | ||
|
||
# CONFIGURE | ||
- echo "~~~~~~~~~~ START - configure ~~~~~~~~~~~" | ||
- config_code=0 | ||
|
@@ -117,9 +120,9 @@ stages: | |
|
||
#### | ||
# quartz job | ||
quartz_clang_10_0_0_build: | ||
quartz_clang_14_build: | ||
variables: | ||
HOST_CONFIG: "quartz-clang@10.0.0.cmake" | ||
HOST_CONFIG: "quartz-clang@14.cmake" | ||
extends: [.build_on_quartz] | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[submodule "src/coreComponents/LvArray"] | ||
path = src/coreComponents/LvArray | ||
url = ../../GEOSX/LvArray.git | ||
url = ../../GEOS-DEV/LvArray.git | ||
[submodule "src/cmake/blt"] | ||
path = src/cmake/blt | ||
url = ../../LLNL/blt.git | ||
[submodule "src/coreComponents/constitutive/PVTPackage"] | ||
path = src/coreComponents/constitutive/PVTPackage | ||
url = ../../GEOSX/PVTPackage.git | ||
url = ../../GEOS-DEV/PVTPackage.git | ||
[submodule "integratedTests"] | ||
path = integratedTests | ||
url = ../../GEOSX/integratedTests.git | ||
url = ../../GEOS-DEV/integratedTests.git | ||
[submodule "src/coreComponents/fileIO/coupling/hdf5_interface"] | ||
path = src/coreComponents/fileIO/coupling/hdf5_interface | ||
url = ../../GEOSX/hdf5_interface.git | ||
url = ../../GEOS-DEV/hdf5_interface.git |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
include(${CMAKE_CURRENT_LIST_DIR}/../../src/coreComponents/LvArray/host-configs/LLNL/[email protected]) | ||
|
||
# Fortran | ||
set(CMAKE_Fortran_COMPILER /usr/tce/packages/xl/xl-beta-2019.06.20/bin/xlf_r CACHE PATH "") | ||
set(CMAKE_Fortran_COMPILER /usr/tce/packages/xl/xl-2020.11.12/bin/xlf_r CACHE PATH "") | ||
set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -DNDEBUG -qarch=pwr9 -qtune=pwr9" CACHE STRING "") | ||
set(FORTRAN_MANGLE_NO_UNDERSCORE ON CACHE BOOL "") | ||
set(OpenMP_Fortran_FLAGS "-qsmp=omp" CACHE STRING "") | ||
set(OpenMP_Fortran_LIB_NAMES "" CACHE STRING "") | ||
|
||
# MPI | ||
set(MPI_HOME /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-upstream-2019.03.26 CACHE PATH "") | ||
set(MPI_Fortran_COMPILER /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-beta-2019.06.20/bin/mpifort CACHE PATH "") | ||
set(MPI_Fortran_COMPILER /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-2020.11.12/bin/mpifort CACHE PATH "") | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/lassen-base.cmake) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
include(${CMAKE_CURRENT_LIST_DIR}/../../src/coreComponents/LvArray/host-configs/LLNL/[email protected]) | ||
|
||
# Fortran | ||
set(CMAKE_Fortran_COMPILER /usr/tce/packages/gcc/gcc-12.1.1-magic/bin/gfortran CACHE PATH "") | ||
set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -DNDEBUG -march=native -mtune=native" CACHE STRING "") | ||
|
||
# MPI | ||
set(MPI_HOME /usr/tce/packages/mvapich2/mvapich2-2.3.6-clang-14.0.6-magic CACHE PATH "") | ||
|
||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/quartz-base.cmake) |
Oops, something went wrong.