Commits
Click on a commit to change the comparison rangefeat: split `laddu` python package into two, with and without MPI support
From now on, `laddu` will not have MPI support while `laddu-mpi` will. This will make the base package more accessible (more wheels can be built directly ahead of time). The internals should stay the same for both packages (both imported as `laddu`).14 days ago
by denehoffman ci: remove free-threaded wheels (for now)
These fail to build because numpy doesn't support it yet14 days ago
by denehoffman ci: reorganize python folder structures14 days ago
by denehoffman ci: fix paths in maturin CI and change workflow names14 days ago
by denehoffman ci: add mpi install back into mac build14 days ago
by denehoffman ci: disable ppc64le14 days ago
by denehoffman ci: add mpi install back into windows and musllinux builds14 days ago
by denehoffman ci: fix coverage install path14 days ago
by denehoffman ci: remove unneeded manifest path in coverage action14 days ago
by denehoffman ci: fix source path in pyproject.tomls14 days ago
by denehoffman ci: link laddu source into the same directory as pyproject.toml14 days ago
by denehoffman test(python): fix variable tests14 days ago
by denehoffman ci: update env settings in windows
https://stackoverflow.com/a/6511035714 days ago
by denehoffman refactor: finalize conversion of eps->aux in data formatting14 days ago
by denehoffman ci: debug windows MPI build14 days ago
by denehoffman ci: debug windows MPI build (correctly)14 days ago
by denehoffman ci: block scalars do not require escapes...14 days ago
by denehoffman ci: debug windows include dir14 days ago
by denehoffman ci: try a different way to install MSMPI14 days ago
by denehoffman ci: I hate windows14 days ago
by denehoffman ci: MPI is not installed where I thought, let's find it14 days ago
by denehoffman ci: use a dedicated action to install MPI14 days ago
by denehoffman ci: debug RTDs14 days ago
by denehoffman fix: reorganize package structure
This should hopefully resolve all the RTDs compilation issues and simplify distribution. Also added a method to check if MPI is supported without a try-catch block14 days ago
by denehoffman fix: update coverage to reflect new layout14 days ago
by denehoffman docs: move all MPI code to `laddu-python` to make sure MPI docs build properly14 days ago
by denehoffman