Johannes Markert
Johannes Markert
@cburstedde I opened an associated PR https://github.com/DLR-AMR/t8code/pull/568. This gives me the following: ``` $ pwd /home/mark_jo/scratch/install/t8code/feature-big-lib/lib $ ls -l -h total 4,6M -rw-r--r-- 1 mark_jo dlr_mark_jo_p 1,5M Mai 26 10:38...
What I want instead is the following: ``` $ pwd /localdata2/mark_jo/build/t8code/feature-big-lib $ gcc -shared -o libt8big.so \ $(find sc/src/.libs -iname '*.o') $(find p4est/src/.libs -iname '*.o') $(find src/.libs -iname '*.o') $...
Played with this change. Gave me the same results shown above but without proper linking to `libsc.so`, `libp4est.so`, and `libt8.so`. ``` libt8big_la_SOURCES = sc/src/libsc.la p4est/src/libp4est.la src/libt8.la libt8big_la_LDFLAGS = -release $(VERSION)...
@lukasdreyer Thank you for your work on this PR! Please see the review comments above. Also please resolve the merge conflict.
> @danielskatz, reviewers have raised the point that it is not possible to verify the large-scale performance claims of the software without access to a large computing cluster. Do you...
> > 👋 @alecontri, please update us on how your review is going (this is an automated reminder). > > I have `t8code` installed on my laptop. I raised an...
@lukasdreyer Please fix the failing tests.
Both. ;) I understand that the first point is a rather evolved plan. But if it is ok to provide such a kind of interface (according to the second point)...
Feature request: support for tagged/labeled and periodic boundary information coming from gmsh files
The main problem I see sofar is, how to interpret the mesh file information. I post a minimal example of a square below with one tagged physical boundary "north" (tag...
Feature request: support for tagged/labeled and periodic boundary information coming from gmsh files
See also this picture for better visualization. 