Skip to content

Commit

Permalink
No need for scalapack
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed May 14, 2024
1 parent 41d175d commit e733dde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion scripts/cmake_config_file_vmec2000.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"-DNETCDF_INC_PATH=/usr/include",
"-DNETCDF_LIB_PATH=/usr/lib/aarch64-linux-gnu",
"-DBLA_VENDOR=OpenBLAS",
"-DSCALAPACK_PREFIX={CODE}/external/scalapack/build",
"-DSCALAPACK_LIB_NAME=libscalapack-openmpi.so",
"-DF2PY_EXECUTABLE={CODE}/.venv/bin/f2py"]
}
12 changes: 0 additions & 12 deletions scripts/setup_scalapack.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/setup_vmec2000.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
pushd VMEC2000
cp $CODE/scripts/cmake_config_file_vmec2000.json cmake_config_file.json
sed -i "s|{CODE}|$CODE|g" cmake_config_file.json
cmake -S. -Bbuild -GNinja -DNETCDF_INC_PATH=/usr/include -DSCALAPACK_PREFIX=$CODE/external/scalapack/build -DBLA_VENDOR=OpenBLAS
cmake -S. -Bbuild -GNinja -DNETCDF_INC_PATH=/usr/include -DSCALAPACK_LIB_NAME=libscalapack-openmpi.so -DBLA_VENDOR=OpenBLAS
pushd build
ninja
popd
Expand Down

0 comments on commit e733dde

Please sign in to comment.