We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410fe67 commit 7960dc2Copy full SHA for 7960dc2
python/plugins/processing/algs/taudem/TauDEMAlgorithm.py
@@ -88,7 +88,7 @@ def processAlgorithm(self, progress):
88
commands = []
89
commands.append(os.path.join(TauDEMUtils.mpiexecPath(), 'mpiexec'))
90
91
- processNum = ProcessingConfig.getSetting(TauDEMUtils.MPI_PROCESSES)
+ processNum = int(ProcessingConfig.getSetting(TauDEMUtils.MPI_PROCESSES))
92
if processNum <= 0:
93
raise GeoAlgorithmExecutionException('Wrong number of MPI \
94
processes used.\nPlease set correct number before running \
0 commit comments