[OMPI users] Bug: non-root processes use receive-type in ompi_coll_tuned_gather_intra_binomial

2010-02-17 Thread Michael Hofmann
er) is used. This leads to crash if an uninitialized value is used. The problem exists in version 1.4.1. Michael

Re: [OMPI users] Question concerning compatibility of languages used with building OpenMPI and languages OpenMPI uses to build MPI binaries.

2017-09-20 Thread Michael Thomadakis
This discussion started getting into an interesting question: ABI standardization for portability by language. It makes sense to have ABI standardization for portability of objects across environments. At the same time it does mean that everyone follows the exact same recipe for low level implement

[OMPI users] Vague error message while executing MPI-Fortran program

2017-10-24 Thread Michael Mauersberger
ered a similar problem and is able to help me. I would be really grateful. Thanks, Michael ___ Dipl.-Ing. Michael Mauersberger<mailto:michael.mauersber...@tu-dresden.de> Tel. +49 351 463 38099 | Fax +49 351 463 37263 Marschnerstraße 30,

Re: [OMPI users] Vague error message while executing MPI-Fortran program

2017-11-05 Thread Michael Mauersberger
Maybe you have an idea why it didn't work with those private variables? But - well, if not there would not be a problem any more (although I don't know why). ;) Best regards Michael ______ Dipl.-Ing. Michael Mauersberger michael.

[OMPI users] infiniband problem

2008-11-20 Thread Michael Oevermann
er before. Any suggestions what is going wrong here? Best regards and thanks for any help! Michael

Re: [OMPI users] infiniband problem

2008-11-20 Thread Michael Oevermann
openib,sm,self did help!!! Right now I am not able to check the performance results as the cluster is busy with jobs so I cannot compare with the old benchmark results. Thanks for help! Michael Ralph Castain schrieb: Your command line may have just come across with a typo, but something isn&#

[OMPI users] CfP 4th Workshop on Virtualization in High-Performance Cloud Computing (VHPC'09)

2009-02-22 Thread Michael Alexander
.html Submission Link: http://edas.info/newPaper.php?c=7364 IMPORTANT DATES March 12 - Abstract submission due June 8- Full paper submission July 14 - Acceptance notification August 3 - Camera-ready version due August 25-28 - Conference CHAIR Michael Alexander (

Re: [OMPI users] Compiling Open MPI with PGI compilers in 32-bit mode

2009-03-20 Thread Michael Jennings
ing to generate 64-bit output, which would make sense if the flag to generate 32-bit output never made it to the linker. Michael -- Michael Jennings Linux Systems and Cluster Admin UNIX and Cluster Computing Group

[OMPI users] problem with installing openmpi with intel compiler on ubuntu

2009-05-26 Thread Michael Kuklik
Hi everybody, I try to compile openmpi with intel compiler on ubuntu 9.04. I compiled openmpi on Redhat and os x many times and I could always find a problem. But the error that I'm getting now, gives me no clues where to even search for the problem. my config line is a follows: ./configure CC=

Re: [OMPI users] problem with installing openmpi with intel compiler onubuntu

2009-05-27 Thread Michael Kuklik
Joe ________ From: users-boun...@open-mpi.org on behalf of Michael Kuklik Sent: Tue 5/26/2009 7:05 PM To: us...@open-mpi.org Subject: [OMPI users] problem with installing openmpi with intel compiler onubuntu Hi everybody, I try to compile openmpi with intel compile

Re: [OMPI users] users Digest, Vol 1242, Issue 5

2009-05-28 Thread Michael Kuklik
e: text/plain; charset="iso-8859-1" MK, Hmm.. What if you put CC=/usr/local/intel/Compiler/11.0/083/bin/intel64/icc on the build line. Joe ____ From: users-boun...@open-mpi.org on behalf of Michael Kuklik Sent: Wed 5/27/2009 5:05 PM To: us...@open-mpi.org Subje

[OMPI users] openMPI 1.0.1 on parallelknoppix

2006-02-20 Thread Michael Creel
would like to contribute are welcome. Regards, Michael

Re: [OMPI users] openMPI 1.0.1 on parallelknoppix

2006-02-21 Thread Michael Creel
No problem. I'll try to keep up to date with releases. If there's any straightforward to compile example/benchmark, I'd be happy to add that too. Michael Jeff Squyres wrote: Excellent -- many thanks for your efforts! Be aware that Open MPI v1.0.2 is brewing. Check ou

[OMPI users] MPI_COMM_SPAWN versus OpenMPI 1.0.1

2006-02-28 Thread Michael Kluskens
Using OpenMPI 1.0.1 compiled with g95 on OS X (same problem on Debian Linux with g95, I have not tested other compilers yet) mpif90 spawn.f90 -o spawn In file spawn.f90:35 MPI_COMM_WORLD, slavecomm, MPI_ERRCODES_IGNORE, ierr ) 1 Err

