Skip to content

Commit

Permalink
Merge pull request #79 from LLNL/feature/zagaris2/update-raja-and-umpire
Browse files Browse the repository at this point in the history
Update Raja and Umpire TPLs
  • Loading branch information
gzagaris committed Aug 29, 2019
2 parents 510743e + 4c55964 commit d3d0a83
Show file tree
Hide file tree
Showing 39 changed files with 373 additions and 244 deletions.
7 changes: 7 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,19 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
### Deprecated

### Changed
- Updated Raja TPL to v0.9.0
- Updated Umpire TPL to v1.0.0
- AXOM_USE_OPENMP is now being set at configure time accordingly instead of
auto-detected based on whether "_OPENMP" is passed by the compiler. This
fixes issues where a host code would compile Axom w/out OpenMP, but, use
Axom in parts of the code where OpenMP is enabled.

### Fixed
- Fixed usage of Umpire's MemoryResourceType enum in Axom. Axom was assuming that
there was a one-to-one correspondance of the entries in the MemoryResourceType enum
and the IDs of the predefined allocators. However, this assumption generally does
not hold. This version corrects this by explicitly querying the ID of the predefined
allocator for a particular resource and using that subsequently in the code.

### Known Bugs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
##################################

# SYS_TYPE: blueos_3_ppc64le_ib_p9
# Compiler Spec: clang@upstream_nvcc_xlf
# Compiler Spec: clang@8.0.0_nvcc_xlf
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_06_03/clang-upstream_nvcc_xlf/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_27_14_07_53/clang-8.0.0_nvcc_xlf/cmake-3.9.6/bin/cmake

##############
# Compilers
##############

# C compiler used by spack
set(CMAKE_C_COMPILER "/usr/tce/packages/clang/clang-upstream-2019.03.26/bin/clang" CACHE PATH "")
set(CMAKE_C_COMPILER "/usr/tce/packages/clang/clang-8.0.0/bin/clang" CACHE PATH "")

# C++ compiler used by spack
set(CMAKE_CXX_COMPILER "/usr/tce/packages/clang/clang-upstream-2019.03.26/bin/clang++" CACHE PATH "")
set(CMAKE_CXX_COMPILER "/usr/tce/packages/clang/clang-8.0.0/bin/clang++" CACHE PATH "")

# Fortran compiler used by spack
set(ENABLE_FORTRAN ON CACHE BOOL "")
set(ENABLE_FORTRAN OFF CACHE BOOL "")

set(CMAKE_Fortran_COMPILER "/usr/tce/packages/xl/xl-2019.06.12/bin/xlf2003" CACHE PATH "")

Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/xl/xl-2019.06.12/bin/xlf2003" CACH
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_06_03/clang-upstream_nvcc_xlf" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_27_14_07_53/clang-8.0.0_nvcc_xlf" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand All @@ -73,13 +73,13 @@ set(ENABLE_DOCS OFF CACHE BOOL "")

set(ENABLE_MPI ON CACHE BOOL "")

set(MPI_C_COMPILER "/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-upstream-2019.03.26/bin/mpicc" CACHE PATH "")
set(MPI_C_COMPILER "/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-8.0.0/bin/mpicc" CACHE PATH "")

set(MPI_CXX_COMPILER "/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-upstream-2019.03.26/bin/mpicxx" CACHE PATH "")
set(MPI_CXX_COMPILER "/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-8.0.0/bin/mpicxx" CACHE PATH "")

set(MPI_Fortran_COMPILER "/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-upstream-2019.03.26/bin/mpif90" CACHE PATH "")
set(MPI_Fortran_COMPILER "/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-8.0.0/bin/mpif90" CACHE PATH "")

set(MPIEXEC "/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-upstream-2019.03.26/bin/mpirun" CACHE PATH "")
set(MPIEXEC "/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-8.0.0/bin/mpirun" CACHE PATH "")

set(MPIEXEC_NUMPROC_FLAG "-np" CACHE PATH "")

Expand All @@ -93,23 +93,19 @@ set(ENABLE_GTEST_DEATH_TESTS OFF CACHE BOOL "")

set(CMAKE_Fortran_COMPILER_ID "XL" CACHE PATH "All of BlueOS compilers report clang due to nvcc, override to proper compiler family")

set(BLT_FORTRAN_FLAGS "-WF,-C!" CACHE PATH "Converts C-style comments to Fortran style in preprocessed files")

set(BLT_EXE_LINKER_FLAGS "-Wl,-rpath,/usr/tce/packages/xl/xl-2018.05.18/lib/" CACHE PATH "Adds a missing rpath for libraries associated with the fortran compiler")

##############
# Cuda
##############

set(ENABLE_CUDA ON CACHE BOOL "")

set(CUDA_TOOLKIT_ROOT_DIR "/usr/tce/packages/cuda/cuda-9.2.148" CACHE PATH "")
set(CUDA_TOOLKIT_ROOT_DIR "/usr/tce/packages/cuda/cuda-10.1.168" CACHE PATH "")

