Skip to content

Commit

Permalink
Fix build on Frontier.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jul 18, 2024
1 parent 8749bdc commit a30d855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/frontier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Load modules used to build packages with native MPI and HIP support
module purge
module load PrgEnv-gnu rocm/5.4.3
module load PrgEnv-gnu/8.5.0 gcc/12.2.0 rocm/5.4.3
module unload darshan-runtime

export OUTPUT_FOLDER=/ccs/proj/mat110/software/frontier/conda
Expand Down
1 change: 1 addition & 0 deletions conda/hoomd/build_hoomd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fi
# Use CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE to keep absolute links to mpi and other modules
cmake -B build \
${CMAKE_ARGS} \
-DBUILD_MPCD=off \
-DENABLE_MPI=on \
-DENABLE_GPU=${ENABLE_GPU:-off} \
-DHOOMD_GPU_PLATFORM=$2 \
Expand Down
2 changes: 1 addition & 1 deletion conda/hoomd/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "hoomd" %}
{% set version = "4.8.0" %}
{% set build = 0 %}
{% set build = 1 %}
{% set sha256 = "55749e234e94eddc3a52a0ddd75d69d0a8d5271a45b8814b9ee2c2b30b97d4fa" %}


Expand Down

0 comments on commit a30d855

Please sign in to comment.