We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca31c55 commit a116199Copy full SHA for a116199
1 file changed
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_HOME/bin/nomad param1.txt >& out1
+../../../../bin/nomad param1.txt >& out1
7
echo "Cache size: "; wc -l cache.txt
8
# Fix 2-3
9
echo "Fix 2-3"
10
-$NOMAD_HOME/bin/nomad param2.txt >& out2
+../../../../bin/nomad param2.txt >& out2
11
12
# Fix 3-4
13
echo "Fix 3-4"
14
-$NOMAD_HOME/bin/nomad param3.txt >& out3
+../../../../bin/nomad param3.txt >& out3
15
16
# Fix nothing
17
echo "Fix nothing"
18
-$NOMAD_HOME/bin/nomad param10.txt >& out10
+../../../../bin/nomad param10.txt >& out10
19
0 commit comments