File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
66# USING A COMMIT INSTEAD OF A BRANCH RIGHT NOW
77# CORE_BRANCH=devel
88CORE_COMMIT=a4dbc4ae575dc9bf6f6cac42d011a1ac0d496aa8
9- ELEMENTS_BRANCH=ariel-mpi-wip
9+ ELEMENTS_BRANCH=ariel-mpi-rebase
1010
1111M4_VER=1.4.19
1212AC_VER=2.72
6464 cd Python-3.12.3
6565 ./configure --prefix=$SST_INSTALL --enable-shared
6666 make -j8 install
67+ pip3 install blessings pygments pandas jsonargparse
6768else
6869 echo " The python directory already exists. Skipping."
6970fi
8889 ./autogen.sh
8990 # ./configure --prefix=$SST_INSTALL --enable-perf-tracking
9091 ./configure --prefix=$SST_INSTALL --disable-mpi --enable-perf-tracking
92+ # ./configure --prefix=$SST_INSTALL --disable-mpi --enable-perf-tracking --enable-debug
9193 make -j8 install
9294else
9395 echo " The sst-core directory already exists. Skipping."
You can’t perform that action at this time.
0 commit comments