Skip to content

Commit

Permalink
Mixed poisson distributed in work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Jul 18, 2024
1 parent 64f668a commit b93d70d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ def generate_training_set(samples=num_pod_samples_sigma):
for i in range(len(fem_comm_list)):
cpu_indices_sigma = np.arange(i, para_matrix_sigma.shape[0], len(fem_comm_list))

print(f"cpu_indices_sigma: {cpu_indices_sigma}")

if world_comm.rank == 0:
nbytes_dofs_sigma = num_snapshots_sigma * num_dofs_sigma * itemsize
else:
Expand Down

0 comments on commit b93d70d

Please sign in to comment.