Re: [OMPI users] OpenMPI on OS X - file is not of required architecture

2009-09-14 Thread Warner Yuen
With IFORT 10.x the compiler defaulted to 64-bit at install, but there's a script that can be run to switch the compiler to 32-bit mode. You may want to double check to make sure that it's in 64-bit mode by executing "ifort -V" Warner Yuen Scientific Computing Consu

Re: [OMPI users] Mac OSX 10.6 (SL) + openMPI 1.3.3 + Intel Compilers 11.1.058 => Segmentation fault

2009-09-08 Thread Warner Yuen
I also had the same problem with IFORT and ICC with OMPI-1.33 on Mac OS X v10.6. However, I was successfully able to use 10.6 Server with IFORT 11.1.058 and GCC. Warner Yuen Scientific Computing Consulting Engineer Apple, Inc. email: wy...@apple.com Tel: 408.718.2859 On Sep 8, 2009, at

Re: [OMPI users] openmpi with xgrid

2009-08-14 Thread Warner Yuen
Resolution: Keywords:| - +-- Changes (by bbenton): * milestone: Open MPI 1.3.3 => Open MPI 1.3.4 Warner Yuen Scientific Computing Consulting Engineer Apple, Inc. email: wy...@apple.com Tel: 408.718.2859 On Aug 1

[OMPI users] Xgrid and choosing agents...

2009-07-13 Thread Warner Yuen
. Warner Yuen Scientific Computing Consulting Engineer Apple, Inc. email: wy...@apple.com On Jul 11, 2009, at 9:00 AM, users-requ...@open-mpi.org wrote: -- Message: 3 Date: Sat, 11 Jul 2009 07:56:08 -0700 From: Klymak Jody Subject: [OMPI users] Xgrid and

[OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Warner Yuen
tallation, just make sure that your path is set correctly when you go to use the newly installed Open MPI. If you don't set your path, it will always default to using the version of OpenMPI that ships with Leopard. Warner Yuen Scientific Computing Consulting Engineer Apple, Inc. email:

[OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Warner Yuen
ompilers on Mac OS X, you can't beat the price of gfortran! Warner Yuen Scientific Computing Consulting Engineer Apple, Inc. email: wy...@apple.com Tel: 408.718.2859 On May 4, 2009, at 7:28 AM, users-requ...@open-mpi.org wrote: Send users mailing list submissions to us...@open-m

[OMPI users] build failed using intel compilers on mac os

2008-10-10 Thread Warner Yuen
If using the Intel v10.1.x compilers to build a 64-bit version, by default (default installation), Intel invokes the 64-bit compiler. But yes, you can use the "-m64" flag as well. Warner Yuen Scientific Computing Consulting Engineer Apple Computer email: wy...@apple.com Tel: 40

Re: [OMPI users] Memory question and possible bug in 64bit addressing under Leopard!

2008-04-25 Thread Warner Yuen
I believe that you can also add this to your LIB or LDFLAGS for 64-bit applications: -Wl,-stack_addr,0xF1000 -Wl,-stack_size,0x6400 Warner Yuen Scientific Computing Consulting Engineer Apple Computer email: wy...@apple.com Tel: 408.718.2859 Fax: 408.715.0133 On Apr 25, 2008, at 1

Re: [OMPI users] install intel mac with Laopard

2008-04-25 Thread Warner Yuen
compilers as well, this makes it much easier to work with 32-bit or 64-bit builds! Warner Yuen Scientific Computing Consulting Engineer Apple, Inc. email: wy...@apple.com On Apr 25, 2008, at 9:00 AM, users-requ...@open-mpi.org wrote: Message: 1 Date: Fri, 25 Apr 2008 07:08:37 -0400 From: Jeff

Re: [OMPI users] Open MPI v1.2.5 released

2008-01-09 Thread Warner Yuen
don't want the jobs to run on the head node. In LAM/MPI I could add a "hostname schedule=no" to the hostfile, is there an equivalent in OpenMPI? I'm sure this has come up before, but I couldn't find an answer in the archives. Thanks, -Warner Warner Yuen Scientific C

Re: [OMPI users] Compiling 1.2.4 using Intel Compiler 10.1.007 on Leopard

2007-12-12 Thread Warner Yuen
Hi Jeff,It seems that the problems are partially the compilers fault, maybe the updated compilers didn't catch all the problems filed against the last release? Why else would I need to add the "-no-multibyte-chars" flag for pretty much everything that I build with ICC? Also, its odd that I have to

Re: [OMPI users] Problems compiling 1.2.4 using Intel Compiler 10.1.006 on Leopard

2007-12-11 Thread Warner Yuen
uppress -o libasm.la asm.lo atomic-asm.lo -lutil libtool: link: ar cru .libs/libasm.a .libs/asm.o .libs/atomic-asm.o ar: .libs/atomic-asm.o: No such file or directory make[2]: *** [libasm.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Warner Yuen Scientific

Re: [OMPI users] users Digest, Vol 749, Issue 1

2007-11-26 Thread Warner Yuen
ust a stab in the dark. -Warner Warner Yuen Scientific Computing Consultant Apple Computer email: wy...@apple.com On Nov 22, 2007, at 2:26 AM, users-requ...@open-mpi.org wrote: -- Message: 2 Date: Wed, 21 Nov 2007 15:15:00 -0500 From: Mark Dobossy Subject: Re:

Re: [OMPI users] openmpi fails on mx endpoint

2007-07-11 Thread Warner Yuen
The hostfile was changed around. As we tried to pull nodes out that we thought might have been bad. But none were over subscribed if that's what you mean. Warner Yuen Scientific Computing Consultant Apple Computer On Jul 11, 2007, at 9:00 AM, users-requ...@open-mpi.org wrote: Messa

[OMPI users] OMPI users] openmpi fails on mx endpoint busy

2007-07-11 Thread Warner Yuen
uot;Unreachable" (-12) instead of "Success" (0) -- *** An error occurred in MPI_Init *** before MPI was initialized *** MPI_ERRORS_ARE_FATAL (goodbye) -------- -- Warner Yuen Scientific C

[OMPI users] Newbie Hostfile Quesiton

2007-03-30 Thread Warner Yuen
In LAM/MPI, I can use "portal.private schedule=no" if I want to launch a job from a specific node but not schedule it for any work. I can't seem to find reference to an equivalent in Open MPI. Thanks. -Warner Warner Yuen Scientific Computing Consultant Apple Com

Re: [OMPI users] Odd behavior with slots=4

2007-03-29 Thread Warner Yuen
s really helps because I was getting bummed that I would just have to keep various hostfiles around some with slots=XX and some with nothing but the hostname. Just an FYI on the timings: -bynode: real0m35.035s -byslot: real0m44.856s Warner Yuen Scientific Computing Consultant On M

[OMPI users] Odd behavior with slots=4

2007-03-28 Thread Warner Yuen
f "hostname slots=4". I also tried variations of in my mpirun command, here are the times: straight mpirun with not mca options real0m45.698s and "-mca mpi_yield_when_idle 0" real0m44.912s and "-mca mtl mx -mca pml cm" real0m45.002s Warn

[OMPI users] BLACS Mac OS X

2006-10-12 Thread Warner Yuen
0xe3 *** End of error message *** Signal:10 info.si_errno:0(Unknown error: 0) si_code:1(BUS_ADRALN) Failing at addr:0xe3 *** End of error message *** 2 additional processes aborted (not shown) Thanks for any info. -Warner Warner Yuen Research Computing Consultant Apple Computer email: wy..

[OMPI users] Summary of OMPI on OS X with Intel

2006-07-18 Thread Warner Yuen
Okay...this isn't a performance summary or anything like that. Its just some information on what I was able to get to work. With a couple of suggestions from Brian Barrett about building OMPI with static libraries (possible problem with GNU libtool support for the Intel compiler on OS X?).

[OMPI users] Problem compiling OMPI with Intel C compiler on Mac OS X

2006-07-14 Thread Warner Yuen
le optimization compilation (code 1) make[2]: *** [libopal.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Warner Yuen Research Computing Consultant Apple Computer email: wy...@apple.com Tel: 408.718.2859 Fax: 408.715.0133

[OMPI users] OMPI and Xgrid

2006-04-14 Thread Warner Yuen
n occasion. Unfortunately for you, I think running large jobs will be a lot easier in a couple of years." -Warner Warner Yuen Apple Computer email: wy...@apple.com Tel: 408.718.2859 Fax: 408.715.0133 On Apr 14, 2006, at 8:52 AM, users-requ...@open-mpi.org wrote: Message: 2 Date: Thu, 13 Apr

[OMPI users] Building OMPI-1.0.2 on OS X v10.3.9 with IBM XLC +XLF

2006-04-10 Thread Warner Yuen
e converted to type "int (*)[3]". "../../../ompi/mpi/cxx/group_inln.h", line 108.66: 1540-0216 (S) An expression of type "const int [][3]" cannot be converted to type "int (*)[3]". make[3]: *** [mpicxx.lo] Error 1 make[2]: *** [all-recursive] Error 1 ma

[OMPI users] Building OpenMPI on OS X Tiger with gcc-3.3

2006-04-10 Thread Warner Yuen
with your exact error if I first set my C compiler to IBM XLC. Warner Yuen Research Computing Consultant Apple Computer email: wy...@apple.com Tel: 408.718.2859 Fax: 408.715.0133 On Apr 10, 2006, at 9:00 AM, users-requ...@ope

[OMPI users] Mac OS X 10.4.5 and XGrid, Open-MPI V1.0.1

2006-03-20 Thread Warner Yuen
<<< I've tested this with a couple of other applications as well. For now, the only way I can solve it is if I set my working directory to allow user nobody to write to my working directory. Hope this helps. -Warner Warner Yuen Apple Computer email: wy...@apple.com Tel: 408.718.2859 F

[O-MPI users] OpenMPI and Xgrid

2006-02-06 Thread Warner Yuen
c" There was an error on at least one processor Error in command "Execute" Will exit with signal 1 (error) because quitonerror is set to yes Am I just misunderstanding how to set up Open MPI to work with Xgrid? Warner Yuen Research Computing Consultant Apple Computer email: wy...@apple.com Tel: 408.718.2859 Fax: 408.715.0133

[O-MPI users] Xgrid and Open-MPI

2006-02-03 Thread Warner Yuen
s an error on at least one processor Error in command "Execute" Will exit with signal 1 (error) Warner Yuen Research Computing Consultant Apple Computer email: wy...@apple.com Tel: 408.718.2859 Fax: 408.715.0133

[O-MPI users] Mac OS X Open-MPI with Myrinet MX

2006-01-27 Thread Warner Yuen
mponent.c:117: warning: pointer targets in passing argument 7 of 'mca_base_param_reg_int' differ in signedness make[4]: *** [btl_mx_component.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursi