Skip to content

Commit

Permalink
Merge pull request #87 from PrincetonUniversity/merge-domains
Browse files Browse the repository at this point in the history
Merge domains
  • Loading branch information
Rohit-Kakodkar authored Aug 28, 2023
2 parents 67bccdc + db1ac81 commit 653509a
Show file tree
Hide file tree
Showing 41 changed files with 1,138 additions and 2,146 deletions.
2 changes: 2 additions & 0 deletions .jenkins/compiler_checks.gvy
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pipeline{
steps {
echo "Building ${CMAKE_HOST_FLAGS} ${CMAKE_DEVICE_FLAGS}"
sh """
module load boost/1.73.0
module load ${CUDA_MODULE}
cmake3 -S . -B build_GNU_${CMAKE_HOST_NAME}_${CMAKE_DEVICE_NAME} -DCMAKE_BUILD_TYPE=Release ${CMAKE_HOST_FLAGS} ${CMAKE_DEVICE_FLAGS}
cmake3 --build build_GNU_${CMAKE_HOST_NAME}_${CMAKE_DEVICE_NAME}
Expand Down Expand Up @@ -107,6 +108,7 @@ pipeline{
steps {
echo "Building ${CMAKE_HOST_FLAGS} ${CMAKE_DEVICE_FLAGS}"
sh """
module load boost/1.73.0
module load intel/2022.2.0
export CC=icx
export CXX=icpx
Expand Down
2 changes: 2 additions & 0 deletions .jenkins/unittests.gvy
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pipeline {
steps {
echo "Building ${CMAKE_HOST_FLAGS} ${CMAKE_DEVICE_FLAGS}"
sh """
module load boost/1.73.0
module load ${CUDA_MODULE}
cmake3 -S . -B build_GNU_${CMAKE_HOST_NAME}_${CMAKE_DEVICE_NAME} -DCMAKE_BUILD_TYPE=Release ${CMAKE_HOST_FLAGS} ${CMAKE_DEVICE_FLAGS} -DBUILD_TESTS=ON
cmake3 --build build_GNU_${CMAKE_HOST_NAME}_${CMAKE_DEVICE_NAME}
Expand Down Expand Up @@ -148,6 +149,7 @@ pipeline {
steps {
echo " Running Unittests "
sh """
module load boost/1.73.0
module load intel/2022.2.0
cd build_INTEL_${CMAKE_HOST_NAME}_${CMAKE_DEVICE_NAME}/tests/unit-tests
srun -N 1 -t 00:10:00 ${HOST_RUN_FLAGS} ${DEVICE_RUN_FLAGS} bash -c 'export OMP_PROC_BIND=spread; export OMP_THREADS=places; ctest'
Expand Down
242 changes: 0 additions & 242 deletions include/domain/acoustic/acoustic_domain.hpp

This file was deleted.

7 changes: 0 additions & 7 deletions include/domain/acoustic/interface.hpp

This file was deleted.

Loading

0 comments on commit 653509a

Please sign in to comment.