Closed dyang37 closed 3 years ago
Test in master for a real 3D dataset:
Make sphnix documentation:
Test dask in your own cluster.
It is recommended to reserve nodes on a CPU cluster for all testing. Testing on cluster front end directly might result in segmentation fault due to intensive memory usage.
Close this for now as MACE and Dask development is still on-going.
This issue provides step-by-step guide for testing mace module in mbircone
git fetch
thengit checkout user/diyu-mace-dev
source activate mbircone
mbircone
and install mace module:CC=gcc pip install .
Changegcc
toicc
if you have intel compiler.mbircone/mbircone/mace
, install mace related requirements:pip install -r requirement.txt
mbircone/demo/demo_mace_nsi.py
to be the dataset and param directory on your computer.python demo_mace_nsi.py
Reconstruction slices can be found in
mbircone/demo/output/
directory.