From 41829e072462514e08575ae3e4b99bd710595465 Mon Sep 17 00:00:00 2001 From: AdityaAtulTewari Date: Thu, 25 Apr 2024 17:58:05 +0000 Subject: [PATCH] Updated for pre-commits --- README.md | 5 +++-- scripts/tacc_build_env.sh | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa464759..3ae491cf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ repo's `pando-rt` submodule for using root. Before developing make sure you have initialized the `pando-rt` submodule with `git submodule update --init --recursive`. -## Docker Setup: +## Docker Setup ```shell git submodule update --init --recursive @@ -28,6 +28,7 @@ make setup make -C dockerbuild -j8 make run-tests ``` + Developers can run a hello-world smoke test inside their containers by running `bash scripts/run.sh`. @@ -37,7 +38,7 @@ Inside the container run `make cmake-drv`. Workloads can then be run via `bash scripts/run-drv.sh`. -## TACC Setup: +## TACC Setup ```shell . ./scripts/tacc_build_env.sh diff --git a/scripts/tacc_build_env.sh b/scripts/tacc_build_env.sh index 4bffea9a..ad963aed 100644 --- a/scripts/tacc_build_env.sh +++ b/scripts/tacc_build_env.sh @@ -1,5 +1,8 @@ #!/bin/bash +# SPDX-License-Identifier: MIT +# Copyright (c) 2023. University of Texas at Austin. All rights reserved. + module purge module load gcc/12.2.0 module load cmake/3.24.2