| Library | UTIL | DSX | SSX | XA | XFIG | PVM_UTIL | PVM_LP |
|---|---|---|---|---|---|---|---|
| EMSOL_UTIL_LIB | X | ||||||
| EMSOL_DSE_LIB | X | X | |||||
| EMSOL_SPS_LIB | X | X | |||||
| EMSOL_LIB | X | X | X | X | |||
| FUNC_LIB | X | ||||||
| PVM_UTIL_LIB | X | X | |||||
| PVM_LP_LIB | X |
Write statement error in non_std_vr.f lines 1218-1219. Change
write(ems_li, 9401)pwl_vr_n, ch3_vr_ty, vr_n,
& pwl_vr_n_en
to
write(ems_li, 9401)pwl_vr_n, ch3_vr_ty, vr_n
c & pwl_vr_n_en
02/10/97
Patch from 0.1.9:
Spurious line in rsmi_aux.f line 4330. Change
ds(p_pi_v+r_n) = ds(p_pi_v+is(p_pi_ix+n_pi_ix))
to
c ds(p_pi_v+r_n) = ds(p_pi_v+is(p_pi_ix+n_pi_ix))
Incorporates various changes to the timing routines, including the routine ems_g_elp_usr_sys_ti for Charles Crouch to time the SPAI code. Observed on 9/12/97 that the resolution of getrusage on Solaris is now microseconds rather than integer multiples of 10000 microseconds. Changed (tt_t_ti_fac, ti_t_tt_fac) to (1d-6, 1d6).
Implemented shell for David Forrest's presolve
Used by KIMM and CM and GS from May 98
Used by DGF (briefly)
Switched to storing raw times as double precision on machines which produce them as real and integer on on machines which produce them as integer
26/05/98Added mem_mgr_rt_cod to parameter list of ems_g_te_a and ems_ope_blk.