Skip to content
Snippets Groups Projects
Commit a2ebc7ca authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Update build to move libpow.fatbin to the right place

parent 117c080c
No related branches found
No related tags found
1 merge request!4Release
...@@ -57,6 +57,7 @@ installbinaries: ...@@ -57,6 +57,7 @@ installbinaries:
- ./download_cmix_binaries.sh l d - ./download_cmix_binaries.sh l d
- mkdir -p /opt/xxnetwork/lib - mkdir -p /opt/xxnetwork/lib
- cp bin/libpowmosm75.so /opt/xxnetwork/lib/ - cp bin/libpowmosm75.so /opt/xxnetwork/lib/
- cp bin/libpow.fatbin /opt/xxnetwork/lib/
- "chmod +x *" - "chmod +x *"
- bin/server version - bin/server version
- bin/server-cuda version - bin/server-cuda version
...@@ -87,6 +88,7 @@ basice2e: ...@@ -87,6 +88,7 @@ basice2e:
- sleep 60 - sleep 60
- mkdir -p /opt/xxnetwork/lib - mkdir -p /opt/xxnetwork/lib
- cp ../bin/libpowmosm75.so /opt/xxnetwork/lib/ - cp ../bin/libpowmosm75.so /opt/xxnetwork/lib/
- cp ../bin/libpow.fatbin /opt/xxnetwork/lib/
- sed -i 's/bin\/server/bin\/server-cuda/g' run.sh - sed -i 's/bin\/server/bin\/server-cuda/g' run.sh
- sed -i 's/useGpu\:\ false/useGpu\:\ true/g' server-[12345].yaml - sed -i 's/useGpu\:\ false/useGpu\:\ true/g' server-[12345].yaml
- NSYSENABLED=TRUE ./run.sh - NSYSENABLED=TRUE ./run.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment