Skip to content

Commit 8194314

Browse files
committed
Version bump gdrcopy from 2.4 to 2.4.4
1 parent 1b7fb9f commit 8194314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbooks/aws-parallelcluster-platform/resources/gdrcopy/partial/_gdrcopy_common.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# See the License for the specific language governing permissions and limitations under the License.
1414

1515
def gdrcopy_version
16-
'2.4'
16+
'2.4.4'
1717
end
1818

1919
def gdrcopy_checksum
20-
'39e74d505ca16160567f109cc23478580d157da897f134989df1d563e55f7a5b'
20+
'8802f7bc4a589a610118023bdcdd83c10a56dea399acf6eeaac32e8cc10739a8'
2121
end
2222

2323
unified_mode true
@@ -112,5 +112,5 @@ def gdrcopy_version_extended
112112
end
113113

114114
def gdrcopy_url
115-
"#{node['cluster']['artifacts_s3_url']}/dependencies/gdr_copy/v#{gdrcopy_version}.tar.gz"
115+
"https://github.com/NVIDIA/gdrcopy/archive/refs/tags/v#{gdrcopy_version}.tar.gz"
116116
end

0 commit comments

Comments
 (0)