Skip to content

Development

Monarin Uervirojnangkoorn requested to merge development into master
Summary

Development branch includes multiple gpu support and cufinufft as well fixes for some known issues. Note that inconsistency between outputs from cufinufft and finufft still exist but only on a new set of data. This dataset /gpfs/alpine/proj-shared/chm137/data/spi is known to work with the current version.

Note on cloning: this branch changed from cloning required packages to git submodule. Use following before building the package.
git clone --recurse-submodules http://gitlab.osti.gov/mtip/spinifel.git

Steps to reproduce

-


Example Project

To run test script, use following command.
./scripts/run_summit_mult.sh -m -n 1 -a 1 -g 1 -r 1 -d 1 -c -f


Merge request reports