set(CMAKE_CUDA_COMPILER "${CUDA_TOOLKIT_ROOT_DIR}/bin/nvcc" CACHE PATH "")

set(CUDA_ARCH "sm_60" CACHE PATH "")
set(AXOM_CUDA_ARCH "sm_70" CACHE PATH "")

set(CMAKE_CUDA_FLAGS "-restrict -arch ${CUDA_ARCH} -std=c++11 --expt-extended-lambda -G" CACHE PATH "")
set(CMAKE_CUDA_FLAGS "-restrict -arch ${AXOM_CUDA_ARCH} -std=c++11 --expt-extended-lambda -G" CACHE PATH "")

set(CMAKE_CUDA_HOST_COMPILER "${MPI_CXX_COMPILER}" CACHE PATH "")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: clang@upstream_xlf
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_06_03/clang-upstream_xlf/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_27_14_07_53/clang-upstream_xlf/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/xl/xl-2019.06.12/bin/xlf2003" CACH
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_06_03/clang-upstream_xlf" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_27_14_07_53/clang-upstream_xlf" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand Down
8 changes: 4 additions & 4 deletions host-configs/rzansel-blueos_3_ppc64le_ib_p9-gcc@7.3.1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: gcc@7.3.1
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_06_03/gcc-7.3.1/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_27_14_07_53/gcc-7.3.1/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-7.3.1/bin/gfortran" CACHE
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_06_03/gcc-7.3.1" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_27_14_07_53/gcc-7.3.1" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand Down
8 changes: 4 additions & 4 deletions host-configs/rzansel-blueos_3_ppc64le_ib_p9-xl@coral.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: xl@coral
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_06_03/xl-coral/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_27_14_07_53/xl-coral/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/xl/xl-2019.06.12/bin/xlf2003" CACH
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_06_03/xl-coral" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_27_14_07_53/xl-coral" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand Down
8 changes: 4 additions & 4 deletions host-configs/rzgenie-toss_3_x86_64_ib-clang@4.0.0.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: clang@4.0.0
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/clang-4.0.0/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/clang-4.0.0/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-4.9.3/bin/gfortran" CACHE
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/clang-4.0.0" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/clang-4.0.0" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python from uberenv
set(PYTHON_EXECUTABLE "${TPL_ROOT}/python-2.7.15/bin/python" CACHE PATH "")
Expand Down
8 changes: 4 additions & 4 deletions host-configs/rzgenie-toss_3_x86_64_ib-clang@6.0.0.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: clang@6.0.0
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/clang-6.0.0/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/clang-6.0.0/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-4.9.3/bin/gfortran" CACHE
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/clang-6.0.0" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/clang-6.0.0" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand Down
8 changes: 4 additions & 4 deletions host-configs/rzgenie-toss_3_x86_64_ib-gcc@6.1.0.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: gcc@6.1.0
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/gcc-6.1.0/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/gcc-6.1.0/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-6.1.0/bin/gfortran" CACHE
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/gcc-6.1.0" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/gcc-6.1.0" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand Down
8 changes: 4 additions & 4 deletions host-configs/rzgenie-toss_3_x86_64_ib-gcc@7.3.0.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: gcc@7.3.0
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/gcc-7.3.0/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/gcc-7.3.0/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-7.3.0/bin/gfortran" CACHE
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/gcc-7.3.0" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/gcc-7.3.0" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand Down
8 changes: 4 additions & 4 deletions host-configs/rzgenie-toss_3_x86_64_ib-gcc@8.1.0.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: gcc@8.1.0
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/gcc-8.1.0/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/gcc-8.1.0/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-8.1.0/bin/gfortran" CACHE
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/gcc-8.1.0" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/gcc-8.1.0" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand Down
8 changes: 4 additions & 4 deletions host-configs/rzgenie-toss_3_x86_64_ib-intel@18.0.2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Compiler Spec: intel@18.0.2
##################################

# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/intel-18.0.2/cmake-3.9.6/bin/cmake
# CMake executable path: /usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/intel-18.0.2/cmake-3.9.6/bin/cmake

##############
# Compilers
Expand All @@ -36,7 +36,7 @@ set(CMAKE_Fortran_COMPILER "/usr/tce/packages/intel/intel-18.0.2/bin/ifort" CACH
##############

# Root directory for generated TPLs
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_06_27_22_15_01/intel-18.0.2" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/thirdparty_libs/builds/2019_08_23_21_31_06/intel-18.0.2" CACHE PATH "")

# conduit from uberenv
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.4.0" CACHE PATH "")
Expand All @@ -50,10 +50,10 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.19" CACHE PATH "")
# scr not built by uberenv

# raja from uberenv
set(RAJA_DIR "${TPL_ROOT}/raja-0.7.0/share/raja/cmake" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-0.9.0/share/raja/cmake" CACHE PATH "")

# umpire from uberenv
set(UMPIRE_DIR "${TPL_ROOT}/umpire-0.3.2/share/umpire/cmake" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-1.0.0/share/umpire/cmake" CACHE PATH "")

# python not built by uberenv

Expand Down

0 comments on commit d3d0a83

Please sign in to comment.