<![CDATA[Multiwfn forum / Please make it compatible with gfortran]]> - //www.umsyar.com/wfnbbs/viewtopic.php?id=71 Sun, 26 Aug 2018 18:15:56 +0000 FluxBB <![CDATA[Re: Please make it compatible with gfortran]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=222#p222 Thank you, Tian,

I will look at this github project.

Yuri

]]>
Sun, 26 Aug 2018 18:15:56 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=222#p222
<![CDATA[Re: Please make it compatible with gfortran]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=221#p221 Dear yurivict,

I am not sure how to solve this problem, I never use gfortran for compiling Multiwfn, since requirement on grammar by gfortran is too strict. It is worth to note that there is a third-part redistribution of Multiwfn named gMultiwfn (https://github.com/stecue/gMultiwfn), it is seemingly fully compatible with gfortran, you can have a try.

Best regards,

Tian

]]>
Sun, 26 Aug 2018 06:19:10 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=221#p221
<![CDATA[Please make it compatible with gfortran]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=220#p220 I tried to build it on FreeBSD, and it doesn't build.

After replacing ifort->gfortran, removing some ifort-specific options, and adding -ffree-line-length-none, it still fails:

gfortran7 -O1 -openmp -pthread -openmp-link=static -ffree-line-length-none -c define.f90
define.f90:50:38:

character*10 :: colorname(15)=(/"Red","Green","Blue","White","Black","Gray","Cyan","Yellow","Orange","Magenta","Crimson","Dark green","Purple","Brown","Dark blue"/) !Color name involved setcolor/selcolor routine
                                      1
Error: Different CHARACTER lengths (3/5) in array constructor at (1)
define.f90:410:4:

use defvar
    1
Fatal Error: Can't open module file 'defvar.mod' for reading at (1): No such file or directory

-----------------

ifort isn't available on FreeBSD, it is closed-source.

]]>
Sat, 25 Aug 2018 18:30:25 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=220#p220