Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jon Shahen
vagabond
Commits
4589d81d
Commit
4589d81d
authored
Nov 07, 2016
by
Jonathan Shahen
Browse files
Removing a comment and adding an extra testcase
parent
94f67fe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/vagabond/VagabondInstance.java
View file @
4589d81d
...
...
@@ -176,17 +176,6 @@ public class VagabondInstance {
case
REDUCTION_ILP:
reduction
=
new
ReduceToILP
();
runSolver
=
new
RunSolverILP
();
// TODO Remove me!
/*
if (false) {
FileWriter fw = new FileWriter(settings.logFolder + "/ilpData.dat");
fw.write(WriteILPFile.toILPString(epochHistory));
fw.close();
throw new Exception("KILLING PROCESS! ILP wrote file out");
}
*/
break
;
case
REDUCTION_NOMAD:
reduction
=
new
ReduceToNomad
();
...
...
tests/equalSpreadConferenceTests.txt
0 → 100644
View file @
4589d81d
# I am a comment
maxCCIL=false
#reduction=nomad
#reduction=ilp
reduction=cnf
# randomPlacement equalSpread equalSpreadHalf nomadTest percentFill nahidTest
placement=equalSpreadHalf2
equalSpreadNum=7
migrationBudget=-1
numberOfEpochs=1
#
numberOfMachines=5
numberOfMachineSlots=4
numberOfClients=6
numberOfVMsPerClient=3
fillInEmpty=false
# Keep at 5 unless you recompile NOMAD for a different value
slidingWindow=5
# OPTIONAL: Can Comment these lines out
#seed=10
name=equalSpread_1Epoch_MB-1
comment=
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment