Bodo Moeller wrote:
> 
> On Tue, Feb 05, 2002 at 06:42:08PM -0600, Wendy Palm wrote:
> 
> > --- config.orig Mon Feb  4 16:12:43 2002
> > +++ config      Tue Feb  5 16:01:09 2002
> > @@ -302,6 +302,13 @@
> >         echo "${MACHINE}-whatever-cygwin32"; exit 0
> >         ;;
> >
> > +    *"CRAY T3E")
> > +       echo "cray-t3e"; exit 0;
> > +       ;;
> > +
> > +    *CRAY*)
> > +       echo "cray-t90"; exit 0;
> > +       ;;
> >  esac
> >
> >  #
> > @@ -562,6 +569,8 @@
> >    mips-sony-newsos4) OUT="newsos4-gcc" ;;
> >    *-*-cygwin32) OUT="CygWin32"
> >                 options="$options no-threads no-asm" ;;
> > +  cray-t90) OUT="cray-t90" ;;
> > +  cray-t3e) OUT="cray-t3e" ;;
> >    *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
> >  esac
> 
> I wanted to commit this patch, but I noticed that it breaks the naming
> scheme that links the two parts of 'config'.  Note that names always
> have three components separated by hyphens.  While things are not
> totally consistent, the general pattern usually is
>      machine-manufacturer-os
> or
>     machine-architecture-os.
> Please try to come up with a naming that matches the rest of 'config'
> as close as possible.



according to 0.9.6c, this is what's in config
cray-t90*) OUT="cray-t90" ;; 
cray-t3e) OUT="cray-t3e" ;;
...
*:"CRAY T3E")
        echo "cray-t3e"; exit 0;
        ;;

    *CRAY*)
        echo "cray-t90-cc"; exit 0;


perhaps you can help me figure out what you want to put in there.

the various architectures available from cray are
c90, j90, t90, t90IEEE, sv1, ymp and t3e.

t3e runs unicosmk, the rest run unicos.

for openssl, the cray t3e requires different compile options
than the other machines.  (these are correct in Configure for "cray-t3e").
c90, j90, t90, T90IEEE, sv1 and ymp require the compile options
current set as "cray-t90-cc" in Configure.

cray-c90-unicos
cray-j90-unicos
cray-t90-unicos
cray-t90ieee-unicos
cray-sv1-unicos
cray-ymp-unicos
cray-t3e-unicosmk

are all the different possible machine-architecture-os combinations at this time.
we at cray consider the j90 to be the "base machine type" for all the unicos
machines. 

please let me know if this answers your questions enough to come up with
the proper and correct config and Configure lines for crays.

thanks,
wendy


> 
> --
> Bodo Mvller <[EMAIL PROTECTED]>
> PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
> * TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
> * Tel. +49-6151-16-6628, Fax +49-6151-16-6036

-- 
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
[EMAIL PROTECTED], 651-605-9154
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to