Commit 215eab625842f59878f5f46f3715ec218028bc2e
1 parent
edf1d940
Updated README.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
README.md
1 | -This software is designed to be used with CMake, so we recommend using it to build the application. | |
1 | +This software provides a Python-based GUI for the parallel Multi-Sphere T-Matrix software proposed by Dr. Daniel Mackowski and Dr. Michael Mishchenko in: | |
2 | +Mackowski and Mishchenko, "A multiple sphere T-matrix Fortran code for use on parallel computer clusters," Journal of Quantitative Spectroscopy and Radiative Transfer, 112: 2182-2192, 2011. | |
3 | + | |
4 | +This software is designed to be used with CMake, so we recommend using it to build the application. The original Fortran code and instructions are available at http://eng.auburn.edu/users/dmckwski/scatcodes/. After building, you can run the GUI python script (mstm-gui.py). | |
2 | 5 | |
3 | 6 | The MSTM application requires a Fortran compiler and OpenMP. |
4 | 7 | ... | ... |