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