Update CI image to OneAPI 2021.1.1, add ICC tests.
[alexxy/gromacs.git] / admin / containers / utility.py
index 66d8af6fd320645008cdf145c8e1220204272f13..046a8982452961fefa37460de0d1707889fa9c1f 100644 (file)
@@ -104,7 +104,7 @@ compiler_group.add_argument('--icc', type=int, nargs='?', const=19, default=None
 # oneAPI makes an official release. Also, the resulting container is a mix
 # of packages with different betaXY version numbers, which hopefully works and
 # is what Intel intends...
-compiler_group.add_argument('--oneapi', type=str, nargs='?', const="2021.1-beta09", default=None,
+compiler_group.add_argument('--oneapi', type=str, nargs='?', const="2021.1.1", default=None,
                             help='Select Intel oneAPI package version.')
 
 linux_group = parser.add_mutually_exclusive_group()