Debug+Add g5k logs

This commit is contained in:
Loic Guegan 2019-05-06 12:05:15 +02:00
parent f9d8e59ebb
commit 9305e544d3
1166 changed files with 11848461 additions and 24045 deletions
ns3-simulations

View file

@ -13,10 +13,9 @@ logsFinalDst=~/logs/
[ "$1" == "deploy" ] && deploy=1 || deploy=0
[ "$1" == "-p" ] && progress=1 || progress=0
handleSim () {
outF="$simArgsLoc/$(uuidgen).sh" # Args file based on host name (avoid conflict)
[ -z "${argId}" ] && argId=1 || argId=$(( argId + 1 ))
outF="$simArgsLoc/${argId}.sh" # Args file based on host name (avoid conflict)
# Add Shebang
echo '#!/bin/bash' > $outF