keixthb

Results 9 comments of keixthb

@refactormyself Idk if this is helpful, but have you tried building the serial version of kokkos for your application first? ```console spack add kokkos +serial spack concretize spack install -v...

In a new spack env, can you try: ```console spack add openblas%[email protected] spack concretize spack install -v >& log ``` and attach the results?

what steps did you take to add/concretize paraview?

@adityakavalur Can you try it with the default config, in a new spack env, using the latest gcc and post the results? For example: ```console spack env create temp spack...

@adityakavalur I got paraview working with spack a while ago (centos stream 9 for nalu cfd) but I don't remember exactly how we did it. I'll see if I can...

@scheibelp @adityakavalur So, basically we just built paraview in the server-client mode and installed their macOS application. It installed here: ```console [swbova@voronoi ~]$ spack find -p paraview -- linux-centos9-skylake_avx512 /...

@lasofeli @thliebig @aWZHY0yQH81uOYvH I think this is similar to this issue found [here](https://github.com/thliebig/openEMS/issues/135). How did you get the ``openEMS-Project/openEMS/python/setup.py`` to run? I get an error with cython not being able...

@aWZHY0yQH81uOYvH An oversight on my part, i see the files that the ``setup.py`` is looking for here: ```console [swbova@voronoi1 CSXCAD]$ pwd /home/swbova/openems/openEMS-Project/build/include/CSXCAD [swbova@voronoi1 CSXCAD]$ ls ContinuousStructure.h CSPrimCylinder.h CSPrimPoint.h CSPrimSphere.h CSPropDebyeMaterial.h...

@aWZHY0yQH81uOYvH This is the solution right here. The python build worked for me, no issues when I used these paths. Thank you so much!