-
Notifications
You must be signed in to change notification settings - Fork 22
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
Ubuntu all debian version (also ubuntu) #136
Comments
iv manage to install manual but it doesn't install sw4 and break the message 51 os.environ["H5ZROOT"] = spec["h5z-zfp"].prefix |
I feel like I am getting only the tiniest pieces of information of something going wrong. I can't try to suggest cause or solution without more information like maybe the full spack command you are using? Maybe the concretization trail too? Which release of spack too? |
Hi, thank you for the quick response
What do need to know?
I try spack install sw4
No breaks till the last pkg of hfz
Which I've install separatly
Cheers
…On Fri, 2 Feb 2024, 22:12 Mark C. Miller, ***@***.***> wrote:
I feel like I am getting only the tiniest pieces of information of
something going wrong. I can't try to suggest cause or solution without
more information like maybe the full spack command you are using? Maybe the
concretization trail too?
—
Reply to this email directly, view it on GitHub
<#136 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASCIWITQFDHQS27R2NNSCD3YRVCD3AVCNFSM6AAAAABCWJLFW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRUGYYTSNZVGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok, so the specific command you did was What version of spack are you using? After you cloned it, did you checkout a specific branch or release? Or, are you working from whatever the Have you read this part of H5Z-ZFP docs? |
i've managed to install H5Z-ZFP manually
but i can't H5Z-ZFP within sw4 installation, therefore i cant load sw4
maybe the spack configuration of the H5Z-ZFP package ?
uses the default sw4 master branch .
…On Mon, Feb 5, 2024 at 2:40 AM Mark C. Miller ***@***.***> wrote:
Ok, so the specific command you did was spack install sw4?
What version of spack are you using? After you cloned it, did you checkout
a specific branch or release? Or, are you working from whatever the master
branch in Spack is?
Have you read this part
<https://h5z-zfp.readthedocs.io/en/latest/installation.html#spack2> of
H5Z-ZFP docs?
—
Reply to this email directly, view it on GitHub
<#136 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASCIWISOCTKR6S6K4GGLPELYSAS75AVCNFSM6AAAAABCWJLFW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRWGAZDAMRSG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hmmm...I worry you may need to work from a released version of spack. I don't honestly know how stable the |
same same problem
on debian variants ***@***.***
/home/dev/.spack/Spack/var/spack/repos/builtin/packages/sw4/package.py:51,
in edit:
48 os.environ["fftw"] = "yes"
49 os.environ["SW4ROOT"] = spec["proj"].prefix
50 os.environ["HDF5ROOT"] = spec["hdf5"].prefix
> 51 os.environ["H5ZROOT"] = spec["h5z-zfp"].prefix
52 os.environ["ZFPROOT"] = spec["zfp"].prefix
53 os.environ["FFTWHOME"] = spec["fftw"].prefix
54 os.environ["EXTRA_LINK_FLAGS"] = "-lstdc++ -lm -ldl "
…On Mon, Feb 5, 2024 at 7:59 PM Mark C. Miller ***@***.***> wrote:
uses the default sw4 master branch .
Hmmm...I worry you may need to work from a *released* version of spack. I
don't honestly know how stable the master branch is.
—
Reply to this email directly, view it on GitHub
<#136 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASCIWIWUHCAINY34ZPHZVALYSEMXHAVCNFSM6AAAAABCWJLFW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRXGYZTENRYGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
My understanding is that an official version of Spack is being used to install the master branch of sw4, which ought to work. I'm afraid I cannot reproduce this problem as @markcmiller86 Does the install fail for you, too? |
while install spack
same problem
==> Error: KeyError: 'No spec with name h5z-zfp in sw4@=3.0%gcc@=7.5.0+fftw+hdf5
maybe its the syntax of spack
The text was updated successfully, but these errors were encountered: