-
Notifications
You must be signed in to change notification settings - Fork 10
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
Suggestions for improving tandem installation #37
Comments
Hi, I also had this problem with Lua. It's a bug of the old cmake versions, it works with cmake 3.17+. |
@NicoSchlw which version did you use exactly? We should update the following line then: In the doc it says that from 3.18 support for Lua 5.4 was added: |
You need to use
and
for a local install of parmetis and metis |
@uphoffc oh you're right, it should be 3.18+. It's correct in tandems doc. I used cmake 3.21. |
Ah its already in the docs. Then I update the CMakeLists to 3.18. |
Thanks all. I could install with cmake 3.21. |
what about adding a comment above https://github.com/TEAR-ERC/tandem/blob/main/CMakeLists.txt#L1 |
Hi, sorry for dumping every problem I faced in this issue.
It opens well on paraview5.9.0. |
Hi two more suggestions: would it make sense to have a adaptive writer, which instead of:
to write
(let say with 2 levels of units for both). I would also set up the |
@NicoSchlw did it work for you? |
What exactly is not working? I don't use the viewrec tool, during run time I just check the fltst*/log files with the tail command |
I just tried opening the 2d folder containing the csv files with viewrec, but they are not listed. |
Hi,
I installed Lua as follow
Then I try to run cmake in tandem:
and I get:
Note that the include files are yet here:
EDIT: and libs
I would add
cd ..
after(and other locations). Then, users can just copy-paste the instruction and get the installation done as quickly as possible.
The text was updated successfully, but these errors were encountered: