Skip to content
/ grim Public
forked from AFD-Illinois/grim

General Relativistic Implicit Magnetohydrodynamics

License

Notifications You must be signed in to change notification settings

brryan/grim

This branch is 2 commits ahead of, 17 commits behind AFD-Illinois/grim:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be3caad · Feb 20, 2017
Feb 20, 2017
Jan 23, 2016
Jan 23, 2016
Jan 23, 2016

Repository files navigation

grim

General Relativistic Implicit Magnetohydrodynamics

Instructions to compile PETSc on UIUC campus cluster:

  1. Get L1 cacheline size:

$ getconf LEVEL1_DCACHE_LINESIZE

  1. Get L1 cache size

either

$ grep . /sys/devices/system/cpu/cpu0/cache/index*/*

or

$ lstopo-no-graphics

  1. To get L1 cache associativity:

$ grep . /sys/devices/system/cpu/cpu0/cache/index*/*

  1. Compiling petsc ./configure --prefix=/home/manic/petsc_optimized/ --with-debugging=0 COPTFLAGS='-O3 -qopt-report=5 -qopt-report-phase=vec -xhost' CXXOPTFLAGS='-O3 -qopt-report=5 -qopt-report-phase=vec -xhost' --with-hdf5=1 --with-clean=1 --with-mpi-dir=/usr/local/mpi/openmpi-1.8.4-intel-15.0/ --with-memalign=64 --known-level1-dcache-size=32768 --known-level1-dcache-linesize=64 --known-level1-dcache-assoc=8

About

General Relativistic Implicit Magnetohydrodynamics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 42.8%
  • C++ 29.7%
  • CMake 12.7%
  • Python 9.4%
  • C 5.4%