Pierre Kestener

Results 20 comments of Pierre Kestener

Thanks for your answer, unfortunately : - same error with cuda toolkit 11.5.2 - if I change `std::plus{}` into `[](double lhs, double rhs) { return lhs + rhs; }`, the...

In top-level CMakeLists.txt (from current master branch), actually cmake variables PETSC_DIR and PETSC_ARCH are hardwired respectively to an empty string and "arch-linux2-c", which somehow short-circuits the job that should be...

I guess you're probably right. I never tried to use VolOctree; I'll give it a try. I didn't try hard enough to look at that class... One goal of the...

> The changes look good. Would it be possible to add a test that confirms that this is working fine? I think you can extend this test > > https://github.com/kokkos/pykokkos/blob/01f920f266444aac5101aa62bf03294791d1b256/tests/test_parallelreduce.py#L79...

hi @wangyf I guess you are using Intel MPI. Is there another MPI implementation you could try on your system ? From the log, it hard to tell what's wrong,...

I have the same problem using a fresh install of miniconda3 + xeus-cling + xplot + jupyter from conda-forge on a Ubuntu 18.04 machine. All example notebooks run but output...

@vnikoofard I'm facing the exact same problem as you when installing modulus.sym: - incompatibility between cython and scikit-learn - installing manually a more recent version of scikit-learn makes modulus-sym installation...

@vnikoofard just for the record, on my side, when downgrading python version from 3.11 to 3.10, pip installing modulus and modulus.sym work fine, and running the examples are ok too.

currently, as I understand, 2d is always built, 3d and p6est can be enabled/disabled on the cmake configure command line via option `enable_p6est` and `enable_p8est` which are also default ON....

This is currently possible, but a few minor adjustments need to be made for enabling that in a robust way.