Re: [OMPI users] MPI_COMM_SPAWN versus OpenMPI 1.0.1

2006-03-01 Thread Michael Kluskens
MPI_INFO_NULL, 0, MPI_COMM_WORLD, slavecomm, & MPI_ERRCODES_IGNORE, ierr ) and everything should work just fine. Just as a test I did this, no effect. The error remains. Michael george. PS: Use vim and the force will be with you. You ha

Re: [OMPI users] MPI_COMM_SPAWN f90 interface bug?

2006-03-01 Thread Michael Kluskens
can continue to "USE MPI" in order to check my interface errors quickly as I move forward on my project. Michael

Re: [OMPI users] MPI_COMM_SPAWN f90 interface bug?

2006-03-07 Thread Michael Kluskens
backported to the 1.0.x series, I assume the hesitation comes from the possibility of creating additional errors in the process. Michael On Mar 4, 2006, at 9:29 AM, Jeff Squyres wrote: Michael -- Sorry for the delay in replying. Many thanks for your report! You are exactly right -- our types are

Re: [OMPI users] MPI_COMM_SPAWN f90 interface bug?

2006-03-07 Thread Michael Kluskens
Sarge on Operton built using "./ configure --with-gnu-ld F77=pgf77 FFLAGS=-fastsse FC=pgf90 FCFLAGS=- fastsse" with PG 6.1. Are these diagnostic messages of errors in OpenMPI 1.1r9212 or related to errors in my test code? Is this information helpful for development purposes? Michael.

Re: [OMPI users] MPI_COMM_SPAWN f90 interface bug?

2006-03-07 Thread Michael Kluskens
On Mar 7, 2006, at 3:23 PM, Michael Kluskens wrote: Per the mpi_comm_spawn issues with the 1.0.x releases I started using 1.1r9212, with my sample code I'm getting a messages of [-:13327] mca: base: component_find: unable to open: dlopen(/usr/ local/lib/openmpi/mca_pml_teg.so, 9): Symbo

Re: [OMPI users] Using Multiple Gigabit Ethernet Interface

2006-03-13 Thread Michael Kluskens
physical interfaces and two ip addresses, all the rest have two physical interfaces and one ip address. I have not tested throughput to see if I choose the best type of bonding, but the choices were clear enough. michael.

Re: [OMPI users] MPI_COMM_SPAWN f90 interface bug?

2006-03-14 Thread Michael Kluskens
I see responses to noncritical parts of my discussion but not the following, is it a known issue, a fixed issue, or we don't want to discuss it issue? Michael On Mar 7, 2006, at 4:39 PM, Michael Kluskens wrote: The following errors/warnings also exist when running my spawn test on a

[OMPI users] mpif90 broken in recent tarballs of 1.1a1

2006-03-20 Thread Michael Kluskens
l" to remove the previous installation before installing a new version. Michael ps. I've had to use 1.1 because of bugs in the 1.0.x series that will not be fixed. On Mar 4, 2006, at 9:29 AM, Jeff Squyres wrote: I'm hesitant to put these fixes in the 1.0.x series simply bec

Re: [OMPI users] mpif90 broken in recent tarballs of 1.1a1

2006-03-20 Thread Michael Kluskens
I have identified what I think is the issue described below. Even though the default prefix is /usr/local, r9336 only works for me if I use ./configure --prefix=/usr/local Michael On Mar 20, 2006, at 11:49 AM, Michael Kluskens wrote: Building Open MPI 1.1a1r9xxx on a PowerMac G4 running

[OMPI users] Sample code demonstrating issues with multiple versions of OpenMPI

