Skip to content

Commit

Permalink
Update to use latest ELPA library version (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlucf22 authored Oct 16, 2023
1 parent 1a84f81 commit 557e389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_olcf_summit_gnu_elpa_essl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export SCALAPACK_LIBRARIES=${SCALAPACK_LIBRARIES:="-L$OLCF_NETLIB_SCALAPACK_ROOT

export BML_CUDA=${BML_CUDA:=yes}
export BML_ELPA=${BML_ELPA:=yes}
export ELPA_DIR=${ELPA_DIR:=/ccs/proj/csc304/elpa}
export ELPA_DIR=${ELPA_DIR:=/ccs/proj/csc304/elpa/nvidia-gcc}
export EXTRA_LINK_FLAGS=${EXTRA_LINK_FLAGS:="-lgfortran"}

#use jsrun to run tests on a compute node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void TYPED_FUNC(
elpa_set(handle, "solver", ELPA_SOLVER_2STAGE, &error_elpa);
assert(error_elpa == ELPA_OK);

elpa_set(handle, "gpu", 1, &error_elpa);
elpa_set(handle, "nvidia-gpu", 1, &error_elpa);
assert(error_elpa == ELPA_OK);

bml_matrix_t *Alocal = A->matrix;
Expand Down

0 comments on commit 557e389

Please sign in to comment.