diff options
Diffstat (limited to 'ns3-simulations/g5k-worker.sh')
| -rwxr-xr-x | ns3-simulations/g5k-worker.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ns3-simulations/g5k-worker.sh b/ns3-simulations/g5k-worker.sh index 00a1aff..9326941 100755 --- a/ns3-simulations/g5k-worker.sh +++ b/ns3-simulations/g5k-worker.sh @@ -1,4 +1,5 @@ #!/bin/bash +export NS3_PATH=~/.bin/ns-3/ns-3.29/ g5kLogFolder="/tmp/logs/" mkdir -p $g5kLogFolder # Create log folder just in case rm -rf $g5kLogFolder/* # Clean previous logs just in case |
