diff --git a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py index b241c22..164740f 100644 --- a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py +++ b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py @@ -46,7 +46,7 @@ def get_job_script(kernel, dataset, fcsp): script = r""" #!/bin/bash -#SBATCH --exclusive +##SBATCH --exclusive #SBATCH --job-name="fcsp.""" + kernel + r"." + dataset + r"." + fcsp + r"""" #SBATCH --partition=tlong #SBATCH --mail-type=ALL @@ -142,4 +142,4 @@ if __name__ == '__main__': # print(command) os.system(command) # os.popen(command) - # output = stream.readlines() \ No newline at end of file + # output = stream.readlines() diff --git a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py index cd1a94c..e6669c5 100644 --- a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py +++ b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py @@ -123,7 +123,7 @@ def get_job_script(kernel, dataset, fcsp): script = r""" #!/bin/bash -#SBATCH --exclusive +##SBATCH --exclusive #SBATCH --job-name="fcsp.space.""" + kernel + r"." + dataset + r"." + fcsp + r"""" #SBATCH --partition=""" + (r"court" if kernel == 'ShortestPath' else r"court") + r""" #SBATCH --mail-type=ALL @@ -222,4 +222,4 @@ if __name__ == '__main__': # print(command) os.system(command) # os.popen(command) - # output = stream.readlines() \ No newline at end of file + # output = stream.readlines()