Open Thomas-Ulrich opened 2 years ago
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: https://github.com/TEAR-ERC/tandem/blob/main/CMakeLists.txt#L1
In the doc it says that from 3.18 support for Lua 5.4 was added: https://cmake.org/cmake/help/v3.22/module/FindLua.html
You need to use
make config prefix=/PATH/TO/PARMETIS
and
make config prefix=/PATH/TO/METIS
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. (I do not close as 2 and 3 have not been discussed yet).
what about adding a comment above https://github.com/TEAR-ERC/tandem/blob/main/CMakeLists.txt#L1
(e.g. #support for Lua 5.4 was added in 3.18
).
Hi, sorry for dumping every problem I faced in this issue. I tried opening the cosine example (pvtu) with paraview5.4.1 and got:
ERROR: In /build/paraview-OJ3Fdc/paraview-5.4.1+dfsg4/VTK/Filters/Geometry/vtkUnstructuredGridGeometryFilter.cxx, line 1407
vtkUnstructuredGridGeometryFilter (0x55d8a09dbf90): Cell type UnknownClass(69) is not a 3D cell.
It opens well on paraview5.9.0.
Maybe you could therefore precise:
The pvtu-file can be visualized with ParaView (version > x.x.x)
Hi two more suggestions:
would it make sense to have a adaptive writer, which instead of:
29 TS dt 4.35367e+06 time 1.25848e+07
to write
29 TS dt 50d/9h time 145d/12h
(let say with 2 levels of units for both).
I would also set up the OMP_NUM_THREADS
in the examples. Else lambda users (what I m doing now) will run full heisenbug/kernelpanic without realizing.
The code logs the slip rate and other quantities at certain points and saves those in the fltst_* files. You can view these files using the viewrec tool from the SeisSol project – even when tandem is still running.
@NicoSchlw did it work for you? (not for me)
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,
1) I'm trying to install Tandem on kernelpanic. 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
2) also another thing related to installation: 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.
3) I suppose tandem won't be run that much on personal computer, but on HPC system, where users don't have write access to /usr/local. I would therefore present an installation procedure where everything is written in e.g. $HOME.