Skip to content

Commit

Permalink
Removing default
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Jun 29, 2018
1 parent 1f0f145 commit cc8fdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/libE.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
def libE(sim_specs, gen_specs, exit_criteria, failure_processing={},
alloc_specs={'alloc_f': give_sim_work_first, 'out':[('allocated',bool)]} ,
libE_specs={'comm': MPI.COMM_WORLD, 'color': 0, 'manager_ranks': set([0]), 'worker_ranks': set(range(1,MPI.COMM_WORLD.Get_size()))},
H0=[], persis_info={'next_to_give': 0}):
H0=[], persis_info={}):
"""
This is the outer libEnsemble routine. It checks each rank in libE_specs['comm']
against libE_specs['manager_ranks'] or libE_specs['worker_ranks'] and
Expand Down

0 comments on commit cc8fdc9

Please sign in to comment.