Skip to content

Commit cd616ed

Browse files
authoredNov 4, 2024··
Finishing up the numProcessors -> nTasks conversion (#2002)
1 parent 7dffa72 commit cd616ed

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎armi/tests/ThRZSettings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ settings:
77
comment: "Revised benchmark "
88
geomFile: ThRZGeom.xml
99
loadingFile: ThRZloading.yaml
10-
numProcessors: 12
10+
nTasks: 12
1111
outputFileExtension: png
1212
power: 1000000.0
1313

‎armi/tests/anl-afci-177/anl-afci-177.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ settings:
1919
- 100
2020
comment: ANL-AFCI-177 CR 1.0 metal core but with HALEU instead of TRU
2121
genXS: Neutron
22-
numProcessors: 1
22+
nTasks: 1
2323
versions:
2424
armi: uncontrolled

‎armi/tests/c5g7/c5g7-settings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ settings:
88
cycleLength: 411.11
99
loadingFile: c5g7-blueprints.yaml
1010
nCycles: 10
11-
numProcessors: 1
11+
nTasks: 1
1212
power: 1000000000.0
1313
versions:
1414
armi: uncontrolled

‎armi/tests/godiva/godiva.armi.unittest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ settings:
1616
neutronicsKernel: DIF3D-FD
1717
neutronicsOutputsToSave: All
1818
neutronicsType: both
19-
numProcessors: 36
19+
nTasks: 36
2020
outers: 200
2121
power: 0.001
2222
verbosity: debug

‎armi/tests/zpprTest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ settings:
1212
geomFile: zpprTestGeom.xml
1313
loadingFile: 1DslabXSByCompTest.yaml
1414
mpiTasksPerNode: 6
15-
numProcessors: 12
15+
nTasks: 12
1616
outputFileExtension: pdf
1717
power: 75000000.0
1818
sortReactor: false # zpprs dont sor the right way. need better component sorting for slab...

0 commit comments

Comments
 (0)
Please sign in to comment.