File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 209209 -- test failures and recommend using other versions available via EESSI.
210210 -- A message and not a warning as the exit code would break CI runs otherwise.
211211 local simpleName = string.match(t.modFullName, "(.-)/")
212- local advice = 'The module ' .. t.modFullName .. ' will be loaded. However, note that\n '
213- advice = advice .. 'during its building for the CPU microarchitecture ' .. graceArch .. ' from a\n '
214- advice = advice .. 'total of 52.730 unit tests a larger number (46) than usually (2-4) failed. If\n '
215- advice = advice .. 'you encounter issues while using ' .. t.modFullName .. ', please,\n '
216- advice = advice .. 'consider using one of the other versions of ' .. simpleName .. ' that are also provided\n '
217- advice = advice .. 'for the same CPU microarchitecture.\n '
218- LmodMessage("\n ", advice)
212+ local advice = 'The module ' .. t.modFullName .. ' will be loaded. However, note that\\ n'
213+ advice = advice .. 'during its building for the CPU microarchitecture ' .. graceArch .. ' from a\\ n'
214+ advice = advice .. 'total of 52.730 unit tests a larger number (46) than usually (2-4) failed. If\\ n'
215+ advice = advice .. 'you encounter issues while using ' .. t.modFullName .. ', please,\\ n'
216+ advice = advice .. 'consider using one of the other versions of ' .. simpleName .. ' that are also provided\\ n'
217+ advice = advice .. 'for the same CPU microarchitecture.\\ n'
218+ LmodMessage("\\ n", advice)
219219 end
220220end
221221
You can’t perform that action at this time.
0 commit comments