Use GPU nodes for blockstreamer as well if rest of testnet has GPUs (#4046)

- The blockstreamer crashes otherwise, as sigverify() looks for CUDA libs
This commit is contained in:
Pankaj Garg 2019-04-27 20:45:38 -07:00 committed by GitHub
parent 13fcfcb964
commit 697cd17b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -163,11 +163,13 @@ while getopts "h?p:Pn:c:z:gG:a:d:buxf" opt; do
enableGpu=true
bootstrapLeaderMachineType=$gpuBootstrapLeaderMachineType
fullNodeMachineType=$bootstrapLeaderMachineType
blockstreamerMachineType=$bootstrapLeaderMachineType
;;
G)
enableGpu=true
bootstrapLeaderMachineType="$OPTARG"
fullNodeMachineType=$bootstrapLeaderMachineType
blockstreamerMachineType=$bootstrapLeaderMachineType
;;
a)
customAddress=$OPTARG