2006-03-20 Thread Michael Kluskens
mgr_base_stage_gate.c at line 276 Michael spawn.f90 --- program main USE MPI implicit none ! include 'mpif.h' integer :: ierr,size,rank,child integer (kind=MPI_ADDRESS_KIND) :: universe_size integer :: status(MPI_STATUS_SIZE) logical :: flag integer :: ans(0:2

Re: [OMPI users] mpif90 broken in recent tarballs of 1.1a1

2006-03-21 Thread Michael Kluskens
On Mar 20, 2006, at 7:22 PM, Brian Barrett wrote: On Mar 20, 2006, at 6:10 PM, Michael Kluskens wrote: I have identified what I think is the issue described below. Even though the default prefix is /usr/local, r9336 only works for me if I use ./configure --prefix=/usr/local Thank you for

[OMPI users] Error message about libopal.so

2006-03-22 Thread Michael Kluskens
uption" errors (uses MPI_SPAWN and posted previously); the basic MPI difference between my test program and the real program is massive amount of data being distributed via BCAST and SEND/RECV. Michael

[OMPI users] Absoft fortran detected as g77?

2006-03-23 Thread Michael Kluskens
I have Absoft version 8.2a installed on my OS X 10.4.5 system and in order to do some testing I was trying to build OpenMPI 1.1a1r9364 with it and got the following funny result: *** Fortran 77 compiler checking whether we are using the GNU Fortran 77 compiler... yes checking whether f95 acce

Re: [OMPI users] Absoft fortran detected as g77?

2006-03-27 Thread Michael Kluskens
On Mar 23, 2006, at 9:28 PM, Brian Barrett wrote: On Mar 23, 2006, at 5:32 PM, Michael Kluskens wrote: I have Absoft version 8.2a installed on my OS X 10.4.5 system and in order to do some testing I was trying to build OpenMPI 1.1a1r9364 with it and got the following funny result

[OMPI users] MPI_ROOT - required where/when?

2006-03-27 Thread Michael Kluskens
OpenMPI has to work on other systems not using OpenMPI. Michael

Re: [OMPI users] MPI_ROOT - required where/when?

2006-03-27 Thread Michael Kluskens
x27;t find anything close to what you said below in the four books I have. Page 236 of Using MPI-2 shows the correct use of MPI_ROOT but no explanation of why. Michael On Mar 27, 2006, at 10:21 AM, Edgar Gabriel wrote: MPI_ROOT is required for the rooted operations of the inter- communicator c

Re: [OMPI users] Best MPI implementation

2006-03-27 Thread Michael Kluskens
to build OpenMPI, link to your OpenMPI library, and run? I got some hints from the install process that this may be possible using either libtool and/or environmental variables LIBDIR, LD_LIBRARY_PATH, LD_RUN_PATH, and/or compile/link options of -Wl,--rpath -Wl,LIBDIR. Michael

Re: [OMPI users] Absoft fortran detected as g77?

2006-03-28 Thread Michael Kluskens
On Mar 28, 2006, at 1:22 PM, Brian Barrett wrote: On Mar 27, 2006, at 8:26 AM, Michael Kluskens wrote: On Mar 23, 2006, at 9:28 PM, Brian Barrett wrote: On Mar 23, 2006, at 5:32 PM, Michael Kluskens wrote: I have Absoft version 8.2a installed on my OS X 10.4.5 system and in order to do

[OMPI users] XMPI ?

2006-03-29 Thread Michael Kluskens
XMPI is a GUI debugger that works with LAM/MPI. Is there anything similar that works with OpenMPI? Michael

Re: [OMPI users] Open MPI installed locally

2006-04-03 Thread Michael Kluskens
case a client is powered down or different architectures. Simplified my life greatly. Michael

Re: [OMPI users] job running question

2006-04-10 Thread Michael Kluskens
You need to confirm that /etc/bashrc is actually being read in that environment, bash is a little different on which files get read depending on whether you login interactively or not. Also, I don't think ~/.bashrc is read on a noninteractive login. Michael On Apr 10, 2006, at 1:

[OMPI users] ORTE errors

2006-04-10 Thread Michael Kluskens
MPI_SPAWN and MPI_BCAST (most vendors MPI's can't run this test case). Michael parent.f90 Description: Binary data child.f90 Description: Binary data

Re: [OMPI users] ORTE errors

2006-04-11 Thread Michael Kluskens
[host:00258] [0,0,0] ORTE_ERROR_LOG: Not found in file base/ oob_base_xcast.c at line 108 [host:00258] [0,0,0] ORTE_ERROR_LOG: Not found in file base/ rmgr_base_stage_gate.c at line 276 child 0 of 1: Receiving 17 from parent Maximum user memory allocated: 0 Michael Michael Kluskens wrote

Re: [OMPI users] Compiling C++ program

2006-04-18 Thread Michael Kluskens
and not OpenMPI. OpenMPI and MPICH are two totally separate open source MPI implementations. Michael Quoting Brian Barrett : On Apr 17, 2006, at 4:42 AM, Shekhar Tyagi wrote: I tried your command but i guess its not working, there is a warning and then nothing much happens, the command

[OMPI users] OMPI-F90-CHECK macro needs to be updated?

2006-04-20 Thread Michael Kluskens
Getting warnings like: WARNING: *** Fortran 77 alignment for INTEGER (1) does not match WARNING: *** Fortran 90 alignment for INTEGER (4) WARNING: *** OMPI-F90-CHECK macro needs to be updated! same for LOGICAL, REAL, COMPLEX, INTEGER*2, INTEGER*4, INTEGER*8, etc. I believe these are new within

[OMPI users] f90 interface error?: MPI_Comm_get_attr

2006-04-20 Thread Michael Kluskens
using: call MPI_Comm_get_attr(MPI_COMM_WORLD, MPI_UNIVERSE_SIZE, & universe_size, flag, ierr) integer :: ierr integer (kind=MPI_ADDRESS_KIND) :: universe_size logical :: flag This compiled and worked as of version 9427. Michael

Re: [OMPI users] f90 interface error?: MPI_Comm_get_attr

2006-04-20 Thread Michael Kluskens
l *flag, MPI_Fint *ierr)); On Apr 20, 2006, at 2:24 PM, Michael Kluskens wrote: Error in: openmpi-1.1a3r9663/ompi/mpi/f90/mpi-f90-interfaces.h subroutine MPI_Comm_get_attr(comm, comm_keyval, attribute_val, flag, ierr) include 'mpif.h' integer, intent(in) :: comm integer, intent

