Skip to content

Commit 501d788

Browse files
committed
Added ibverbs dependencies. Requires easybuilders/easybuild-framework#3309
1 parent 9870f20 commit 501d788

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

easybuild/easyconfigs/p/PyTorch/PyTorch-1.4.0-foss-2019b-Python-3.7.4.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ local_mkdir_and_extract_cmd_pattern = "DIR=%s/%s; mkdir -p $DIR; tar -C $DIR --s
1616

1717
source_urls = ['https://github.com/pytorch/pytorch/archive']
1818

19+
osdependencies = [OSPACKAGES_IBVERBS]
20+
1921
# PyTorch pulls in a bunch of submodules that are not releases. We download the submodule revisions from their repos.
2022
# determine commit of additional sources via https://github.com/pytorch/pytorch/tree/v1.4.0/third_party
2123
sources = [

easybuild/easyconfigs/p/PyTorch/PyTorch-1.4.0-fosscuda-2019b-Python-3.7.4.eb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ local_mkdir_and_extract_cmd_pattern = "DIR=%s/%s; mkdir -p $DIR; tar -C $DIR --s
1616

1717
source_urls = ['https://github.com/pytorch/pytorch/archive']
1818

19+
osdependencies = [OSPACKAGES_IBVERBS]
20+
1921
# PyTorch pulls in a bunch of submodules that are not releases. We download the submodule revisions from their repos.
2022
# determine commit of additional sources via https://github.com/pytorch/pytorch/tree/v1.4.0/third_party
2123
sources = [

0 commit comments

Comments
 (0)