Skip to content
Snippets Groups Projects
Commit 1168d0a4 authored by Rick Carback's avatar Rick Carback
Browse files

defaults on these are already what we want

parent 4ccf2245
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ do
SERVERCMD="../bin/server -i $IDX --roundBufferTimeout 300s --config server-$SERVERID.yaml"
if [ $SERVERID -eq 5 ] && [ -n "$NSYSENABLED" ]
then
SERVERCMD="nsys profile --trace=cuda -w -x -o server-$SERVERID $SERVERCMD"
SERVERCMD="nsys profile --trace=cuda -o server-$SERVERID $SERVERCMD"
fi
$SERVERCMD > $SERVERLOGS/server-$SERVERID-console.txt 2>&1 &
PIDVAL=$!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment