We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ac8b9 commit 69ce00cCopy full SHA for 69ce00c
examples/advanced/batch/FixedVariable/runFixed.sh
@@ -3,17 +3,17 @@
3
rm -f cache.txt out1 out2 out3 out10
4
# Fix 0-2
5
echo "Fix 0-2"
6
-nomad param1.txt >& out1
+$NOMAD_HOME/bin/nomad param1.txt >& out1
7
echo "Cache size: "; wc -l cache.txt
8
# Fix 2-3
9
echo "Fix 2-3"
10
-nomad param2.txt >& out2
+$NOMAD_HOME/bin/nomad param2.txt >& out2
11
12
# Fix 3-4
13
echo "Fix 3-4"
14
-nomad param3.txt >& out3
+$NOMAD_HOME/bin/nomad param3.txt >& out3
15
16
# Fix nothing
17
echo "Fix nothing"
18
-nomad param10.txt >& out10
+$NOMAD_HOME/bin/nomad param10.txt >& out10
19
0 commit comments