< Home - < Back

sundials


Information about the package, sundials, which is shipped with common Linux distributions. The sundials package is designed for, Suite of nonlinear solvers.


Package Name:

sundials

Summary:

Suite of nonlinear solvers

Description:

SUNDIALS is a SUite of Non-linear DIfferential/ALgebraic equation Solvers for use in writing mathematical software. SUNDIALS 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.

Architecture:

x86_64

Version:

2.7.0

Release:

10.el6

Size:

299 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for sundials


Control the sundials package with the following handy commands outlined below.


Command

Description of Command

yum install sundials

This command will install sundials on the server.

yum remove sundials

This command will un-install sundials on the server. When you run this command, you will be asked if you are sure that you want to remove sundials, so you have to manually confirm that you want to do this.

yum -y remove sundials

This command will un-install sundials on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove sundials when using the -y flag.

yum update sundials

This command will update sundials to the latest version. When you run this command, you will be asked if you are sure that you want to remove sundials, so you have to manually confirm that you want to do this.

yum -y update sundials

This command will update sundials to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove sundials when using the -y flag.

yum info sundials

This command will show you core information about the sundials package.

yum deplist sundials

This command will show you the dependencies for sundials. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update sundials

This command will check if there is an update waiting on sundials. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.