Difference between revisions of "SUNDIALS"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|SUNDIALS}} |{{#vardefine:url|https://computation.llnl.gov/casc/sundials/main.html}} <!--CONFIGURATION:...")
 
Line 34: Line 34:
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR
 
* HPC_{{#uppercase:{{#var:app}}}}_BIN
 
* HPC_{{#uppercase:{{#var:app}}}}_BIN
 +
* HPC_{{#uppercase:{{#var:app}}}}_LIB
 +
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 19:43, 7 May 2013

Description

SUNDIALS website  

SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers)was implemented with the goal of providing robust time integrators and nonlinear solvers that can easily be incorporated into existing simulation codes. The primary design goals were to require minimal information from the user, allow users to easily supply their own data structures underneath the solvers, and allow for easy incorporation of user-supplied linear solvers and preconditioners.

Required Modules

Serial

  • intel
  • {{#lowercase:SUNDIALS}}

Parallel

  • intel
  • openmpi
  • {{#lowercase:SUNDIALS}}

System Variables

  • HPC_{{#uppercase:SUNDIALS}}_DIR
  • HPC_{{#uppercase:SUNDIALS}}_BIN
  • HPC_{{#uppercase:SUNDIALS}}_LIB