Skip to content

Commit fc7fe90

Browse files
committed
update iterations
1 parent f3f792c commit fc7fe90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

multiphysics/TFC_python/adiabatic/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def main():
220220
sys.stdout.flush()
221221

222222
# run N iterations
223-
N = 5000
223+
N = 10
224224
for inner_iter in range(N):
225225
if (rank==0):
226226
print("python iteration ", inner_iter)

multiphysics/TFC_python/enthalpy/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def main():
220220
sys.stdout.flush()
221221

222222
# run N iterations
223-
N = 5000
223+
N = 10
224224
for inner_iter in range(N):
225225
if (rank==0):
226226
print("python iteration ", inner_iter)

0 commit comments

Comments
 (0)