Skip to content

Commit

Permalink
update siteconfig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebystrom committed Oct 12, 2024
1 parent bcda0f7 commit ce2d0e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gpaw_siteconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"mkl_scalapack_lp64",
"mkl_intel_lp64",
"mkl_intel_thread",
"mkl_intel_thread",
"mkl_core",
"iomp5",
"pthread",
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/nompi_siteconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import os

scalapack = True
scalapack = False
mklpath = os.environ["CONDA_PREFIX"]
omppath = os.environ["CONDA_PREFIX"]

Expand All @@ -32,12 +32,8 @@
"fftw3",
"fftw3_omp",
"xc",
"mpi",
"mkl_blacs_openmpi_lp64",
"mkl_scalapack_lp64",
"mkl_intel_lp64",
"mkl_intel_thread",
"mkl_intel_thread",
"mkl_core",
"iomp5",
"pthread",
Expand Down

0 comments on commit ce2d0e4

Please sign in to comment.