You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NWChem Forum
My advice is to first keep it simple, and then try more complex build options.
Therefore, I would suggest you to first try without the python module and by using MKL sequential libraries (most of the NWChem modules do not benefit from linear algebra threading anyhow).
Under these conditions, the MKL Advisor website does not suggest any libutil linking
Once you get this simpler build setup working, you could try to include the python module.
Miro
unread,
Nov 20, 2025, 5:12:36 PM (12 days ago) Nov 20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NWChem Forum
Dear Edoardo,
thanks for your hints.
I removed python from nwchem modules (keeping only NWCHEM_MODULES="all" ), fixed the linking libraries and got proper "nwchem" executable.
The issue is with the python module on our supercomputer...The remedy for undefined references by python should be the libutil.so library. Maybe I should extend LD_LIBRARY_PATH to contain /usr/lib64/libutil.so and add -lutil ...