From 8d4cc83223ba9f0258c87a491c17ba03265d2017 Mon Sep 17 00:00:00 2001 From: aaronkho Date: Tue, 29 Oct 2024 13:30:19 -0400 Subject: [PATCH] Fix instructions to include OpenBLAS with OpenMP --- platform/build/make.inc.PIXI | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/build/make.inc.PIXI b/platform/build/make.inc.PIXI index 97750c263..188bbb352 100644 --- a/platform/build/make.inc.PIXI +++ b/platform/build/make.inc.PIXI @@ -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 @@ -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