Re: [PATCH] config mod for crays

2002-03-02 Thread Bodo Moeller
On Fri, Mar 01, 2002 at 12:22:45PM -0600, Wendy Palm wrote: 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

Re: [PATCH] config mod for crays

2002-03-01 Thread Bodo Moeller
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; + ;; +

Re: [PATCH] config mod for crays

2002-03-01 Thread Wendy Palm
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

Re: [PATCH] config mod for crays

2002-02-06 Thread Wendy Palm
my apologies. i neglected to include the second half. here is the entire modification.--- --- 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;

[PATCH] config mod for crays

2002-02-05 Thread Wendy Palm
please add to config. currently, we need to run Configure cray-t3e or Configure cray-t90-cc. this patch would allow sites to just run the same config line they do for other archs. thanks much. --- config.orig Mon Feb 4 16:21:40 2002 +++ config Mon Feb 4 16:24:04 2002 @@ -336,6 +336,14