Skip to Content.
Sympa Menu

forum - Re: AW: AW: [abinit-forum] still problems with compilation on ibm power

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: AW: AW: [abinit-forum] still problems with compilation on ibm power


Chronological Thread 
  • From: "Matteo Giantomassi" <Matteo.Giantomassi@uclouvain.be>
  • To: forum@abinit.org
  • Subject: Re: AW: AW: [abinit-forum] still problems with compilation on ibm power
  • Date: Wed, 22 Jul 2009 15:57:42 +0200
  • Importance: Normal

> Hello Matteo,
>
>> To work around the problem, you have to modify 98_main/mrgscr
>> by replacing the line
>>
>>use m_screening, only : mkdump_er, destroy_epsilonm1_results,
>>print_epsilonm1_results ...
>>
>>with
>>
>>use m_screening
>
>
> I am afraid in 98_main/mrgscr.F90 there is no line "use m_screening..."
> I can see a "use m_io_screening, only : scr_hdr_io....", but no
> mkdump_er and so on in this line.
> And there is a "call mkdump_Er".


Sorry, I was referring to the version of mrgscr I have in my 5.9 branch
while the source in 5.8.x is sligtly different.

For v5.8.x: just add "use m_screening" to the set of modules imported
in mrgscr. This should solve the problem with the undefined
references

Best Regards
Matteo Giantomassi

>
>
>
>





Archive powered by MHonArc 2.6.16.

Top of Page