Re: [ccp4bb] x86-64

2007-02-16 Thread George M. Sheldrick
if you want support. Academic licenses are (appropriately) inexpensive. My 2 cents worth. Mark -Original Message- From: [EMAIL PROTECTED] To: CCP4BB@JISCMAIL.AC.UK Sent: Wed, 14 Feb 2007 1:09 PM Subject: Re: [ccp4bb] x86-64 Dear Phil, Good luck . . . I have been fighting an x86_64

Re: [ccp4bb] x86-64

2007-02-16 Thread Serge Cohen
: [EMAIL PROTECTED] To: CCP4BB@JISCMAIL.AC.UK Sent: Wed, 14 Feb 2007 1:09 PM Subject: Re: [ccp4bb] x86-64 -- Prof. George M. Sheldrick FRS Dept. Structural Chemistry, University of Goettingen, Tammannstr. 4, D37077 Goettingen, Germany Tel. +49-551-39-3021 or -3068 Fax. +49-551-39-2582 -BEGIN

Re: [ccp4bb] x86-64

2007-02-15 Thread mjvdwoerd
] x86-64 Dear Phil, Good luck . . . I have been fighting an x86_64 system for some time, and have just figured out what some of the problems are. I am running Fedora Core 5. I believe that if you use the -m32 flag for gcc you can compile 32-bit code for 32-bit libraries. The default

Re: [ccp4bb] x86-64

2007-02-15 Thread Lynn Ten Eyck
. Academic licenses are (appropriately) inexpensive. My 2 cents worth. Mark -Original Message- From: [EMAIL PROTECTED] To: CCP4BB@JISCMAIL.AC.UK Sent: Wed, 14 Feb 2007 1:09 PM Subject: Re: [ccp4bb] x86-64 Dear Phil, Good luck . . . I have been fighting an x86_64 system

Re: [ccp4bb] x86-64

2007-02-15 Thread Ralf W. Grosse-Kunstleve
The Intel Fortran compiler produces code that is indeed significantly faster than code generated with g77 or gfortran, but recent g++ (and most likely gcc) versions consistently produce code that is at least as faster or faster than code generated with Intel's C++ compiler. Bottom line: it

Re: [ccp4bb] x86-64

2007-02-15 Thread Dan White
support. Academic licenses are (appropriately) inexpensive. My 2 cents worth. Mark -Original Message- From: [EMAIL PROTECTED] To: CCP4BB@JISCMAIL.AC.UK Sent: Wed, 14 Feb 2007 1:09 PM Subject: Re: [ccp4bb] x86-64 Dear Phil, Good luck . . . I have been fighting an x86_64 system

Re: [ccp4bb] x86-64

2007-02-14 Thread Serge Cohen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil; If you are using gcc/g++ (and also most likely gfortran) you should add the option -m32 to the compiler (this will make sure the code is compiled for 32bits, so you can link it with 32bits libraries). I don't know how you could do the

Re: [ccp4bb] x86-64

2007-02-14 Thread Lynn Ten Eyck
Dear Phil, Good luck . . . I have been fighting an x86_64 system for some time, and have just figured out what some of the problems are. I am running Fedora Core 5. I believe that if you use the -m32 flag for gcc you can compile 32-bit code for 32-bit libraries. The default is to compile