This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
acelab:gizmo [2015/09/02 09:58] mcawood |
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. | ||
| - | ==Useful Links== | + | ===Useful Links=== |
| - | Developers Site [http:// | + | Developers Site [[http:// |
| - | User Guide [http:// | + | User Guide [[http:// |
| - | ==Installation Guide== | + | ===Installation Guide=== |
| mkdir GIZMO | mkdir GIZMO | ||
| Line 19: | Line 19: | ||
| mkdir tars | mkdir tars | ||
| mkdir libs | mkdir libs | ||
| - | |||
| - | ''' | ||
| vim bashrc | vim bashrc | ||
| Line 44: | Line 42: | ||
| source bashrc | source bashrc | ||
| - | ===SZIP=== | + | ==SZIP== |
| cd ~/ | cd ~/ | ||
| Line 54: | Line 52: | ||
| make install | make install | ||
| - | ===ZLIB=== | + | ==ZLIB== |
| cd ~/ | cd ~/ | ||
| Line 64: | Line 62: | ||
| make install | make install | ||
| - | ===HDF5=== | + | ==HDF5== |
| cd ~/ | cd ~/ | ||
| Line 74: | Line 72: | ||
| make install | make install | ||
| - | ===GSL=== | + | ==GSL== |
| cd ~/ | cd ~/ | ||
| Line 84: | Line 82: | ||
| make install | make install | ||
| - | ===FFTW=== | + | ==FFTW== |
| cd ~/ | cd ~/ | ||
| Line 98: | 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 108: | 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 115: | Line 113: | ||
| - | Download the benchmark here: http:// | + | Download the benchmark here: [[http:// |
| cd .. | cd .. | ||
| tar gas32n128.tar.gz | tar gas32n128.tar.gz | ||