We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9664eac commit eee9eb1Copy full SHA for eee9eb1
ci/build-and-test.sh
@@ -35,11 +35,15 @@ if command -v ompi_info &>/dev/null; then
35
esac
36
fi
37
38
+atlas_orca_v=$(atlas --info |
39
+ sed -n 's/ *atlas-orca version (\([0-9]*\.[0-9]*\.[0-9]*\)).*/\1/p')
40
+
41
echo "
42
-------------------------------
43
gcc version $(gcc -dumpversion ||:)
44
$(ecbuild --version ||:)
45
atlas version $(atlas --version ||:)
46
+atlas-orca version ${atlas_orca_v:-:}
47
eckit version $(eckit-version ||:)
48
ectrans version $(ectrans --version ||:)
49
fckit version $(fckit --version ||:)
0 commit comments