Skip to content

Commit eee9eb1

Browse files
committed
add print of atlas-orca version
1 parent 9664eac commit eee9eb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build-and-test.sh

+4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,15 @@ if command -v ompi_info &>/dev/null; then
3535
esac
3636
fi
3737

38+
atlas_orca_v=$(atlas --info |
39+
sed -n 's/ *atlas-orca version (\([0-9]*\.[0-9]*\.[0-9]*\)).*/\1/p')
40+
3841
echo "
3942
-------------------------------
4043
gcc version $(gcc -dumpversion ||:)
4144
$(ecbuild --version ||:)
4245
atlas version $(atlas --version ||:)
46+
atlas-orca version ${atlas_orca_v:-:}
4347
eckit version $(eckit-version ||:)
4448
ectrans version $(ectrans --version ||:)
4549
fckit version $(fckit --version ||:)

0 commit comments

Comments
 (0)