Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ git clone https://github.com/nsfcac/gpupowermodel.git
#### GPU Control parameters
* edit control script and enable/disable different control functions (e.g. power limit, frequency)
```
vi gpupower/utility/control
vi gpupowermodel/utility/control
```
#### GPU Profile Parameters
* edit profile script and change profile parameters (e.g. nvidia-smi sampling rate, adding/removing GPU metrics)
```
vi gpupower/utility/profile
vi gpupowermodel/utility/profile
```

### Data Generation
```
cd gpupower/test
cd gpupowermodel/test
```
* GPU metrics data collection for run-to-run application
```
Expand Down