Skip to content

Commit

Permalink
Remove duplicate line in forces gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Jul 17, 2023
1 parent 49db32b commit 7d95df5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,9 @@
from libensemble.libE import libE
from libensemble.tools import add_unique_random_streams, parse_args

# Uncomment for var resources
# from libensemble.gen_funcs.sampling import uniform_random_sample_with_variable_resources as gen_f


# Uncomment for var resources (checksum will change due to rng differences)
# from libensemble.gen_funcs.sampling import uniform_random_sample_with_variable_resources as gen_f


# Parse number of workers, comms type, etc. from arguments
nworkers, is_manager, libE_specs, _ = parse_args()

Expand Down

0 comments on commit 7d95df5

Please sign in to comment.