Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Michael
On Apr 24, 2008, at 10:48 AM, Jeff Squyres (jsquyres) wrote: You probably want to use all the intel compilers, not just ifort. CC=icc CXX=icpc FC=ifort F77=ifort I have long used gcc and ifort on 64-bit Linux (since SUSE did 64-bit Linux on AMD Opterons), I don't see a good reason why OS X

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Warner Yuen
Squyres Subject: Re: [OMPI users] install intel mac with Laopard To: Open MPI Users Message-ID: <4559dcd6-4c21-44c2-bae8-a711404ea...@cisco.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Sorry, I should have been more specific: how abou

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Doug Reeder
Jeff, I think that error message is a good compromise and addresses the most common problems that cause it to be written. Doug Reeder On Apr 25, 2008, at 4:08 AM, Jeff Squyres wrote: Sorry, I should have been more specific: how about this? **

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Jeff Squyres
On Apr 25, 2008, at 7:33 AM, Koun SHIRAI wrote: Of course, we don't want as many as parameters. Simply command lines are absolutely better. But, it is impossible owing to complicated systems. This is why you supply a lot of option commands. I think that for most of beginners installation is a

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Koun SHIRAI
Dear Jeff: Of course, we don't want as many as parameters. Simply command lines are absolutely better. But, it is impossible owing to complicated systems. This is why you supply a lot of option commands. I think that for most of beginners installation is a big barrier. If in this stage

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Jeff Squyres
Sorry, I should have been more specific: how about this? ** It appears that your Fortran 77 compiler is unable to link against object files created by your C compiler. This typically indicates one of a few possibilities: - A

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Jeff Squyres
On Apr 25, 2008, at 1:24 AM, Koun SHIRAI wrote: I understand that it is difficult to fully describe practical notifications for each implementation, because of a lots of OS's and its frequent revisions. In spite of this difficulty, I am wondering why typical examples for configure are not given

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Jeff Squyres
How about a compromise -- I'll extend the message to also include the possibility of architecture mismatches. On Apr 24, 2008, at 1:12 PM, Doug Reeder wrote: Jeff, I don't know if it there is a way to capture the "not of required architecture" response and add it to the error message. I agre

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Koun SHIRAI
Many thanks for all the people giving me advices. I have solved the problem. As most of them suggested, the problem was incompatibility in the created objects between gcc and ifort. I do not have icc, and hence use gcc right now. In this case, by simply including options CFLAGS=-m64 CXXFLA

Re: [OMPI users] install intel mac with Laopard

2008-04-24 Thread Doug Reeder
Jeff, I don't know if it there is a way to capture the "not of required architecture" response and add it to the error message. I agree that the current error message captures the problem in broad terms and points to the config.log file. It is just not very specific. If the architecture p

Re: [OMPI users] install intel mac with Laopard

2008-04-24 Thread Jeff Squyres
On Apr 24, 2008, at 12:24 PM, George Bosilca wrote: There are so many special errors that are compiler and operating system dependent that there is no way to handle each of them specifically. And even if it was possible, I will not use autoconf if the resulting configure file was 100MB ...

Re: [OMPI users] install intel mac with Laopard

2008-04-24 Thread George Bosilca
There are so many special errors that are compiler and operating system dependent that there is no way to handle each of them specifically. And even if it was possible, I will not use autoconf if the resulting configure file was 100MB ... Additionally, I think the error message is more than

Re: [OMPI users] install intel mac with Laopard

2008-04-24 Thread Doug Reeder
Jeff, For the specific problem of the gcc compiler creating i386 objects and ifort creating x86_64 objects, in the config.log file it says configure:26935: ifort -o conftest conftest.f conftest_c.o >&% ld: warning in conftest_c.o, file is not of required architecture If configure could pi

Re: [OMPI users] install intel mac with Laopard

2008-04-24 Thread Jeff Squyres
On Apr 24, 2008, at 11:07 AM, Doug Reeder wrote: Make sure that your compilers are all creaqting code for the same architecture (i386 or x86-64). ifort usually installs such that the 64 bit version of the compiler is the dfault while the apple gcc compiler creates i386 output by default. Ch

Re: [OMPI users] install intel mac with Laopard

2008-04-24 Thread Doug Reeder
stern Standard Time To: Open MPI Users Subject:[OMPI users] install intel mac with Laopard Dear Sir: I think that this problem must be solved, and maybe some information should be given in the archives. But, I miss the right answer in my searching area, so please allow me to repea

Re: [OMPI users] install intel mac with Laopard

2008-04-24 Thread Jeff Squyres (jsquyres)
: Open MPI Users Subject:[OMPI users] install intel mac with Laopard Dear Sir: I think that this problem must be solved, and maybe some information should be given in the archives. But, I miss the right answer in my searching area, so please allow me to repeat. I tried to install

[OMPI users] install intel mac with Laopard

2008-04-24 Thread Koun SHIRAI
Dear Sir: I think that this problem must be solved, and maybe some information should be given in the archives. But, I miss the right answer in my searching area, so please allow me to repeat. I tried to install openmpi-1.2.5 to a new xserve (Xeon) with Leopard. Intel compiler is used