Skip to content
Snippets Groups Projects
Commit 1e6c49f3 authored by bay9355's avatar bay9355
Browse files

activated parallelization for seed_varation

parent cc6e6c54
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,5 @@ seedfiles = sys.argv[2:]
config = 'seed_variationconf'
for seeds in seedfiles:
identifier = basename(seeds).rsplit('.')[0] + '_seedvar_different_consensus_approaches'
command = f'./cami.py -n {network} -s {seeds} -id {identifier} -conf {config} -var 100 -f;'
command = f'./cami.py -n {network} -s {seeds} -id {identifier} -conf {config} -var 100 -f -p;'
subprocess.call(command, shell=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment