Skip to content

Commit

Permalink
Updated for pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaAtulTewari committed Apr 25, 2024
1 parent a99e8e0 commit 41829e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.

Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions scripts/tacc_build_env.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 41829e0

Please sign in to comment.