Re: [OMPI users] f90 interface error?: MPI_Comm_get_attr

2006-04-25 Thread Michael Kluskens
This problem still exists in OpenMPI 1.1a3r9704 (Apr 24, 2006), I reported it for 9663 (Apr 20, 2006). Michael On Apr 21, 2006, at 12:32 AM, Jeff Squyres (jsquyres) wrote: You're correct on all counts. I've corrected the .h.sh script in the trunk and will get the correct XSL (!

[OMPI users] f90 module files compile a lot faster

2006-04-25 Thread Michael Kluskens
76 as well as the other bug I reported a couple minutes ago. Michael

Re: [OMPI users] f90 interface error?: MPI_Comm_get_attr

2006-04-25 Thread Michael Kluskens
described below and then re-making. Michael On Apr 25, 2006, at 9:58 AM, Jeff Squyres (jsquyres) wrote: I apologize for the delay (and I actually do greatly appreciate your reminders!). I made a change on the trunk back when I replied; I'm waiting for my resident F90 expert to give

Re: [OMPI users] f90 module files compile a lot faster

2006-04-25 Thread Michael Kluskens
Could I/we have a translation of what "trivial, small, medium, large" means to the end user? I for one don't read the docs every week with new 1.1 alpha tests. Michael On Apr 25, 2006, at 10:12 AM, Jeff Squyres (jsquyres) wrote: -Original Message- From: users-boun.

[OMPI users] Spawn and Disconnect

2006-04-25 Thread Michael Kluskens
ample with this in. In either case, I get the same results regardless. Background from previous discussion on this follows. It will cost me less to test new versions of Open MPI handling this than work around this issue in my project. Michael On Mar 2, 2006, at 1:55 PM, Ralph Castain

Re: [OMPI users] f90 module files compile a lot faster

2006-04-25 Thread Michael Kluskens
1.2 configure --help; however, the 1.2 README disagrees with the 1.2 configure --help (betting the latter is more correct, maybe). Michael On Apr 25, 2006, at 1:16 PM, Jeff Squyres (jsquyres) wrote: How's this (from the new README): - The Fortran 90 MPI bindings can now be built in o

[OMPI users] missing mpi_allgather_f90.f90.sh in openmpi-1.2a1r9704

2006-04-26 Thread Michael Kluskens
Open MPI 1.2a1r9704 Summary: configure with --with-mpi-f90-size=large and then make. /bin/sh: line 1: ./scripts/mpi_allgather_f90.f90.sh: No such file or directory I doubt this one is system specific --- my details: Building OpenMPI 1.2a1r9704 with g95 (Apr 23 2006) on OS X 10.4.6 using ./c

Re: [OMPI users] Spawn and Disconnect

2006-04-26 Thread Michael Kluskens
child calling COMM_FREE child calling FINALIZE child exiting Maximum user memory allocated: 0 child starting parent: Calling MPI_BCAST with btest = 17 . child = 3 child 0 of 1: Parent 3 child 0 of 1: Receiving 17 from parent child calling COMM_FREE child calling FINALIZE Michael On Apr 25, 200

Re: [OMPI users] missing mpi_allgather_f90.f90.sh in openmpi-1.2a1r9704

2006-04-26 Thread Michael Kluskens
I made another test and the problem does not occur with --with-mpi- f90-size=medium. Michael On Apr 26, 2006, at 11:50 AM, Michael Kluskens wrote: Open MPI 1.2a1r9704 Summary: configure with --with-mpi-f90-size=large and then make. /bin/sh: line 1: ./scripts/mpi_allgather_f90.f90.sh: No

Re: [OMPI users] missing mpi_allgather_f90.f90.sh inopenmpi-1.2a1r9704

2006-04-27 Thread Michael Kluskens
I've done yet another test and found the identical problem exists with openmpi-1.1a3r9704. Michael On Apr 26, 2006, at 8:38 PM, Jeff Squyres (jsquyres) wrote: Ok, I am investigating -- I think I know what the problem is, but the guy who did the bulk of the F90 work in OMPI is out trav

[OMPI users] MPI_Intercomm_Merge -- Fortran

2006-04-30 Thread Michael Kluskens
ntercomm integer, intent(in) :: high integer, intent(out) :: newintercomm integer, intent(out) :: ierr end subroutine ${procedure} EOF } start MPI_Intercomm_merge small output_162 MPI_Intercomm_merge end MPI_Intercomm_merge - Michael ps. MPI_Comm_get_attr is fixed in both these versions.

