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 4693090 commit a5208f2Copy full SHA for a5208f2
GEOSldas_App/ldas_setup
@@ -1860,7 +1860,7 @@ def _printRmInputKeys(rqdRmInpKeys, optRmInpKeys):
1860
print ('# - writers-per-node = tasks per oserver_node for writing ( default is 5, for future use ),')
1861
print ('# IMPORTANT REQUIREMENT: total #writers = writers-per-node * oserver_nodes >= 2')
1862
print ('# Jobs will hang when oserver_nodes = writers-per-node = 1.')
1863
- print ('# - constraint = mil ; submit the job to a particular machine, defaule is "[mil|cas]")
+ print ('# - constraint = mil ; submit the job to a particular machine, default is "[mil|cas]")
1864
print ('#')
1865
for key in optRmInpKeys:
1866
print ('#'+key + ':')
0 commit comments