Skip to content

Commit

Permalink
Comment this out for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Oct 14, 2020
1 parent d2c546e commit 0f86ebb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pipelines/toast_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,14 +1029,14 @@ def main():

data, telescope_data, total_samples = create_observations(args, comm, schedules)

handle = None
if comm.world_rank == 0:
handle = open(os.path.join(args.outdir, "distdata.txt"), "w")
data.info(handle)
if comm.world_rank == 0:
handle.close()
if comm.comm_world is not None:
comm.comm_world.barrier()
# handle = None
# if comm.world_rank == 0:
# handle = open(os.path.join(args.outdir, "distdata.txt"), "w")
# data.info(handle)
# if comm.world_rank == 0:
# handle.close()
# if comm.comm_world is not None:
# comm.comm_world.barrier()

# Split the communicator for day and season mapmaking

Expand Down

0 comments on commit 0f86ebb

Please sign in to comment.