You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy the fortran .f90 and .f files from the main PRIZMO directory to the local directory
copy the runtime_data directory from the main PRIZMO directory to the local directory
add in the makefile the following line:
include $(SRC)/Chemistry/makefile
add in the definitions.h the following line:
#define CHEMISTRY YES
(optional) if you want to evolve only the chemistry keeping fix the hydro to obtain more stable initial conditions, add in the definitions.h file the following line:
#define DISABLE_HYDRO YES
use the Darwin.mpicc.defs config file or add to your config file the following lines (if you have ifort):