Re: [OMPI users] MPI_Intercomm_Merge -- Fortran

2006-05-01 Thread Michael Kluskens
I've noticed that I can't just fix this myself, very bad things happened to the merged communicator, so this is not a trivial fix I gather. Michael On Apr 30, 2006, at 12:16 PM, Michael Kluskens wrote: MPI_Intercomm_Merge( intercomm, high, newintracomm, ier ) None of the bo

[OMPI users] openmpi-1.0.2 configure problem

2006-05-01 Thread Michael Kluskens
checking if FORTRAN compiler supports integer(selected_int_kind (2))... yes checking size of FORTRAN integer(selected_int_kind(2))... unknown configure: WARNING: *** Problem running configure test! configure: WARNING: *** See config.log for details. configure: error: *** Cannot continue. Source

Re: [OMPI users] fortran flags using Absoft compilers

2006-05-02 Thread Michael Kluskens
"./configure F77=f95 FC=f95" (not sure exactly which versions of Open MPI as I have been using several versions). Absoft version 8 compilers are incompatible with GCC 4.0, you have to switch back to GCC 3.3 using gcc_select. Michael

Re: [OMPI users] openmpi-1.0.2 configure problem

2006-05-02 Thread Michael Kluskens
in tomorrow and see if I can create an f77 version or use the mpi.h file and see if I can get a clear difference and I'll compare against MPICH2 but someone else should look into this issue. Michael On May 1, 2006, at 11:57 PM, Jeff Squyres (jsquyres) wrote: I just fixed the INTERCOMM

[OMPI users] MPI_Intercomm_merge broken

2006-05-03 Thread Michael Kluskens
s but it can be switched to the include file and fixed format source code (.f) and should compile with both f90 and f77 compilers. I have not written a C test code. Michael mpif90 parent4.f90 -o parent4 mpif90 child4.f90 -o child4 parent startup: 0 of 1 a child starting parent spawned

[OMPI users] version 1.0.2 on latest parallelknoppix

2006-05-10 Thread Michael Creel
The latest release of openMPI is installed into /usr/local on the 05 May release of PK. Any nifty examples showing usage would be welcome for a future release. PK home: http://pareto.uab.es/mcreel/ParallelKnoppix/ Regards, Michael

Re: [OMPI users] Fortran support not installing

2006-05-24 Thread Michael Kluskens
sor xserve running OS X Server 10.4.6. I have xcode 2.2 installed which gives me gcc 3.3 and 4.01 installed. For OS X and g95 installed from the web site use: ./configure F77=g95 FC=g95 LDFLAGS=-lSystemStubs You can use "./configure F77=g95 FC=g95 " only if you install g95 via fink. Michael

Re: [OMPI users] spawn failed with errno=-7

2006-05-25 Thread Michael Kluskens
I think I moved to OpenMPI 1.1 and 1.2 alphas because of problems with spawn and OpenMPI 1.0.1 & 1.0.2. You may wish to test building 1.1 and seeing if that solves your problem. Michael On May 24, 2006, at 1:48 PM, Jens Klostermann wrote: I did the following run

