This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
acelab:gizmo [2015/09/01 15:27] mcawood created |
acelab:gizmo [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==General Info== | + | ===General Info=== |
| - | GIZMO version 0.5 is an N-body simulation which is an evolution of the Gadget-2 code, originally released in 2005. | + | The simulation code GIZMO is a flexible, multi-method magneto-hydrodynamics+gravity |
| The benchmark constructed contains 128 ^3 (~ 2.1 million) dark matter and 128 ^3 (~ 2.1 million) gas particles in 32 Mpc^3 volume. | The benchmark constructed contains 128 ^3 (~ 2.1 million) dark matter and 128 ^3 (~ 2.1 million) gas particles in 32 Mpc^3 volume. | ||
| Line 8: | Line 8: | ||
| Only a few output snapshots are generated to minimize IO overheads. | Only a few output snapshots are generated to minimize IO overheads. | ||
| - | The runtime for this benchmark on the Dell C4130 (24 Haswell cores) is 92 minutes. | + | ===Useful Links=== |
| - | ==Useful Links== | + | Developers Site [[http:// |
| + | User Guide [[http:// | ||
| - | Developers Site [http:// | + | ===Installation Guide=== |
| - | User Guide [http:// | + | |
| - | + | ||
| - | ==Installation Guide== | + | |
| mkdir GIZMO | mkdir GIZMO | ||
| Line 21: | Line 19: | ||
| mkdir tars | mkdir tars | ||
| mkdir libs | mkdir libs | ||
| - | |||
| - | ''' | ||
| vim bashrc | vim bashrc | ||
| Line 46: | Line 42: | ||
| source bashrc | source bashrc | ||
| - | ===SZIP=== | + | ==SZIP== |
| cd ~/ | cd ~/ | ||
| Line 56: | Line 52: | ||
| make install | make install | ||
| - | ===ZLIB=== | + | ==ZLIB== |
| cd ~/ | cd ~/ | ||
| Line 66: | Line 62: | ||
| make install | make install | ||
| - | ===HDF5=== | + | ==HDF5== |
| cd ~/ | cd ~/ | ||
| Line 76: | Line 72: | ||
| make install | make install | ||
| - | ===GSL=== | + | ==GSL== |
| cd ~/ | cd ~/ | ||
| Line 86: | Line 82: | ||
| make install | make install | ||
| - | ===FFTW=== | + | ==FFTW== |
| cd ~/ | cd ~/ | ||
| Line 100: | Line 96: | ||
| make install | make install | ||
| - | ===GIZMO=== | + | ==GIZMO== |
| cd ~/GIZMO | cd ~/GIZMO | ||
| - | Download the pre-configured code source gizmo.tar.gz. | + | Download the pre-configured code source |
| tar -xf gizmo.tar.gz | tar -xf gizmo.tar.gz | ||
| Line 110: | Line 106: | ||
| make | make | ||
| - | ==Benchmark== | + | ===Benchmark=== |
| Check that the dynamic libraries (Intel, GCC and GSL) are sourced (they should be from the bashrc file sourced previously). | Check that the dynamic libraries (Intel, GCC and GSL) are sourced (they should be from the bashrc file sourced previously). | ||
| Line 117: | Line 113: | ||
| - | Download the benchmark here: http:// | + | Download the benchmark here: [[http:// |
| cd .. | cd .. | ||
| tar gas32n128.tar.gz | tar gas32n128.tar.gz | ||
| Line 133: | Line 129: | ||
| From here, the metric ' | From here, the metric ' | ||
| + | The runtime for this benchmark on the Dell C4130 (24 Haswell cores) is 92 minutes. | ||