Difference between revisions of "Ensure software is usable by Xuan Yu"
From Geoscience Paper of the Future
Line 9: | Line 9: | ||
make<br> | make<br> | ||
make install</li> | make install</li> | ||
− | <li>2. Open the Makefile in PIHM_v2.2 folder, modify line 18 as "prefix = "your directory of SUNDIALS"". Compile PIHM by | + | <li>2. Open the Makefile in PIHM_v2.2 folder, modify line 18 as "prefix = "your directory of SUNDIALS"". Compile PIHM by two commands:<br> |
+ | make clean<br>make pihm</li> | ||
Now you will be able to run PIHMv2.2 on your machine. | Now you will be able to run PIHMv2.2 on your machine. |
Latest revision as of 13:49, 9 March 2015
Details on how to do this task: Ensure software is usable
The code of PIHM is written in C language. PIHM uses the ODE solver known as CVODE developed at the Lawrence- Livermore National Laboratory. Please download and install the solver before compiling PIHM.
Please note that the solver for PIHM: SUNDIALS is updating, and PIHM is also updating. So please make sure you match the version of SUNDIALS with PIHM. In this study, we would like to use PIHM v2.2 and SUNDIALS 2.2.0.
./configure
make
make install
make clean
make pihm
Now you will be able to run PIHMv2.2 on your machine.