Skip to content

Commit

Permalink
commented unoperative code
Browse files Browse the repository at this point in the history
  • Loading branch information
ertsiger committed Jan 5, 2018
1 parent 017a274 commit 2752b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ compileSHE = base.Program( "bin/compileSHE", ["bin/compileSHE.cpp"] )
compileTempo = base.Program( "bin/compileTempo", ["bin/compileTempo.cpp"] )
compileTempoParallel = base.Program( "bin/compileTempoParallel", ["bin/compileTempoParallel.cpp"] )
compileSequential = base.Program( "bin/compileSequential", ["bin/compileSequential.cpp"] )
compileFull = base.Program( "bin/compileFull", ["bin/compileFull.cpp"] )
#compileFull = base.Program( "bin/compileFull", ["bin/compileFull.cpp"] )
planSchedule = base.Program( "bin/planSchedule", ["bin/planSchedule.cpp"] )
testSeparable = base.Program( "bin/testSeparable", ["bin/testSeparable.cpp"] )
#testSeparable = base.Program( "bin/testSeparable", ["bin/testSeparable.cpp"] )

base.AlwaysBuild( compileSHE )
base.AlwaysBuild( compileTempo )
base.AlwaysBuild( compileTempoParallel )
base.AlwaysBuild( compileSequential )
base.AlwaysBuild( compileFull )
#base.AlwaysBuild( compileFull )
base.AlwaysBuild( planSchedule )
base.AlwaysBuild( testSeparable )
#base.AlwaysBuild( testSeparable )

0 comments on commit 2752b24

Please sign in to comment.