-
Notifications
You must be signed in to change notification settings - Fork 2
Wannier90 uenv and Spack package #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Wannier90 uenv and Spack package #16
Conversation
|
Dear @edoardob90 , I am a bit new to this , please find here the PR and maybe we can work on it ? , I didnt find the package recipe for wannier90, so I assumed that we needed to create a package as well. |
edoardob90
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AndresOrtegaGuerrero, looks good. A few changes before trying to build the uenv
edoardob90
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AndresOrtegaGuerrero Seems all good to me. I made only a few reformatting changes. Before merging, I want to test the build first. Unfortunately, Daint.Alps computes nodes are still down today.
Lastly, I double-checked Spack's original recipe for "Wannier90". It contains several customizations to the compile and install steps. Are you sure that the package you created is not missing anything critical for the build to succeed?
|
This part I dont know, as I mentioned in my email F90 = gfortran
CC = cc
COMMS = mpi
MPIF90 = mpif90
FCOPTS= -O3 -fPIC -g -fallow-argument-mismatch
LDOPTS= -O3 -fPIC
LIBS = -L/user-environment/env/default/lib -lopenblaswas enough for the compilation in daint.alps. Besides that I am not sure |
|
@AndresOrtegaGuerrero I'm testing the uenv build on Daint. If that works fine, we can merge your PR |
|
@edoardob90 just let me know , thanks! |
Uenv recipe and Spack package for "wannier90"