From 102cd4d511887391672611f782750db2c26d7352 Mon Sep 17 00:00:00 2001 From: WilliamMTK Date: Fri, 14 Mar 2025 07:56:11 -0400 Subject: update_readme: add CMake, devcontainer, and SST documentation (#108) * update_readme: add CMake, devcontainer, and SST * update_readme: fix branch for sst-elements * update_readme: fix typos --- .github/workflows/sst_integration.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/sst_integration.yml b/.github/workflows/sst_integration.yml index 03635db..4a88bf3 100644 --- a/.github/workflows/sst_integration.yml +++ b/.github/workflows/sst_integration.yml @@ -40,10 +40,9 @@ jobs: - name: Prepare SST dependencies run: | apt install -y openmpi-bin openmpi-common libtool libtool-bin autoconf python3 python3-dev automake build-essential git - # Use personal repo for now - name: Build SST-Core run: | - git clone https://github.com/William-An/sst-core.git + git clone https://github.com/sstsimulator/sst-core.git cd sst-core git pull git checkout devel @@ -53,14 +52,13 @@ jobs: make install cd .. rm -rf ./sst-core - # Use personal repo for now - name: Build SST-Elements run: | - git clone https://github.com/William-An/sst-elements.git + git clone https://github.com/sstsimulator/sst-elements.git source ./setup_environment cd sst-elements git pull - git checkout balar-mmio-vanadis-llvm + git checkout devel ./autogen.sh ./configure --prefix=`realpath ../sstelements-install` --with-sst-core=`realpath ../sstcore-install` --with-cuda=$CUDA_INSTALL_PATH --with-gpgpusim=$GPGPUSIM_ROOT make -j4 -- cgit v1.3