Re: [OMPI users] Wont run with 1.0.2

2006-05-25 Thread Michael Kluskens
rom 1.0.1. You absolutely have to: cd openmpi1.0.1 sudo make uninstall cd ../openmpi1.0.2 sudo make install I have had no trouble in the past with PGF90 version 6.1-3 and OpenMPI 1.1a on a dual Operton 1.4 GHz machine running Debian Linux. Michael On May 24, 2006, at 7:43 PM, Tom Rosmond wrot

[OMPI users] MPI_GATHER: missing f90 interfaces for mixed dimensions

2006-05-30 Thread Michael Kluskens
e not studied this issue closely enough. Below is my solution for the generating scripts for MPI_Gather for F90 (also switched to --with-f90-max-array-dim=2). It might be acceptable to reduce the combinations to just equal or one dimension less (00,01,11,12,22) but I pushed the limits of my s

[OMPI users] MPI_REDUCE vs. MPI_IN_PLACE vs. F90 Interfaces

2006-05-30 Thread Michael Kluskens
Found serious issue for the f90 interfaces for --with-mpi-f90- size=large Consider call MPI_REDUCE(MPI_IN_PLACE,sumpfi,sumpfmi,MPI_INTEGER,MPI_SUM, 0,allmpi,ier) Error: Generic subroutine 'mpi_reduce' at (1) is not consistent with a specific subroutine interface sumpfi is an integer

Re: [OMPI users] MPI_REDUCE vs. MPI_IN_PLACE vs. F90 Interfaces

2006-05-30 Thread Michael Kluskens
My mistake: MPI_IN_PLACE is a "double complex" so the scripts below need to be fixed to reflect that. I don't know if the latest tarball for tonight contains these or other fixes that I have been looking at today. Michael On May 30, 2006, at 6:18 PM, Michael Kluskens

Re: [OMPI users] MPI_REDUCE vs. MPI_IN_PLACE vs. F90 Interfaces

2006-06-02 Thread Michael Kluskens
On Jun 1, 2006, at 12:42 PM, Jeff Squyres (jsquyres) wrote: Blast. As usual, Michael is right -- we didn't account for MPI_IN_PLACE in the "large" F90 interface. We've opened ticket #39 on this: https://svn.open-mpi.org/trac/ompi/ticket/39 I'm inclined to

Re: [OMPI users] MPI_GATHER: missing f90 interfaces for mixed dimensions

2006-06-02 Thread Michael Kluskens
t in those locations). Michael On Jun 1, 2006, at 4:41 PM, Brock Palen wrote: What are these "small" and "large" modules? What would they provide? Brock On Jun 1, 2006, at 4:30 PM, Jeff Squyres ((jsquyres)) wrote: Michael -- You're right again. Thanks for keeping

[OMPI users] F90 interfaces again

2006-06-08 Thread Michael Kluskens
an integer array normally, but this constant is permitted by the standard. This is with OpenMPI 1.2a1r10186, I can check the details of the scripts and generated files next week for whatever is the latest version. But odds are this has not been spotted. Michael

[OMPI users] CfP Workshop on XEN in HPC Cluster and Grid Computing Environments (XHPC)

2006-06-12 Thread Michael Alexander
006 Camera-ready due: September 20, 2006 Conference: December 1-4, 2006 CHAIR Michael Alexander (chair), WU Vienna, Austria Geyong Min (co-chair), University of Bradford, UK Gudula Ruenger (co-chair), Chemnitz University of Technology, Germany PROGRAM COMMITTEE Franck Cappello, CNRS-Universi

Re: [OMPI users] F90 interfaces again

2006-06-12 Thread Michael Kluskens
On Jun 9, 2006, at 12:33 PM, Brian W. Barrett wrote: On Thu, 8 Jun 2006, Michael Kluskens wrote: call MPI_WAITALL(3,sp_request,MPI_STATUSES_IGNORE,ier) 1 Error: Generic subroutine 'mpi_waitall' at

[OMPI users] MPI_Wtime

2006-06-19 Thread Michael Kluskens
X with SGI MPI library. Michael

[OMPI users] auto detect hosts

2006-06-19 Thread Michael Kluskens
ses I asked for. The master node has an internal ip of 10.0.0.0 and the second node has an ip of 10.0.0.1 and a name of "node02" and "node2" I've been unable to find a file that contains only the name of my second node and not the others. I'm currently running OpenMPI 1.2a1r10297. Michael

