Min RK

Results 1478 comments of Min RK

Yeah, I've been looking at the [vcpkg parmetis recipe](https://github.com/microsoft/vcpkg/blob/2fd62b5d878104f4092af80533923bfe2bba2ee0/ports/parmetis/portfile.cmake). Unfortunately, it requires quite a bit of patching to build on Windows, and is based on an unreleased version of parmetis,...

metis is indeed packaged on Windows. It looks like it might not be super hard. ptscotch builds with impi are done (https://github.com/conda-forge/scotch-feedstock/pull/83), and hdf5 may be working soon: https://github.com/conda-forge/hdf5-feedstock/pull/218

conda-forge update: hdf5 and ptscotch now have impi builds, so I’ve started [looking at dolfinx](https://github.com/conda-forge/fenics-dolfinx-feedstock/pull/78). My first snag was that I couldn't get FindSCOTCH to work on Windows (the test...

cpp builds, now figuring out why python can't find MPI_C with the same cmake args that work for cpp.

so something like putting `find_package(SCOTCH CONFIG QUIET)` in the beginning of `FindSCOTCH.cmake`, and proceed with the rest `if(NOT SCOTCH_FOUND)`?

C++ and Python builds are working in conda. Folks should be able to try them out with: ``` conda install -c minrk/label/fenics-windows -c conda-forge fenics-dolfinx=0.9.0.dev ``` I've no idea how...

Forgot to mention, this warning came up: ``` libffcx_forms_1b9958e91fd54e9c55f60346c28378fb63cad26e.c(722): warning C4305: 'initializing': truncation from 'double' to 'const float' ``` 104,127 times when running the tests. I'm not sure if that's...

The command I gave above should be able to get it for anyone with Conda on windows: conda install -c minrk/label/fenics-windows -c conda-forge fenics-dolfinx=0.9.0.dev

For the segfault, it is in `dmumps_scatter_dist_rhs_`. This is not the first time I've seen a problem in dmumps_scatter_dist_rhs. ``` * thread #1, name = 'main', queue = 'com.apple.main-thread', stop...

The curl-curl segfault is a mumps bug, already reported here: https://github.com/conda-forge/mumps-feedstock/issues/110