gw code not compiling w/ USE_OPENMP and ifort
Closed this issue · 9 comments
ebylaska commented
cd $NWCHEM_TOP/src/gwmol
grep MYSIMD *F *fh
make V=1 FC=ifort USE_OPENMP=1 -j 1 -l0.0001
edoapra commented
Compiler name and version? Are using the current master branch?
ebylaska commented
I’m using sunspot
ifort version 2021.9.0
Yes I’m using the master branch
From: Edoardo Aprà ***@***.***>
Date: Friday, July 21, 2023 at 2:51 PM
To: nwchemgit/nwchem ***@***.***>
Cc: Eric Bylaska ***@***.***>, Author ***@***.***>
Subject: Re: [nwchemgit/nwchem] gw code not compiling w/ USE_OPENMP and ifort (Issue #837)
Compiler name and version? Are using the current master branch?
—
Reply to this email directly, view it on GitHub<#837 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AATEVFIFNG7HSJBW6B3S2JDXRL2WJANCNFSM6AAAAAA2TKXWWU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
ebylaska commented
I also turned of your OPENMP check in src/nwpw/GNUmakefile
From: Eric Bylaska ***@***.***>
Date: Friday, July 21, 2023 at 3:15 PM
To: nwchemgit/nwchem ***@***.***>, nwchemgit/nwchem ***@***.***>
Cc: Author ***@***.***>
Subject: Re: [nwchemgit/nwchem] gw code not compiling w/ USE_OPENMP and ifort (Issue #837)
I’m using sunspot
ifort version 2021.9.0
Yes I’m using the master branch
From: Edoardo Aprà ***@***.***>
Date: Friday, July 21, 2023 at 2:51 PM
To: nwchemgit/nwchem ***@***.***>
Cc: Eric Bylaska ***@***.***>, Author ***@***.***>
Subject: Re: [nwchemgit/nwchem] gw code not compiling w/ USE_OPENMP and ifort (Issue #837)
Compiler name and version? Are using the current master branch?
—
Reply to this email directly, view it on GitHub<#837 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AATEVFIFNG7HSJBW6B3S2JDXRL2WJANCNFSM6AAAAAA2TKXWWU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
edoapra commented
Could you provide a cleaner bug report instead of this messy postings?
Please post the output of the following commands
cd $NWCHEM_TOP/src/gwmol
grep MYSIMD *F *fh
make V=1 FC=ifort USE_OPENMP=1 -j 1 -l0.0001
edoapra commented
I also turned of your OPENMP check in src/nwpw/GNUmakefile
Why is this relevant for gwmol?
ebylaska commented
Shouldn’t be, but you never know.
From: Edoardo Aprà ***@***.***>
Date: Friday, July 21, 2023 at 3:53 PM
To: nwchemgit/nwchem ***@***.***>
Cc: Eric Bylaska ***@***.***>, Author ***@***.***>
Subject: Re: [nwchemgit/nwchem] gw code not compiling w/ USE_OPENMP and ifort (Issue #837)
I also turned of your OPENMP check in src/nwpw/GNUmakefile
Why is this relevant for gwmol?
—
Reply to this email directly, view it on GitHub<#837 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AATEVFMKT3LBAYFL3LXNZV3XRMB5PANCNFSM6AAAAAA2TKXWWU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
edoapra commented
Closing for lack of feedback