Re: [OMPI users] auto detect hosts

2006-06-19 Thread Michael Kluskens
ocesses I asked for. The master node has an internal ip of 10.0.0.1 and the second node has an ip of 10.0.0.2 and a name of "node02" and "node2" I've been unable to find a file that contains only the name of my second node and not the others. I'm currently running OpenMPI 1.2a1r10297. Michael

Re: [OMPI users] keyval parser error after v1.1 upgrade

2006-06-26 Thread Michael Kluskens
uninstalled it) and you may find components dated from when you installed OpenMPI 1.0.2. Michael On Jun 26, 2006, at 4:34 PM, Benjamin Landsteiner wrote: Hello all, I recently upgraded to v1.1 of Open MPI and ran into a problem on my head node that I can't seem to solve. Upon

Re: [OMPI users] keyval parser error after v1.1 upgrade

2006-06-26 Thread Michael Kluskens
uses than things could be interesting (Intel compiler using FPATH for include files). Michael On Jun 26, 2006, at 6:28 PM, Patrick Jessee wrote: Michael, Hello. Thanks for the response. We do clean configures and makes under /tmp, and install in a completely separate area so I don&#

[OMPI users] 2nd Call for Papers - Workshop on XEN in HPC Cluster and Grid Computing Environments (XHPC)

2006-07-03 Thread Michael Alexander
ES July 17, 2006 - Abstract submissions due Paper submission due: August 4, 2006 Acceptance notification: September 1, 2006 Camera-ready due: September 20, 2006 Conference: December 1-4, 2006 CHAIR Michael Alexander (chair), WU Vienna, Austria Geyong Min (co-chair), University of Bradford,

[OMPI users] BTL devices

2006-07-14 Thread Michael Kluskens
The second question is should I see both gm & mx, or only one or the other. Michael

Re: [OMPI users] auto detect hosts

2006-07-14 Thread Michael Kluskens
default hostfile a long time ago. This needs to be documented in a couple more places, obviously I read about it once or twice and then never saw that buried documentation again in related documentation. Michael

Re: [OMPI users] Runtime Error

2006-07-26 Thread Michael Kluskens
s point, I restarted my machine. Not sure if it's necessary or not. 8. Go back to the v1.1 directory. Type 'make clean', then reconfigure, then recompile and reinstall 9. Things should work now. Thank you Michael, ~Ben ++ Benjamin Landsteiner lands...@stolaf.edu

Re: [OMPI users] Open-MPI running os SMP cluster

2006-07-26 Thread Michael Kluskens
lf sm - ... via shared memory to other processes tcp - ... via tcp openib - ... via Infiniband OpenIB stack gm & mx - ... via Myrinet GM/MX mvapi - ... via Infiniband Mellanox Verbs If you launch your process so that four processes are on a node then those would use shared memory to communicate. Michael

Re: [OMPI users] Compiling MPI with pgf90

2006-07-31 Thread Michael Kluskens
using the following: ./configure --with-gnu-ld F77=pgf77 FFLAGS=-fastsse FC=pgf90 FCFLAGS=- fastsse "--with-gnu-ld " might be important. Michael

[OMPI users] LSF with OpenMPI

2006-08-25 Thread Michael Kluskens
to the client nodes. I'd rather fix both and all other environmental variables with one fix so my test case is simply to use openmpi to run hostname. Before I started on this again I'd like to know if anyone has made more progress than I have. Michael

Re: [OMPI users] LSF with OpenMPI

2006-08-30 Thread Michael Kluskens
ary). If this turns out to be all that is needed then is it possible for OpenMPI to autodetect when it is running under LSF and then use lsgrun instead of rsh/ssh? Michael On Aug 29, 2006, at 7:01 PM, Jeff Squyres wrote: That's somewhat odd. I have very little experience with LSF, bu

[OMPI users] BLACS & OpenMPI

2006-10-02 Thread Michael Kluskens
out static libraries that I missed in the documentation. In order to use static libraries is it required to also include components in libraries? Michael

Re: [OMPI users] BLACS & OpenMPI

