[OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Pedro G
Hello everybody, I am new here. I would like to know if Msc Nastran supports openmpi. I have been searching in google about Nastran and Openmpi but I couldn't find if it works or not. Now I'm using lam/mpi for nastran parallel jobs, but I have some problems with lam, nastran and sge, so I'd like

Re: [OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Reuti
Hi, Am 20.10.2008 um 12:18 schrieb Pedro G: I would like to know if Msc Nastran supports openmpi. I have been searching in google about Nastran and Openmpi but I couldn't find if it works or not. Now I'm using lam/mpi for nastran parallel jobs, but I have some problems with lam, nastran

Re: [OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Pedro G
On 10/20/08, Reuti wrote: > > Hi, > > Am 20.10.2008 um 12:18 schrieb Pedro G: > > I would like to know if Msc Nastran supports openmpi. >> >> I have been searching in google about Nastran and Openmpi but I couldn't >> find if it works or not. >> >> Now I'm using lam/mpi for nastran parallel jobs,

Re: [OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Reuti
Am 20.10.2008 um 14:17 schrieb Pedro G: On 10/20/08, Reuti wrote: Hi, Am 20.10.2008 um 12:18 schrieb Pedro G: I would like to know if Msc Nastran supports openmpi. I have been searching in google about Nastran and Openmpi but I couldn't find if it works or not. Now I'm using lam/mpi for

Re: [OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Pedro G
Ok I will try it. Thank you very much. On 10/20/08, Reuti wrote: > > Am 20.10.2008 um 14:17 schrieb Pedro G: > > On 10/20/08, Reuti wrote: Hi, >> >> Am 20.10.2008 um 12:18 schrieb Pedro G: >> >> I would like to know if Msc Nastran supports openmpi. >> >> I have been searching in google about

Re: [OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Joe Griffin
Hi Pedro, MSC Nastran 2008 uses OpenMPI as the default. LAM/MPI is an option. MD Nastran ( MD R3 ) uses OpenMPI as the default. LAM/MPI, HP/MPI and Intel/MPI are options. MDR2 had LAM/MPI as the Default and OpenMPI as an option. Feel free to contact me directly if you have furt

Re: [OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Joe Griffin
Pedro, If you used "openmpi=yes" then you will also need to specify "proc=open". I believe that was the specification in 2007.0.3. Regards, Joe From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Pedro G Sent: M

Re: [OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Joe Griffin
Pedro, Back in 2003 I had a script to run Nastran with LAM and SGE. I no longer have SGE on any of my systems, so I can't verify it works now, but here is the script. #! /bin/ksh # # sge_nast: SunGridEngine script to use with # MSC.Nastran V2001.0.9 and greater. # # Usage:

Re: [OMPI users] Question about openmpi and msc nastran

2008-10-20 Thread Pedro G
Joe, thank you very much, we are now using msc nastran 2007, maybe we should try an upgrade to 2008 version since LAM/MPI are causing many problems. On 10/20/08, Joe Griffin wrote: > > > > Hi Pedro, > > > > MSC Nastran 2008 uses OpenMPI as the default. LAM/MPI is an option. > > > > MD Nastran

[OMPI users] Problems installing in Cygwin

2008-10-20 Thread Gustavo Seabra
Hi All, I am trying to install OpenMPI in Cygwin. from a cygwin bash shell, I configured OpenMPI with the command below: $ echo $MPI_HOME /home/seabra/local/openmpi-1.2.7 $ ./configure --prefix=$MPI_HOME \ --with-mpi-param_check=always \ --with-threads=posix \

Re: [OMPI users] Problems with OpenMPI running with Rmpi

2008-10-20 Thread Simone Giannerini
Dear Dirk, many thanks for your reply, >On 17 October 2008 at 12:42, Simone Giannerini wrote: >| Dear all, >| >| I managed to install successfully Rmpi 0.5-5 on a quad opteron machine (8 >| cores overall) running on OpenSUSE 11.0 and Open MPI 1.5.2. >| >| this is what I get >| >| > library(Rmpi)

[OMPI users] OpenMPI runtime-specific environment variable?

2008-10-20 Thread Adams, Brian M
I work on an application (DAKOTA) that has opted for single binaries with source code to detect serial vs. MPI execution at run-time. While I realize there are many other ways to handle this (wrapper scripts, command-line switches, different binaries for serial vs. MPI, etc.), I'm looking for a

Re: [OMPI users] OpenMPI runtime-specific environment variable?

2008-10-20 Thread Doug Reeder
Brian, In your code branch for the parallel run you could set an environment or internal variable when you call mpi_init. Can you parse the command line (arg 0) and figure out if you are running parallel or serial. Doug Reeder On Oct 20, 2008, at 3:40 PM, Adams, Brian M wrote: I work on

Re: [OMPI users] OpenMPI runtime-specific environment variable?

2008-10-20 Thread Ralph Castain
It depends on what you are trying to do. If you intend to use this solely with OMPI 1.2.x, then you could use some of those. However, they are risky as they are in general internal to OMPI's infrastructure - and thus, subject to change from one release to another. We do have some environm