We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4e206 commit a870351Copy full SHA for a870351
scripts/setup_vmec2000.sh
@@ -3,7 +3,7 @@
3
4
if [ ! -d "VMEC2000" ] ; then
5
echo "Fetching and building VMEC2000..."
6
- git clone https://github.com/itpplasma/VMEC2000.git
+ git clone https://github.com/hiddenSymmetries/VMEC2000.git
7
pushd VMEC2000
8
cp $CODE/scripts/cmake_config_file_vmec2000.json cmake_config_file.json
9
cmake -S. -Bbuild -GNinja -DNETCDF_INC_PATH=/usr/include -DSCALAPACK_PREFIX=$CODE/external/scalapack/build -DBLA_VENDOR=OpenBLAS
0 commit comments