Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Dec 12, 2024
2 parents 6ebf72a + 6dec0a2 commit bf9c744
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build_ascent_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Env Info
run: |
echo "**** Env Info"
cmake --version
gcc --version
which mpicc
- name: Build TPLs
run: |
env enable_mpi=ON \
Expand All @@ -58,7 +64,6 @@ jobs:
./scripts/build_ascent/build_ascent.sh
- name: Configure Ascent
run: |
cmake --version
echo "**** Configuring Ascent"
cmake -S src -B build -C ascent-config.cmake -DCMAKE_INSTALL_PREFIX=install
- name: Build Ascent
Expand Down Expand Up @@ -121,6 +126,12 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Env Info
run: |
echo "**** Env Info"
cmake --version
gcc --version
which mpicc
- name: Build TPLs
run: |
env enable_mpi=ON \
Expand All @@ -134,7 +145,6 @@ jobs:
./scripts/build_ascent/build_ascent.sh
- name: Configure Ascent
run: |
cmake --version
echo "**** Configuring Ascent"
cmake -S src -B build -C ascent-config.cmake -DCMAKE_INSTALL_PREFIX=install
- name: Build Ascent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ascent_hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build_cuda:
name: Build Ascent HIP
runs-on: ubuntu-20.04
container: alpinedav/ascent-devel:ubuntu-20.04-rocm-6.3.0-devel
container: alpinedav/ascent-devel:ubuntu-20.04-rocm-6.3.0-x86_64
env:
CMAKE_VERSION: 3.23.2
steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_ascent/build_ascent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ fi # build_umpire
################
# MFEM
################
mfem_version=4.6
mfem_version=4.7
mfem_src_dir=$(ospath ${source_dir}/mfem-${mfem_version})
mfem_build_dir=$(ospath ${build_dir}/mfem-${mfem_version})
mfem_install_dir=$(ospath ${install_dir}/mfem-${mfem_version}/)
Expand Down

0 comments on commit bf9c744

Please sign in to comment.