update PACELIB_URL (tackling some PGI warnings): v.2021.2.3.upd2

update lib/pace/Makefile: -O3 optimization
This commit is contained in:
Yury Lysogorskiy
2021-04-08 16:06:05 +02:00
parent 73ee7805dc
commit d1fd2f74d1
3 changed files with 6 additions and 7 deletions

View File

@ -18,11 +18,11 @@ parser = ArgumentParser(prog='Install.py',
# settings
thisdir = fullpath('.')
version = "v.2021.2.3.upd"
version = "v.2021.2.3.upd2"
# known checksums for different PACE versions. used to validate the download.
checksums = { \
'v.2021.2.3.upd' : '8041e3de7254815eb3ff0a11e2cc84ea', \
'v.2021.2.3.upd2' : '8fd1162724d349b930e474927197f20d', \
}