|
@@ -123,7 +123,7 @@ def get_job_script(kernel, dataset, fcsp): |
|
|
script = r""" |
|
|
script = r""" |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
#SBATCH --exclusive |
|
|
|
|
|
|
|
|
##SBATCH --exclusive |
|
|
#SBATCH --job-name="fcsp.space.""" + kernel + r"." + dataset + r"." + fcsp + r"""" |
|
|
#SBATCH --job-name="fcsp.space.""" + kernel + r"." + dataset + r"." + fcsp + r"""" |
|
|
#SBATCH --partition=""" + (r"court" if kernel == 'ShortestPath' else r"court") + r""" |
|
|
#SBATCH --partition=""" + (r"court" if kernel == 'ShortestPath' else r"court") + r""" |
|
|
#SBATCH --mail-type=ALL |
|
|
#SBATCH --mail-type=ALL |
|
@@ -222,4 +222,4 @@ if __name__ == '__main__': |
|
|
# print(command) |
|
|
# print(command) |
|
|
os.system(command) |
|
|
os.system(command) |
|
|
# os.popen(command) |
|
|
# os.popen(command) |
|
|
# output = stream.readlines() |
|
|
|
|
|
|
|
|
# output = stream.readlines() |