Re: [SIESTA-L] Issues with building and compiling new siesta

2024-06-11 Por tôpico Boubacar Traore
Thanks Alberto; the "Deferred-length character" error vanishes with a modern gcc. On Fri, 7 Jun 2024 at 22:00, Alberto Garcia wrote: > You compiler (gnu 4.8.5) is *very* old. Please upgrade to a modern version. > > Best regards, > > Alberto > > > - El 6 de Junio de 2024, a las

Re: [SIESTA-L] Issues with building and compiling new siesta

2024-06-07 Por tôpico Alberto Garcia
You compiler (gnu 4.8.5) is *very* old. Please upgrade to a modern version. Best regards, Alberto - El 6 de Junio de 2024, a las 19:09, Boubacar Traore escribió: | I finally sorted out the issue of scalapack linking by adding its path to | LIBRARY_PATH instead of LD_LIBRARY_PATH

Re: [SIESTA-L] Issues with building and compiling new siesta

2024-06-07 Por tôpico Boubacar Traore
Hi Camps, Thanks for the reply. I have already gone through that link but those known issues do not seem to be related to the compilation errors that I encounter. In particular, there is "Error: Deferred-length character component 'message' at (1) is not yet supported " error message. I am not

Re: [SIESTA-L] Issues with building and compiling new siesta

2024-06-06 Por tôpico I. Camps
Hi Boubacar, Take a look at this link, it may help: https://urldefense.com/v3/__https://docs.siesta-project.org/projects/siesta/en/stable/installation/build-issues.html__;!!D9dNQwwGXtA!W7_FwTUE6tqp6WrQ8D3wsJLjE9muIaDjVOCP95FNi--GCwPavq6Ac4fosYmMJSd8pCIVgsxT9gQk$ . []'s, Camps On Wed, Jun 5,

Re: [SIESTA-L] Issues with building and compiling new siesta

2024-06-06 Por tôpico Boubacar Traore
More specifically it stops at scalapack stage when : "-- Performing Test scalapack_has_blacs_gridinit - Failed" The config routine finds scalapack but it fails in "SiestaCheckLinalg.cmake" routine. All the dependencies were installed according to the doc. So, I am not sure if I still missed

Re: [SIESTA-L] Issues with building and compiling new siesta

2024-06-06 Por tôpico Boubacar Traore
I finally sorted out the issue of scalapack linking by adding its path to LIBRARY_PATH instead of LD_LIBRARY_PATH (more info here:

[SIESTA-L] Issues with building and compiling new siesta

2024-06-05 Por tôpico Boubacar Traore
Hi, I am trying to compile siesta with cmake but I encounter issues with scalapack linking. I notice that the compilation process has changed compared to what I was used to. Here is my cmake build command: $ cmake -S. -B_build -DCMAKE_INSTALL_PREFIX=/home/boubacart/SIESTA/siesta/bin