Skip to content

Commit

Permalink
Merge branch 'master' into test/han12/spack_history_with_gha_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Aug 29, 2024
2 parents a62fc20 + 0aebb1b commit 427c690
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 34 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ list(APPEND build_list silo )


set(RAJA_DIR "${CMAKE_INSTALL_PREFIX}/raja")
set(RAJA_URL "${TPL_MIRROR_DIR}/RAJA-v2024.02.2.tar.gz")
set(RAJA_URL "${TPL_MIRROR_DIR}/RAJA-v2024.07.0.tar.gz")


message(STATUS "Building RAJA found at ${RAJA_URL}")
Expand Down Expand Up @@ -370,7 +370,7 @@ list(APPEND build_list raja )
# CHAI
################################
set(CHAI_DIR "${CMAKE_INSTALL_PREFIX}/chai")
set(CHAI_URL "${TPL_MIRROR_DIR}/chai-2024.02.2.tar.gz")
set(CHAI_URL "${TPL_MIRROR_DIR}/chai-2024.07.0.tar.gz")
message(STATUS "Building CHAI found at ${CHAI_URL}")

ExternalProject_Add( chai
Expand Down Expand Up @@ -1105,7 +1105,7 @@ endif()
################################
if( ENABLE_VTK )
set( VTK_DIR "${CMAKE_INSTALL_PREFIX}/vtk" )
set( VTK_URL "${TPL_MIRROR_DIR}/VTK-9.2.6.tar.gz" )
set( VTK_URL "${TPL_MIRROR_DIR}/VTK-9.3.1.tar.gz" )

message( STATUS "Building VTK found at ${VTK_URL}" )

Expand Down Expand Up @@ -1133,7 +1133,6 @@ endif( ENABLE_MPI )
PREFIX ${PROJECT_BINARY_DIR}/vtk
URL ${VTK_URL}
INSTALL_DIR ${VTK_DIR}
PATCH_COMMAND patch -p0 < ${TPL_MIRROR_DIR}/vtkXMLReader-fpe.patch
BUILD_COMMAND ${TPL_BUILD_COMMAND}
INSTALL_COMMAND "${TPL_INSTALL_COMMAND}"
CMAKE_GENERATOR ${TPL_GENERATOR}
Expand Down
7 changes: 5 additions & 2 deletions scripts/setupLC-TPL.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ mv build-* toBeDeleted
rm -rf toBeDeleted &

echo "Building all LC TPLs from $GEOS_DIR to be installed at $INSTALL_DIR"
chmod -R g+rx $INSTALL_DIR
chgrp -R GEOS $INSTALL_DIR

./scripts/setupLC-TPL-helper.bash $GEOS_DIR $INSTALL_DIR ruby clang-14 "srun -N 1 -t 90 -n 1 -A vortex" $@ &
./scripts/setupLC-TPL-helper.bash $GEOS_DIR $INSTALL_DIR ruby gcc-12 "srun -N 1 -t 90 -n 1 -A vortex" $@ &
./scripts/setupLC-TPL-helper.bash $GEOS_DIR $INSTALL_DIR dane gcc-12 "srun -N 1 -t 90 -n 1 -A vortex" $@ &
Expand All @@ -36,4 +35,8 @@ chgrp -R GEOS $INSTALL_DIR
./scripts/setupLC-TPL-helper.bash $GEOS_DIR $INSTALL_DIR lassen clang-13-cuda-12 "lalloc 1 -qpdebug" $@ &

wait

chmod -R g+rx $INSTALL_DIR
chgrp -R GEOS $INSTALL_DIR

echo "Complete"
3 changes: 0 additions & 3 deletions tplMirror/RAJA-v2024.02.2.tar.gz

This file was deleted.

3 changes: 3 additions & 0 deletions tplMirror/RAJA-v2024.07.0.tar.gz
Git LFS file not shown
3 changes: 0 additions & 3 deletions tplMirror/VTK-9.2.6.tar.gz

This file was deleted.

3 changes: 3 additions & 0 deletions tplMirror/VTK-9.3.1.tar.gz
Git LFS file not shown
3 changes: 0 additions & 3 deletions tplMirror/chai-2024.02.2.tar.gz

This file was deleted.

3 changes: 3 additions & 0 deletions tplMirror/chai-2024.07.0.tar.gz
Git LFS file not shown
19 changes: 0 additions & 19 deletions tplMirror/vtkXMLReader-fpe.patch

This file was deleted.

0 comments on commit 427c690

Please sign in to comment.