GETSLV

GETSLV returns the name of the active solver, either HARWELL or CALAHAN.

Use

Called by

Any user-written subroutine

Prerequisite

None

Calling Sequence

CALL GETSLV (value)

Output Argument

 
value
A character*7 variable containing the name of the solver; HARWELL for the Harwell solver or CALAHAN for the Calahan solver.
 
Caution:  
Value is meaningful only during a simulation, that is, after you have issued a SIMULATE command.