Skip to content

Commit

Permalink
Fix instructions to include OpenBLAS with OpenMP
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkho committed Oct 29, 2024
1 parent 4214551 commit 8d4cc83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/build/make.inc.PIXI
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# pixi add mpich
# pixi add gfortran
# pixi add openblas
# pixi add "libopenblas=*=*openmp*"
# pixi add liblapack
# pixi add fftw
# pixi add hdf5
Expand All @@ -25,7 +26,7 @@
# 5. Enter and configure Pixi environment (must be repeated every entry)
# pixi shell
# export GACODE_ROOT=${PIXI_PROJECT_ROOT}/gacode
# export GACODE_PLATFORM=CONDA
# export GACODE_PLATFORM=PIXI
# source ${GACODE_ROOT}/shared/bin/gacode_setup
#
# 6. Build GACODE
Expand Down

0 comments on commit 8d4cc83

Please sign in to comment.