From b8e683fd4a17a2c7a70f2a64a80b7d2553fa89e1 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 16 Jan 2020 10:06:28 +0100 Subject: [PATCH] Settings changes --- nightlyBuildSixTrack.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nightlyBuildSixTrack.py b/nightlyBuildSixTrack.py index e3df6d6..3af9522 100755 --- a/nightlyBuildSixTrack.py +++ b/nightlyBuildSixTrack.py @@ -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 @@ -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]], @@ -229,7 +229,6 @@ # Results Record bStatus = { "action" : "build", - "apikey" : "", "timestamp" : time.time(), "hash" : gitHash, "compiler" : bldExec,