12 | | * ''[http://www.hdfgroup.org/HDF5 HDF5]:''AstroBEAR writes its output to HDF5 files using an augmented version of the [https://seesar.lbl.gov/anag/chombo/chomboVis/File_format.html Chombo] format. The current version of AstroBEAR requires HDF5 version 1.8.5, patch 1 or better. |
13 | | |
14 | | * ''[https://computation.llnl.gov/casc/hypre/software.html hypre]:'' Elliptic and parabolic processes such as gravity and diffusion are handled by the hypre library of linear PDE solvers. AstroBEAR was developed using version 2.4.0, but it is possible that any revision from 2.0.0 on will work. |
| 12 | * ''[http://www.hdfgroup.org/HDF5 HDF5]:''AstroBEAR writes its output to HDF5 files using an augmented version of the [https://seesar.lbl.gov/anag/chombo/chomboVis/File_format.html Chombo] format. The current version of AstroBEAR requires HDF5 version 1.8.5, patch 1 or better. And make sure you build hdf5 library with flag --enable-fortran |
| 13 | |
| 14 | * ''[https://computation.llnl.gov/casc/hypre/software.html hypre]:'' Elliptic and parabolic processes such as gravity and diffusion are handled by the hypre library of linear PDE solvers. AstroBEAR was developed using version 2.4.0, but it is possible that any revision from 2.0.0 on will work. When building hypre make sure you use flag --enable-global-partition to get better performance. |
| 15 | |
| 16 | * "[http://www.fftw.org/ fftw3]:" A library for computing the discrete Fourier transform (DFT) in one or more dimensions. Any version newer than 3.0 should work with the current AstroBEAR code. |