-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Incicau
committed
Aug 27, 2024
1 parent
ad158c6
commit dec8312
Showing
6 changed files
with
614 additions
and
1,033 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ benchmarker: "John Doe at Robinsons lab, [email protected]" | |
storage: https://storage.github.com/ | ||
storage_api: S3 | ||
benchmark_yaml_spec: 0.01 | ||
software_backend: envmodules | ||
software_environments: | ||
R: | ||
description: "R 4.3.3 with gfbf-2023 toolchain" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ benchmarker: "John Doe at Robinsons lab, [email protected]" | |
storage: https://storage.github.com/ | ||
storage_api: S3 | ||
benchmark_yaml_spec: 0.01 | ||
software_backend: envmodules | ||
software_environments: | ||
R: | ||
description: "R 4.3.3 with gfbf-2023 toolchain" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
benchmarker='John Doe at Robinsons lab, [email protected]', | ||
storage='https://storage.github.com/', | ||
storage_api=StorageAPIEnum.S3, | ||
software_backend=SoftwareBackendEnum.envmodules, | ||
software_environments=[ | ||
SoftwareEnvironment( | ||
id=SoftwareEnvironmentId('R'), | ||
|
Oops, something went wrong.