Re: [OMPI users] OpenMPI 5.0.0 & Intel OneAPI 2023.2.0 on MacOS 14.0:

2023-11-06 Thread Christophe Peyret via users
Hello, I am tring to compile openmpi 5.0.0 on MacOS 14.1 with Intel oneapi Version 2021.9.0 Build 20230302_00. I enter commande : lt_cv_ld_force_load=no  ../openmpi-5.0.0/configure --prefix=$APP_DIR/openmpi-5.0.0 F77=ifort FC=ifort CC=icc CXX=icpc  --with-pmix=internal  

[OMPI users] Mac OS + openmpi-4.1.2 + intel oneapi

2021-12-30 Thread Christophe Peyret via users
comm,rank,size,ierror call mpi_init(ierror) comm=MPI_COMM_WORLD call mpi_comm_rank(comm, rank, ierror) call mpi_comm_size(comm, size, ierror) print '("rank=",i0,"/",i0)',rank,size call mpi_finalize(ierror) end program toto -- Christophe Peyret ONERA/DAAA/NFLU

[OMPI users] OS X + Xcode 8 : dyld: Symbol not found: _clock_gettime

2016-10-03 Thread Christophe Peyret
Hello, since Xcode8 update, I have problem problem with mpirun function : _clock_gettime is not found dyld: Symbol not found: _clock_gettime Referenced from: /opt/openmpi-1.10.4/lib//libopen-pal.13.dylib Expected in: flat namespace Trace/BPT trap: 5 Any idea ?

[OMPI users] openmpi-1.6 + Intel compilers

2012-05-23 Thread Christophe Peyret
l,-commons,use_dylibs -I/opt/openmpi-1.6/lib -L/opt/openmpi-1.6/lib -lmpi_f90 -lmpi_f77 -lmpi -lm What are options -Wl,-commons,use_dylibs ? Can I remove it and How ? -- Christophe Peyret ONERA - DSNA - PS3A http://www.onera.fr/dsna/couplage-methodes-aeroacoustiques

Re: [OMPI users] OSX: dyld: Symbol not found: _orte_daemon

2011-11-09 Thread Christophe Peyret
> > > On Nov 8, 2011, at 6:01 AM, Christophe Peyret wrote: > > > Hello, > > > > > > I am trying to run a program on a cluster composed with Apple Xserve > > running 10.5.8 (Leopard). > > > > > > 1) I am using openmpi-1.4.4 com

[OMPI users] OSX: dyld: Symbol not found: _orte_daemon

2011-11-08 Thread Christophe Peyret
--- mpirun: clean termination accomplished 3) Does anyone have an idea ? -- Christophe Peyret ONERA - DSNA - PS3A 29 ave de la Division Leclerc F92320 Chatillon Tel. : +331 4673 4778 Fax : +331 4673 4166 http://www.onera.fr/dsna/couplage-methodes-aeroacoustiques

[OMPI users] Rép : openmpi + share points

2010-05-20 Thread Christophe Peyret
Hello, Thank for the advice, it works with NFS ! But : 1) it doesn't work anymore, if I remove --prefix /Network/opt/openmpi-1.4.2 (is there a way to remove it on OSX, already declared ?) 2) I must use the option -static-intel at link else i have a problem with libiomp5.dylib not found

Re: [OMPI users] openmpi + share points

2010-05-19 Thread Christophe Peyret
then make /opt/openmpi-1.4.2 available on all nodes (even if they're mounted network shares). Can you try that? On May 10, 2010, at 9:04 AM, Christophe Peyret wrote: > Hello, > > I am building a cluster with 6 Apple xserve running OSX Server 10.6 : > > node1.cluster > node2.c

[OMPI users] openmpi + share points

2010-05-10 Thread Christophe Peyret
Hello, I am building a cluster with 6 Apple xserve running OSX Server 10.6 : node1.cluster node2.cluster node3.cluster node4.cluster node5.cluster node6.cluster I've intalled openmpi in directory /opt/openmpi-1.4.2 of node1 then I made a share point of /opt -> /Network/opt and define variables

Re: [OMPI users] Mac OSX 10.6 (SL) + openMPI 1.3.3 + Intel Compilers 11.1.076

2009-11-05 Thread Christophe Peyret
How can I deactivate Xgrid launching in order to be able to use open- mpi under snow leopard ? Le 5 nov. 2009 à 13:18, Christophe Peyret a écrit : Hello, I'm trying to launch a job with mpirun on my Mac Pro and I have a strange error message, any idea ? Christophe [santafe.onera

[OMPI users] Mac OSX 10.6 (SL) + openMPI 1.3.3 + Intel Compilers 11.1.076

2009-11-05 Thread Christophe Peyret
Hello, I'm trying to launch a job with mpirun on my Mac Pro and I have a strange error message, any idea ? Christophe [santafe.onera:00235] orte:plm:xgrid: Connection to XGrid controller unexpectedly closed: (600) The operation couldn’t be completed. (BEEP error 600.) 2009-11-05

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

2009-09-08 Thread Christophe Peyret
64/lib:/usr/local/vtk-5.4.2/lib/vtk-5.4 @+ Christophe Peyret