Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Typo prevents parallel compile v4.0.3

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Typo prevents parallel compile v4.0.3


Chronological Thread 
  • From: Xavier Gonze <gonze@pcpm.ucl.ac.be>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Typo prevents parallel compile v4.0.3
  • Date: Thu, 10 Jul 2003 08:01:22 +0200

prendergast2@llnl.gov wrote:
For those downloading Abinit source files...

Version: 4.0.3
Source file: Lib_fftnew/applypot.f
Typo: line 82 should end with a '&'

:81 !$omp parallel default(private) &
:82 !$omp
shared(ndat,n1,n2,n3,nd1,nd2,nd3proc,iproc,nproc,ncache,pot,zf,lock)
:83 !$omp shared(max1i,max2i,max3i,m1i,m2i,m3i,md1,md2proc,md3)&
:84 !$omp shared(max1o,max2o,max3o,m1o,m2o,m3o)

The code as written produces a syntax error if compiling using OpenMP.

Thanks !
Corrected in 4.0.4 , soon to come, and other coming versions.
Xavier Gonze




Archive powered by MHonArc 2.6.16.

Top of Page