Skip to content

How to quicken an FCI calculation #339

Answered by scemama
mmutugi asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

using the gfortran_avx configuration, you are using a default BLAS library which is very inefficient. I strongly recommend you to use MKL instead (gfortran_mkl) or OpenBLAS.

Until version 13 of gfortran, the performance obtained with the intel compiler was much better than with gfortran, but gfortran has improved a lot recently. So I suggest that you try a more recent version of gfortran or the intel compiler.

Don't use the ifx compiler from intel: last time I tried it it was very slow and full of bugs, so I will not trust it before a few years. You should ifort, which is much more robust and fast.

On your laptop, are you also using the same singularity container? I suspect that th…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@NastaMauger
Comment options

@scemama
Comment options

Answer selected by scemama
@NastaMauger
Comment options

@scemama
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants