-
Notifications
You must be signed in to change notification settings - Fork 41
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
sched-simple issues with quick start on 0.8.0 release #747
Comments
This is a pretty old version. Can you try the latest version available through Spack? @SteVwonder, can you suggest one for @rspavel? |
No. the CTS machine I am referring to is at LANL but my thought process was that it is probably the closest to an LLNL environment that I can work on with this charge code.
If there is a known good tagged release with a known good set of dependencies I can update the spackage. Just currently debugging multiple directions of a code I don't understand so I am not too eager to propagate my kludges. It isn't the best from a software engineering or development standpoint but it sounded like there was a quick fix or config file that would let me make progress from a user standpoint without grabbing my build systems and spack hat. |
@rspavel: good to know this is for LANL use. Given how similar your environment is with LLNL, we should be able to walk you through to make Flux available on LANL. Let me discuss this with the team at today's coffee hour (2PM PDT) and get back to you. |
Hey @rspavel! Good to see you outside of UD. If you want to keep pushing forward with 0.8.0, I think you will want to cherry-pick this change: W.r.t. a newer version of flux with Spack, it should "just work" to do |
@SteVwonder yeah, small world. Bumped up to
Different part of boost but it looks similar to this https://stackoverflow.com/questions/21755206/how-to-get-around-gcc-void-b-4-may-be-used-uninitialized-in-this-funct I guess before I go too far down the rabbit hole of hacking in a |
Please undo the changes in #697 This is due to the used C++ compiler + Boost issue. Dong |
The big change in that PR was the CXXFLAGS change, and you can control that from Spack. So I believe this should work as a quick test:
|
Not yet. We have it on our September release roadmap to add |
Was able to get a completed build by just specifying Will make a PR to upstream spack later so that it will hopefully just work with Thanks |
Trying to follow the quick start guide. In the process of working through issues on a CTS platform (either spack is providing a dirty pkgconf environment or the flux-core and flux-sched autotools setup is reading things incorrectly and I need to debug that) but was able to get a completed install on a dev cluster as per on a fairly recent spack hash with
flux keygen
works butwhen testing from within a slurm allocation.
It looks like this was a known issue as of #525 and a workaround exists. But I am unable to find said workaround and was instructed to make a new issue
The text was updated successfully, but these errors were encountered: