Skip to content

Commit

Permalink
Fix typo in NVIDIA brand
Browse files Browse the repository at this point in the history
Signed-off-by: Vinícius Ferrão <[email protected]>
  • Loading branch information
viniciusferrao committed Jul 1, 2024
1 parent e80578f commit 88f282f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/nvhpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

void NVhpc::install()
{
LOG_TRACE("Installing Nvidia HPC SDK");
LOG_TRACE("Installing NVIDIA HPC SDK");
cloyster::runCommand("dnf -y install nvhpc-24.3");
}

void NVhpc::configure() {};
void NVhpc::configure() {};

0 comments on commit 88f282f

Please sign in to comment.