# Phil template for experiment manager
dry_run = {dry_run}
input {{
  trial = {trial}
  rungroup = {rungroup}
  dispatcher = {dispatcher}
  target = {target}
}}
output {{
  output_dir = {output_dir}
  split_logs = True
}}
mp {{
  method = {method}
  use_mpi = {use_mpi}
  mpi_command = {mpi_command}
  nproc = {nproc}
  queue = {queue}
  {extra_options}
}}
experiment_tag = {experiment_tag}
db {{
  host = {host}
  name = {dbname}
  user = {user}
  password = {password}
  port = {port}
}}
