Skip to content

Commit

Permalink
Fixed syntax errors in namelists.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa committed Feb 13, 2025
1 parent a950768 commit 5293d81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/differentially_heated_cavity/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ velf(1:3) = 0., 0., 0.
gacc(1:3) = 0., 0., -1.
nscal = 1
dims(1:2) = 0, 0
\
/

&scalar
iniscal(:) = 'dhc'
Expand All @@ -35,10 +35,10 @@ bcscal(0:1,1:3,:) = -0.5,0.5 , 0.,0. , 0.,0.
ssource(:) = 0.
is_sforced(:) = F
scalf(:) = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
cudecomp_h_comm_backend = 0, cudecomp_is_h_enable_nccl = T, cudecomp_is_h_enable_nvshmem = T
cudecomp_is_t_in_place = F
\
/
6 changes: 3 additions & 3 deletions examples/stratified_temporal_boundary_layer/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ velf(1:3) = 0., 0., 0.
gacc(1:3) = 0., 0., -1.
nscal = 1
dims(1:2) = 0, 0
\
/

&scalar
iniscal(:) = 'tbl'
Expand All @@ -34,9 +34,9 @@ cbcscal(0:1,1:3,:) = 'P' ,'P' , 'P','P', 'D','N'
bcscal(0:1,1:3,:) = 0.,0. , 0.,0. , 1.,0.
is_sforced(:) = F
scalf(:) = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
cudecomp_h_comm_backend = 0, cudecomp_is_h_enable_nccl = T, cudecomp_is_h_enable_nvshmem = T
\
/
6 changes: 3 additions & 3 deletions tests/differentially_heated_cavity/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ velf(1:3) = 0., 0., 0.
gacc(1:3) = 0., 0., -1.
nscal = 1
dims(1:2) = 0, 0
\
/

&scalar
iniscal(:) = 'dhc'
Expand All @@ -35,10 +35,10 @@ bcscal(0:1,1:3,:) = -0.5,0.5 , 0.,0. , 0.,0.
ssource(:) = 0.
is_sforced(:) = F
scalf(:) = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
cudecomp_h_comm_backend = 0, cudecomp_is_h_enable_nccl = T, cudecomp_is_h_enable_nvshmem = T
cudecomp_is_t_in_place = F
\
/

0 comments on commit 5293d81

Please sign in to comment.