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 20406af commit e66876fCopy full SHA for e66876f
openmp/tools/multiplex/tests/lit.cfg
@@ -90,7 +90,7 @@ if 'Linux' in config.operating_system:
90
91
# substitutions
92
config.substitutions.append(("FileCheck", "tee %%t.out | %s" % config.test_filecheck))
93
-config.substitutions.append(("%sort-threads", "sort --numeric-sort --stable"))
+config.substitutions.append(("%sort-threads", "sort -n -s"))
94
95
config.substitutions.append(("%libomp-compile-and-run", \
96
"%libomp-compile && %libomp-run"))
0 commit comments