Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f11ff0f7 authored by GUILLEMOT Alexandre's avatar GUILLEMOT Alexandre
Browse files

add resultants-3-4 data test

parent 2818d84d
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -20,7 +20,7 @@ parser.add_argument("-m", "--mem", nargs="?", const="8G",
help="Maximum amount of memory used. Should be written as <number><unit> where <unit> may be nothing, K, M or G, e.g. 100M")
parser.add_argument("-n", "--norun", action='store_true',
default=False, help="To only generate script and command")
parser.add_argument("-c", "--core", nargs="?", const="1",
parser.add_argument("-c", "--core", nargs="?", const="1", default="1",
help="Core on which the job should be ran")
args = parser.parse_args()
......@@ -163,7 +163,6 @@ if not args.norun:
except:
os.killpg(os.getpgid(p.pid), signal.SIGTERM)
_, _ = p.communicate()
out_file.close()
log_file.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment