Multiwfn forum

Multiwfn official website: http://sobereva.com/multiwfn. Multiwfn forum in Chinese: http://bbs.keinsci.com/wfn

You are not logged in.

#1 2024-05-01 08:13:56

yurivict
Member
Registered: 2018-08-25
Posts: 6

Build fails: Cannot open module file 'mod_2f2.mod' for reading

It looks like mod_2f2.mod isn't built before its use, see the log: https://pkg-status.freebsd.org/beefy18/ … -3.8_2.log

Is there any chance that this would be fixed and a new version released?

Thank you,
Yuri (maintainer of the FreeBSD port)

Offline

#2 2024-05-04 09:26:38

sobereva
Tian Lu (Multiwfn developer)
From: Beijing
Registered: 2017-09-11
Posts: 1,830
Website

Re: Build fails: Cannot open module file 'mod_2f2.mod' for reading

Hello,

I am not familiar with the platform you used. The mod_2f2.mod should be automatically built, because of this line in Makefile:

2F2.f90.o : ext/2F2.f90 util.o Bspline.o
	$(FC) $(OPT) -c ext/2F2.f90 -o 2F2.f90.o

where 2F2.f90 defines module mod_2F2. And as can be seen in Makefile, 2F2.f90.o is prerequisite when compiling many other source code files. I didn't encounter problem in compiling Multiwfn under CentOS 6.

Offline

Board footer

Powered by FluxBB