@@ -214,6 +214,7 @@ subroutine readNameList_(self, nmlfile, initonly)
214214integer (kind= irg) :: logarithmic
215215integer (kind= irg) :: doRiesz
216216integer (kind= irg) :: n
217+ integer (kind= irg) :: nthreads
217218integer (kind= irg) :: pgnum
218219character (fnlen) :: hdffile
219220character (fnlen) :: anglefile
@@ -222,7 +223,7 @@ subroutine readNameList_(self, nmlfile, initonly)
222223character (1 ) :: background
223224
224225namelist / CliffordTorus / reducetoRFZ, symmetrize, shownegativeq0, n, pgnum, anglefile, sqtfile, &
225- zpfile, doRiesz, overlayRFZ, logarithmic, hdffile, background
226+ zpfile, doRiesz, overlayRFZ, logarithmic, hdffile, background, nthreads
226227
227228! set the input parameters to default values
228229anglefile = ' undefined'
@@ -233,6 +234,7 @@ subroutine readNameList_(self, nmlfile, initonly)
233234logarithmic = 0
234235doRiesz = 0
235236n = 500
237+ nthreads = 13
236238pgnum = 32
237239hdffile = ' undefined'
238240sqtfile = ' undefined'
@@ -268,6 +270,7 @@ subroutine readNameList_(self, nmlfile, initonly)
268270self% nml% logarithmic = logarithmic
269271self% nml% doRiesz = doRiesz
270272self% nml% n = n
273+ self% nml% nthreads = nthreads
271274self% nml% pgnum = pgnum
272275self% nml% sqtfile = sqtfile
273276self% nml% zpfile = zpfile
0 commit comments