Skip to content

JuliaRemoteSensing/MSTM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSTM 4.0

Hi! Located here are the files for the multiple sphere T matrix fortran-90 code, D. W Mackowski et al.

You can build MSTM easily if you have Meson installed:

meson build && cd build
meson install

Options:

  • with-mpi: if this option is true, MSTM will be built in parallel mode. Meson will try to find the path of MPI and configure the compilation for you. Default is false.
  • with-mpich: if this option is true, MSTM will be built in parallel mode. Meson will try to find the path of MPICH and configure the compilation for you. Default is false.
  • bindir: set the installation target directory. Default is bin.

Example:

meson build -Dwith-mpi=true && cd build
meson install

If Meson cannot find the MPI/MPICH library, or if the compiler complains Cannot open module file 'mpi.mod', you need to set the environment variable FC while running meson:

FC=mpifort.mpich meson build -Dwith-mpich=true && cd build
meson install

About

Multiple Sphere T Matrix code

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 99.7%
  • Other 0.3%