Skip to content

Commit b4a9722

Browse files
committed
Test ssh-connection
1 parent b27cd98 commit b4a9722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/optimize_negative_poisson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
print(f'MPI: Rank {MPI.COMM_WORLD.rank}, size {MPI.COMM_WORLD.size}')
3535

3636
### ----- Geometry ----- ###
37-
nb_grid_pts = [32, 32]
37+
nb_grid_pts = [8, 8]
3838
lengths = [1, 1]
3939

4040
dim = len(nb_grid_pts)

0 commit comments

Comments
 (0)