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
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
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
.
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
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:
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
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
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
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
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
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
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
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:
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
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
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
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
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
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..
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?).
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
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
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
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
<<<
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
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
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
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
28 matches
Mail list logo