Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataset-specific JSON/TOML configuration #1646

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Add a JSON translation of the config for NVHPC compilers

83e436c
Select commit
Loading
Failed to load commit list.
Open

Dataset-specific JSON/TOML configuration #1646

Add a JSON translation of the config for NVHPC compilers
83e436c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 17, 2024 in 2s

6 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 5 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 627 in src/auxiliary/JSON.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable comm is not used.

Check notice on line 627 in src/auxiliary/JSON.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable comm is never read.

Check warning on line 183 in src/auxiliary/JSONMatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 101 lines.

Check notice on line 199 in src/auxiliary/JSONMatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable additional_path is not used.

Check notice on line 199 in src/auxiliary/JSONMatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable additional_path is never read.

Check notice on line 199 in src/auxiliary/JSONMatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Declaration hides parameter Note

Local variable 'additional_path' hides a
parameter of the same name
.