f90

From: Georges Silber <Georges.Silber_at_ens.ens-lyon.fr>
Date: Thu, 29 Feb 1996 09:57:32 +0100 (MET)

Hello managers,
concerning High Performance Fortran scalar libraries,
the problem is the install script PSESHPF106.scp on
the CD-ROM which is bugged. This causes a bad
installation of F90 when using RIS for instance.

To fix this bug, you first have to copy the files
on your favorite hard disk and to modify the script :

#########################################################
ORIGIN:

case "$ACT" in

M)
  STL_ArchAssert alpha || exit 1
    ;;
PRE_L)

********************************************************
MODIFICATION:

case "$ACT" in

M)
    case $1 in
    -l)

        STL_ArchAssert alpha || exit 1
        exit 0
        ;;
    -x)
        exit 0
        ;;
        esac
        ;;


PRE_L)

#######################################################

NB:
this file is
/CD_OSF/osf_lp_jan96_1/f9a200/kit/instctrl/PSESHPF106.scp

-Georges SILBER
Centre Europeen de Calcul Atomique et Moleculaire
Ecole Normale Superieure de Lyon, France
Received on Thu Feb 29 1996 - 10:27:16 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:46 NZDT