Dear Luca,
thanks for the reply. I compiled again the code using mpicxx, openmpi and openblas.
Now if I run the code using mpirun I have this output (I am using VMC)
cutoff 9.79796
total centers 109
Ewald sum using 706 reciprocal points
Could not open si_bulk_0.hf.config. Generating configurations from scratch
I do not see any indication that the code is running in parallel. I am running the code on a single node with multiple cores.
And if I use more cores I do not see a reduction of the running time. The only change that I see is that the code is automatically setting nconfig equal to the number of cores I am using.
Does this mean that the code is actually running in parallel?
I also get this warning message
--------------------------------------------------------------------------
[[27043,1],5]: A high-performance Open MPI point-to-point messaging module
was unable to find any relevant network interfaces:
Module: OpenFabrics (openib)
Host: compute-7-3
Another transport will be used instead, although this may result in
lower performance.
NOTE: You can disable this warning by setting the MCA parameter
btl_base_warn_component_unused to 0.
--------------------------------------------------------------------------
Best
Stefano