File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
playbooks/roles/nccl-conf/tasks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737
3838- name : copy libnccl-ocituner for OL
3939 become : true
40- copy :
41- src : libnccl-ocituner.so.1.0.1_OL
40+ get_url :
41+ url : wget https://objectstorage.eu-frankfurt-1.oraclecloud.com/p/m1Gdcbiguqst6n_aVwRZIFpRZxUG-wGMvqWS5QJeJbIvNZnqTTA3N1_DDRuYpvJx/n/hpc/b/source/o/tuner/ libnccl-ocituner.so.1.0.1-OL
4242 dest : /home/opc/libnccl-ocituner.so.1.0.1
4343 owner : opc
4444 group : privilege
4747
4848- name : copy libnccl-ocituner for Ubuntu
4949 become : true
50- copy :
51- src : libnccl-ocituner.so.1.0.1_ubuntu
50+ get_url :
51+ url : wget https://objectstorage.eu-frankfurt-1.oraclecloud.com/p/m1Gdcbiguqst6n_aVwRZIFpRZxUG-wGMvqWS5QJeJbIvNZnqTTA3N1_DDRuYpvJx/n/hpc/b/source/o/tuner/ libnccl-ocituner.so.1.0.1-ubuntu
5252 dest : /home/ubuntu/libnccl-ocituner.so.1.0.1
5353 owner : ubuntu
5454 group : privilege
You can’t perform that action at this time.
0 commit comments