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 bdfee65 commit e246c06Copy full SHA for e246c06
scripts/available_software/available_software.py
@@ -224,9 +224,8 @@ def targets_eessi() -> np.ndarray:
224
def eessi_target_compare(a, b):
225
"""
226
A comparison function to compare the EESSI targets and order them.
227
-
228
First the main architecture is ordered alphabetically, then within them
229
- the CPU targets are again ordered alphabetically, except for the
+ the CPU targets are again ordered alphabetically, except for the
230
generic target, which always comes first. Targets that include an extra
231
vendor subdir always after those without a vendor subdir.
232
@return: 0, 1, -1
0 commit comments