Loading Profugus/CPU_1node/Scripts/build_executable.x +1 −1 Original line number Diff line number Diff line #!/usr/bin/env python #!/usr/bin/env python3 import getopt import sys Loading Profugus/CPU_1node/Scripts/check_executable.x +9 −9 Original line number Diff line number Diff line #! /usr/bin/env python #! /usr/bin/env python3 import sys import os Loading Loading @@ -88,10 +88,10 @@ def check_results(path_to_results): if ip == expected_passes: ival = GOOD_RESULTS print "Passed" print("Passed") else: ival = BAD_RESULTS print "Failed" print("Failed") return ival Loading Profugus/CPU_1node/Scripts/lsf.template.x +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ source __rgtenvironmentalfile__ module load __nccstestharnessmodule__ module load gcc module load python/2.7.12 module load python/3.5.2 module load py-h5py/2.6.0 module load spectrum_mpi module list Loading Profugus/CPU_short/Scripts/build_executable.x +1 −1 Original line number Diff line number Diff line #!/usr/bin/env python #!/usr/bin/env python3 import getopt import sys Loading Profugus/CPU_short/Scripts/check_executable.x +9 −9 Original line number Diff line number Diff line #! /usr/bin/env python #! /usr/bin/env python3 import sys import os Loading Loading @@ -88,10 +88,10 @@ def check_results(path_to_results): if ip == expected_passes: ival = GOOD_RESULTS print "Passed" print("Passed") else: ival = BAD_RESULTS print "Failed" print("Failed") return ival Loading Loading
Profugus/CPU_1node/Scripts/build_executable.x +1 −1 Original line number Diff line number Diff line #!/usr/bin/env python #!/usr/bin/env python3 import getopt import sys Loading
Profugus/CPU_1node/Scripts/check_executable.x +9 −9 Original line number Diff line number Diff line #! /usr/bin/env python #! /usr/bin/env python3 import sys import os Loading Loading @@ -88,10 +88,10 @@ def check_results(path_to_results): if ip == expected_passes: ival = GOOD_RESULTS print "Passed" print("Passed") else: ival = BAD_RESULTS print "Failed" print("Failed") return ival Loading
Profugus/CPU_1node/Scripts/lsf.template.x +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ source __rgtenvironmentalfile__ module load __nccstestharnessmodule__ module load gcc module load python/2.7.12 module load python/3.5.2 module load py-h5py/2.6.0 module load spectrum_mpi module list Loading
Profugus/CPU_short/Scripts/build_executable.x +1 −1 Original line number Diff line number Diff line #!/usr/bin/env python #!/usr/bin/env python3 import getopt import sys Loading
Profugus/CPU_short/Scripts/check_executable.x +9 −9 Original line number Diff line number Diff line #! /usr/bin/env python #! /usr/bin/env python3 import sys import os Loading Loading @@ -88,10 +88,10 @@ def check_results(path_to_results): if ip == expected_passes: ival = GOOD_RESULTS print "Passed" print("Passed") else: ival = BAD_RESULTS print "Failed" print("Failed") return ival Loading