fangohr / octopus-in-spack

Develop Octopus in spack (software packaging)
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Add and test sparskit variant #80

Closed iamashwin99 closed 1 year ago

iamashwin99 commented 1 year ago

Add and test sparskit variant

iamashwin99 commented 1 year ago

Sparskit does get picked up for both mpi and non mpi variant : https://github.com/fangohr/octopus-in-spack/actions/runs/4408083927/jobs/7722624910


Version                : 12.2
Commit                 :
Build time             : Mon Mar 13 19:54:47 UTC 2023
Configuration options  : maxdim3 openmp sse2 libxc5 libxc_fxc
Optional libraries     : cgal netcdf sparskit nlopt
Architecture           : x86_64
C compiler             : /usr/bin/gcc
Version                : 12.2
Commit                 :
Build time             : Mon Mar 13 20:32:26 UTC 2023
Configuration options  : maxdim3 openmp mpi sse2 avx libxc5 libxc_fxc
Optional libraries     : cgal metis netcdf parmetis pfft sparskit nlopt
Architecture           : x86_64
C compiler             : /home/user/spack/opt/spack/linux-debian11-broadwell/gcc-10.2.1/openmpi-4.1.5-yx7i6za54xehyi4uv5vjqusht5276doh/bin/mpicc (/home/user/spack/lib/spack/env/gcc/gcc)
fangohr commented 1 year ago

Looks good. Once the merge conflicts are merged (see message from Github), this can be merged. Thank you!