Remove CUDA feature (#6094) (#6126)

automerge
This commit is contained in:
Michael Vines
2019-09-26 14:38:30 -07:00
committed by Grimes
parent 0f3a8314ae
commit 232d2b3899
33 changed files with 376 additions and 512 deletions

View File

@@ -39,9 +39,9 @@ launchTestnet() {
echo --- start "$nodeCount" node test
if [[ -n $USE_PREBUILT_CHANNEL_TARBALL ]]; then
net/net.sh start -f "cuda" -o noValidatorSanity -t "$CHANNEL"
net/net.sh start -o noValidatorSanity -t "$CHANNEL"
else
net/net.sh start -f "cuda" -o noValidatorSanity -T solana-release*.tar.bz2
net/net.sh start -o noValidatorSanity -T solana-release*.tar.bz2
fi
echo --- wait "$ITERATION_WAIT" seconds to complete test