how to install phoebe #185
-
I tried to install phoebe, but I couldn't. This is an error warning I encountered during installation and I am not sure how to resolve it. thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @xuemoyoushang, Thanks for your interest in Phoebe! Let’s see if we can help you to get the code built. I have some suspicions regarding what might be wrong with your build, but need more information to help. Can you provide:
Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi Jenny Coulter,
Thanks for your replay!
1. Installed gcc-9.2.0, intel-oneapi, git-2.36.1, hdf5-1.14.0.
2. Don't have modified CmakeLists.txt
3. Cmake command :cmake .. -DCMAKE_C_COMPILER=/home/software/gcc/gcc-9.2.0/bin/gcc -DCMAKE_CXX_COMPILER=/home/software/gcc/gcc-9.2.0/bin/g++ and make -j $8
…------------------ 原始邮件 ------------------
发件人: "mir-group/phoebe" ***@***.***>;
发送时间: 2023年5月25日(星期四) 晚上8:23
***@***.***>;
***@***.******@***.***>;
主题: Re: [mir-group/phoebe] how to install phoebe (Discussion #185)
Hi @xuemoyoushang,
Thanks for your interest in Phoebe! Let’s see if we can help you to get the code built.
I have some suspicions regarding what might be wrong with your build, but need more information to help.
Can you provide:
the steps you took to build the code
the output of CMake, as in what it prints on the commandline.
any edits you made to CmakeLists.txt or otherwise.
details about your environment (like your OS, which compilers you’re trying to use, etc)
Thanks!
Jenny Coulter
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @xuemoyoushang, This document you sent has some warnings that it's corrupted or contains material that shouldn't be in a word document. Could you possible paste just the output of cmake (not the outptut of build, just cmake) here? It's a relatively short amount of information. Again also, what is your operating system? Is this ubuntu? Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @xuemoyoushang,
This document you sent has some warnings that it's corrupted or contains material that shouldn't be in a word document.
Could you possible paste just the output of cmake (not the outptut of build, just cmake) here? It's a relatively short amount of information.
Because you're specifying these compilers as arguments, I'm pretty sure we'll find the issue from the output of cmake.
Again also, what is your operating system? Is this ubuntu?
Another question -- did you set up parallel hdf5, or is are you planning to use Phoebe with serial HDF5?
Thanks,
Jenny