Skip to content

Commit

Permalink
Settings changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Jan 16, 2020
1 parent 7c7def1 commit b8e683f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nightlyBuildSixTrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
dResults = "/scratch/TestBuild/Results"
testTime = "/scratch/TestBuild/Timing"
testCov = "/scratch/TestBuild/Coverage"
keyFile = path.join(path.dirname(path.realpath(__file__)),"apiKey.dat")

nBld = 8
nTest = 10
Expand All @@ -56,6 +55,7 @@
"Standard Single" : [["g","i","n"], "32BITM -64BITM -CRLIBM -DISTLIB", [None,None]],
"Standard Double" : [["g","i","n"], "", [ctNS,ctNE]],
"Standard Quad" : [["g","i","n"], "128BITM -64BITM -CRLIBM -DISTLIB", [None,None]],
"Standard AVX2" : [["g","i","n"], "AVX2", [ctNE,ctFF]],
"Round Up" : [["g","i","n"], "-ROUND_NEAR ROUND_UP", [None,None]],
"Round Down" : [["g","i","n"], "-ROUND_NEAR ROUND_DOWN", [None,None]],
"Round Zero" : [["g","i","n"], "-ROUND_NEAR ROUND_ZERO", [None,None]],
Expand Down Expand Up @@ -229,7 +229,6 @@
# Results Record
bStatus = {
"action" : "build",
"apikey" : "",
"timestamp" : time.time(),
"hash" : gitHash,
"compiler" : bldExec,
Expand Down

0 comments on commit b8e683f

Please sign in to comment.