diff options
| author | WilliamMTK <[email protected]> | 2025-03-14 07:56:11 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-14 11:56:11 +0000 |
| commit | 102cd4d511887391672611f782750db2c26d7352 (patch) | |
| tree | d908b9504f29a1527c332fdbfb8cf9f6a156813b /.github | |
| parent | e36aff2ea93d9a9ff89320f77d4e2917c6d18697 (diff) | |
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
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/sst_integration.yml | 8 |
1 files changed, 3 insertions, 5 deletions
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 |