2006-10-02 Thread Michael Kluskens
GLVL = 1 MPIDIR = /usr/local MPILIB = INTFACE = -DAdd_ F77 = mpif77 CC = mpicc Michael

Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-03 Thread Michael Kluskens
rors until it crashes on the Complex AMX test (which is after the Integer Sum test). System configuration: Debian 3.1r3 on dual opteron, gcc 3.3.5, Intel ifort 9.1.032. On Oct 3, 2006, at 2:44 AM, Åke Sandgren wrote: On Mon, 2006-10-02 at 18:39 -0400, Michael Kluskens wrote: OpenMPI, BLACS,

Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-03 Thread Michael Kluskens
ollowing line. TRANSCOMM = -DCSameF77 # ------- # TRANSCOMM = Michael ps. I have successfully tested MPICH2 1.0.4p1 with BLACS 1.1p3 on the same machine with same compilers. On Oct 3, 2006, at 12:14 PM, Jeff Squyres wrote: Thanks Michael -- I've updated ticket 356

Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-04 Thread Michael Kluskens
ror message *** 3 additional processes aborted (not shown) Michael

Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-05 Thread Michael Kluskens
3a1r11962 and second best against 1.1.1 -- my lack of experience with patch likely confused the issue. Michael

Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-10 Thread Michael Kluskens
On Oct 6, 2006, at 12:04 AM, Jeff Squyres wrote: On 10/5/06 2:42 PM, "Michael Kluskens" wrote: System: BLACS 1.1p3 on Debian Linux 3.1r3 on dual-opteron, gcc 3.3.5, Intel ifort 9.0.32 all tests with 4 processors (comments below) Good. Can you expand on what you mean by &q

[OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-10 Thread Michael Kluskens
.1r3, compilers are gcc 3.3.5 and Intel ifort 9.0.32 (that is four processors). OpenMPI 1.1.2rc3 C test: 44 seconds Fortran test: 44 seconds OpenMPI 1.3a1r12069 C test: 44 seconds Fortran test: 44 seconds MPICH2 1.0.4p1 C test: 53 seconds F test: 59 seconds Michael

Re: [OMPI users] Trouble with shared libraries

2006-10-12 Thread Michael Kluskens
ile source code. Michael

Re: [OMPI users] PBS problem with OpenMP- only one processor used

2006-10-12 Thread Michael Kluskens
combination of any MPI and any scheduler is the following: mpirun -np 2 hostname Michael

Re: [OMPI users] BLACS Mac OS X

2006-10-12 Thread Michael Kluskens
ddr:0xe3 *** End of error message *** 2 additional processes aborted (not shown) What is the text before this? Michael

[OMPI users] MPI_GATHER: missing f90 interfaces for mixed dimensions

2006-10-24 Thread Michael Kluskens
Fortran MPI programmer that could use with-mpi-f90-size=large and have arrays in MPI_Gather that are of different dimensions. Michael Details below (edited) Look at limitations of the following: --with-mpi-f90-size=large (medium + all MPI functions with 2 choice buffers, but onl

Re: [OMPI users] Starting on remote nodes

2006-10-25 Thread Michael Kluskens
and I have only one installation of each type of compiler (g95, Intel, PGI, Absoft). Michael

Re: [OMPI users] Starting on remote nodes

2006-10-25 Thread Michael Kluskens
and I have only one installation of each type of compiler (g95, Intel, PGI, Absoft). Michael

[OMPI users] MPI_REDUCE vs. MPI_IN_PLACE vs. F90 Interfaces

2006-10-25 Thread Michael Kluskens
27;t work with 1.3. I've tried various fixes for my patches and I don't have a solution like I have for MPI_Gather. Michael Consider call MPI_REDUCE (MPI_IN_PLACE,sumpfi,sumpfmi,MPI_INTEGER,MPI_SUM, 0,allmpi,ier) Error: Generic subroutine 'mpi_reduce' at

Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-30 Thread Michael Kluskens
I have tested for the MPI_ABORT problem I was seeing and it appears to be fixed in the trunk. Michael On Oct 28, 2006, at 8:45 AM, Jeff Squyres wrote: Sorry for the delay on this -- is this still the case with the OMPI trunk? We think we finally have all the issues solved with MPI_ABORT on

[OMPI users] tickets 39 & 55

2006-10-31 Thread Michael Kluskens
Attached is a patch to deal with these two issues as applied against OpenMPI-1.3a1r12364. Michael diff -ru openmpi-1.3a1r12364-orig/ompi/mpi/f90/scripts/mpi-f90-interfaces.h.sh openmpi-1.3a1r12364/ompi/mpi/f90/scripts/mpi-f90-interfaces.h.sh --- openmpi-1.3a1r12364-orig/ompi/mpi/f90

Re: [OMPI users] OMPI Collectives

2006-11-01 Thread Michael Kluskens
releases are for the 1.3 branch. Michael

<    1   2   3   4   >