mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
switch to amp 13.0-6 and aocc 3.1.0
This commit is contained in:
parent
8773dce1a0
commit
deb590d7f9
1 changed files with 2 additions and 2 deletions
|
|
@ -127,14 +127,14 @@ fi
|
|||
if [[ "$FC" == "flang" ]]; then
|
||||
if [[ "USE_AOMP" == "Y" ]]; then
|
||||
aomp_major=13
|
||||
aomp_minor=0-2
|
||||
aomp_minor=0-6
|
||||
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_"$aomp_major"."$aomp_minor"/aomp_Ubuntu2004_"$aomp_major"."$aomp_minor"_amd64.deb
|
||||
sudo dpkg -i aomp_Ubuntu2004_"$aomp_major"."$aomp_minor"_amd64.deb
|
||||
export PATH=/usr/lib/aomp_"$aomp_major"."$aomp_minor"/bin/:$PATH
|
||||
export LD_LIBRARY_PATH=/usr/lib/aomp_"$aomp_major"."$aomp_minor"/lib:$LD_LIBRARY_PATH
|
||||
ls -lrt /usr/lib | grep aomp ||true
|
||||
else
|
||||
aocc_version=3.0.0
|
||||
aocc_version=3.1.0
|
||||
aocc_dir=aocc-compiler-${aocc_version}
|
||||
curl -LJO https://developer.amd.com/wordpress/media/files/${aocc_dir}.tar
|
||||
tar xf ${aocc_dir}.tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue