Difference between revisions of "Ensure software is usable by Xuan Yu"

From Geoscience Paper of the Future
Jump to: navigation, search
Line 5: Line 5:
  
 
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.  
 
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.  
1. Download SUNDIALS 2.2.0 and install it by three commands:
+
<li>1. Download SUNDIALS 2.2.0 and install it by three commands:</p>
./configure  
+
./configure</p>
make  
+
make </p>
make install
+
make install</li>
2. Open the Makefile in PIHM_v2.2 folder, modify line 18 as "prefix = "your directory of SUNDIALS"". compile PIHM by "make clean;make pihm"
+
<li>2. Open the Makefile in PIHM_v2.2 folder, modify line 18 as "prefix = "your directory of SUNDIALS"". compile PIHM by "make clean;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.  

Revision as of 06:46, 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.

  • 1. Download SUNDIALS 2.2.0 and install it by three commands:</p> ./configure</p> make </p> make install
  • 2. Open the Makefile in PIHM_v2.2 folder, modify line 18 as "prefix = "your directory of SUNDIALS"". compile PIHM by "make clean;make pihm"
  • Now you will be able to run PIHMv2.2 on your machine.