Minor issue with 51_manage_mpi/scalapack.F90

Documentation, Web site and code modifications

Moderators: baguetl, routerov

Locked
don.fanucci
Posts: 4
Joined: Fri Nov 26, 2010 4:27 pm

Minor issue with 51_manage_mpi/scalapack.F90

Post by don.fanucci » Fri Nov 26, 2010 4:44 pm

Hi!

When I built abinit 6.4.1 today (with scalapack and without mpi-io), I was hit by line 3242 in src/51_manage_mpi/scalapack.F90,

3242: MSG_ERROR(G"MPI-IO support not enabled")

I guess the 'G' should not be there?
Browsing the source code on the web-page, it seems that the 'G' is also still in the trunk.

Keep up the good work! :)

/Mattias

User avatar
gmatteo
Posts: 291
Joined: Sun Aug 16, 2009 5:40 pm

Re: Minor issue with 51_manage_mpi/scalapack.F90

Post by gmatteo » Fri Nov 26, 2010 5:36 pm

Dear Mattias,
Thanks for reporting the problem. It has been solved in v6.4.2
Matteo

Locked