Skip to content

Commit 1036530

Browse files
author
Patrick Lavin
committed
update init
1 parent bae4961 commit 1036530

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/init-sst.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
88
CORE_COMMIT=a4dbc4ae575dc9bf6f6cac42d011a1ac0d496aa8
9-
ELEMENTS_BRANCH=ariel-mpi-wip
9+
ELEMENTS_BRANCH=ariel-mpi-rebase
1010

1111
M4_VER=1.4.19
1212
AC_VER=2.72
@@ -64,6 +64,7 @@ then
6464
cd Python-3.12.3
6565
./configure --prefix=$SST_INSTALL --enable-shared
6666
make -j8 install
67+
pip3 install blessings pygments pandas jsonargparse
6768
else
6869
echo "The python directory already exists. Skipping."
6970
fi
@@ -88,6 +89,7 @@ then
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
9294
else
9395
echo "The sst-core directory already exists. Skipping."

0 commit comments

Comments
 (0)