-
Notifications
You must be signed in to change notification settings - Fork 25
Add support for licensed pbs professional #81
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
Open
wolfgang-desalvador
wants to merge
33
commits into
Azure:master
Choose a base branch
from
wolfgang-desalvador:add-support-for-licensed-PBSProfessional
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
f44019d
Add support for Altair PBS Professional
wolfgang-desalvador 1311c85
Add pbs_license.erb
wolfgang-desalvador 3eb4403
Remove unused variable from default.rb
wolfgang-desalvador 81cb2a0
Update README.md
wolfgang-desalvador dcec766
Fix template description for pbspro
wolfgang-desalvador 9e49a3d
Fix typo in Altair PBS Professional
wolfgang-desalvador aa7f773
Fix blob location in Readme
wolfgang-desalvador 702832a
Fix typo in RPMs version
wolfgang-desalvador 90d1b4a
Update template welcome text.
wolfgang-desalvador a1675ba
Update template welcome text.
wolfgang-desalvador 36e1fcf
Review splash screen and license logic
wolfgang-desalvador 7940ab0
Update pbspro template to version 2.0.20
e9c442c
Update pbspro.txt
wolfgang-desalvador 6344184
Add management of UID and GID for PBS Data
3bf3fcd
Change UID and GID default values
0b47f5e
Fix setuptools version to allow dashed name
6930e7e
Fix pip syntax for version
e9b7963
add a GitHub Actions workflow for CodeQL analysis
bwatrous e276c17
Update githup checkout action - v2 was deprecated
bwatrous 246a0fc
bump version to 2.0.22 and use scalelib 1.0.4
1dcc40c
remove requests from setup
523fa0d
Bump zipp from 3.6 to 3.19.1 in /pbspro
dependabot[bot] bb1e0f3
bump version to 2.0.23
59afcd7
allow underscore or dash for sdist file
d49e649
remove zipp as a dependency
fa86e2a
Bump version to 2.0.24
ryanhamel 435a457
Use scalelib 1.0.5 to eliminate create_nodes json error
ryanhamel 9ce0a5b
Removed ganglia references
016b9e7
Removed remaining cganglia reference (#77)
emilylo3 e0c8260
Add build script and documentation (#76)
emilylo3 853939b
Bump version to 2.0.25 (#78)
emilylo3 efdc1c5
Bump missed version to 2.0.25 (#80)
emilylo3 2bd084e
Merge remote-tracking branch 'upstream/master' into add-support-for-l…
wolfgang-desalvador File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -14,4 +14,4 @@ | |
| source "#{node['jetpack']['downloads']}/#{hwlocs_lib_el8}" | ||
| action :install | ||
| end | ||
| end | ||
| end | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's trailing whitespace at the end of line 110. This should be removed for consistency.