Re: [OMPI users] 'AINT' undeclared

2016-05-11 Thread Ilias Miroslav
Ad: https://www.open-mpi.org/community/lists/users/2016/05/29166.php Yes ! The the PGI stuff in path was the reason ... the OpenMPI build with GNU was taking PGI preprocessor. I unloaded the PGI module (and Intel module to be sure) and the OpenMPI 1.10.1 static build with GNU compilers went

Re: [OMPI users] 'AINT' undeclared

2016-05-10 Thread Ilias Miroslav
https://www.open-mpi.org/community/lists/users/2016/05/29148.php Dear Gill, Ooops, I don't have SIZEOF_PTRDIFF_T in config.status/config.log. I am attaching config.log, config.status files. This is virtual machine : Linux grid.ui.savba.sk 2.6.32-573.26.1.el6.x86_64 #1 SMP Tue May 3 14:22:07

[OMPI users] 'AINT' undeclared

2016-05-09 Thread Ilias Miroslav
Greetings, I am trying to install OpenMPI 1.10.1/1.10.2 with gcc (GCC) 5.2.1 20150902 (Red Hat 5.2.1-2) statically, $ ./configure --prefix=/home/ilias/bin/openmpi-1.10.1_gnu_static CXX=g++ CC=gcc F77=gfortran FC=gfortran LDFLAGS=--static -ldl -lrt --disable-shared --enable-static

[OMPI users] statically linked OpenMPI 1.10.1 with PGI compilers

2015-12-31 Thread Ilias Miroslav
Dear experts, while I have succeeded to build fully statically linked OpenMPI with Intel compilers: ./configure --prefix=/home/ilias/bin/openmpi-1.10.1_intel_static --without-memory-manager CXX=icpc CC=icc F77=ifort FC=ifort LDFLAGS=--static --disable-shared --enable-static

[OMPI users] static OpenMPI with GNU

2015-11-13 Thread Ilias Miroslav
Greeting, I am trying to compile the static version of OpenMPI, with GNU. The configuration command : mil...@login.grid.umb.sk:~/bin/openmpi-1.10.1-gnu-static/openmpi-1.10.1/../configure --prefix=/home/milias/bin/openmpi-1.10.1-gnu-static CXX=g++ CC=gcc F77=gfortran FC=gfortran

[OMPI users] CygWin compilation of OpenMPI-1.8.5

2015-06-08 Thread Ilias Miroslav
Greetings, CygWin is interesting intermediating environment between Windows and Linux-like architectures, and the OpenMPI project is good platform for enabling parallel calculations. Here is my OpenMPI building experience with some problems encountered (with up-to-date CygWin & OpenMPI): 1)

Re: [OMPI users] OpenMPI 1.6.5 and IBM-AIX

2013-07-06 Thread Ilias Miroslav
/openmpi_gnu/openmpi-1.6.5/opal/mca/timer/aix' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/gpfs/home/ilias/bin/openmpi_gnu/openmpi-1.6.5/opal' make: *** [all-recursive] Error 1 From: Ilias Miroslav Sent: Saturday, July 06, 2013 1:51 PM To: us

[OMPI users] OpenMPI 1.6.5 and IBM-AIX

2013-07-06 Thread Ilias Miroslav
Dear experts, I am trying to build up OpenMPI 1.6.5 package with the AIX compiler suite: ./configure --prefix=/gpfs/home/ilias/bin/openmpi_xl CXX=xlC CC=xlc F77=xlf FC=xlf90 xl fortran is of version 13.01, xlc/C is 11.01 Configuration goes well, but the compilation fails. Any help, please ?

[OMPI users] LDFLAGS & static compilation & linking

2013-04-12 Thread Ilias Miroslav
Dear experts, I would like to prepare static installation of OpenMPI 1.6.4 on Scientific Linux 6 (similar thread here http://www.open-mpi.org/community/lists/users/2012/01/18249.php). I applied configuration commands: ./configure --prefix=/home/milias/bin/ompi_intel_static CXX=icpc CC=icc

Re: [OMPI users] OpenMPI-1.6.3 MinGW64 buildup on Windows 7

2012-12-12 Thread Ilias Miroslav
Ad: http://www.open-mpi.org/community/lists/users/2012/12/20865.php Thanks for your efforts, Damien; however, in between I realized that this standalone Windows OpenMPI is built from ifort.exe + cl.exe, and I have only MinGW suite in disposal... For that reason I tried to build-up OpenMPI on

Re: [OMPI users] OpenMPI-1.6.3 MinGW64 buildup on Windows 7

2012-12-12 Thread Ilias Miroslav
s\Makefile2:82: recipe for target 'opal/CMakeFiles/libopen-pal.dir/all' failed mingw32-make[1]: *** [opal/CMakeFiles/libopen-pal.dir/all] Error 2 Makefile:135: recipe for target 'all' failed mingw32-make: *** [all] Error 2 C:\OpenMPI-1.6.3-MinGW> ________ From: Ilia

[OMPI users] OpenMPI-1.6.3 MinGW64 buildup on Windows 7

2012-12-09 Thread Ilias Miroslav
Dear experts, following README.WINDOWS.txt I am trying to install OpenMPI-1.6.3 using MinGW64 package on my 64-bit Windows 7 machine. After configuring with cmake-giu, I got these error messages below. Any help, please ? Maybe I should set up some CMake variable to cure " conflicting types

[OMPI users] 0xc000007b error exit on 64-bit Windows 7

2012-12-03 Thread Ilias Miroslav
Dear experts, I just installed http://www.open-mpi.org/software/ompi/v1.6/downloads/OpenMPI_v1.6.1-1_win64.exe on our Intel i7 64-bit Windows 7 system. When I try to run some executable, I am getting error "Application Error The application was unable to start correctly (0xc07b)..."

Re: [OMPI users] static, standalone mpirun (Jeff Squyres)

2012-09-28 Thread Ilias Miroslav
@open-mpi.org> Message-ID: <7fba-18bc-4dde-8451-79960762f...@cisco.com> Content-Type: text/plain; charset=us-ascii Sorry for jumping in late in this thread. More below. On Sep 20, 2012, at 1:43 PM, Ilias Miroslav wrote: > I prepared my own static OpenMPI files (mpirun, mpif

Re: [OMPI users] static, standalone mpirun

2012-09-24 Thread Ilias Miroslav
Hi, > Sorry, I should have been clearer - I was asking if the path in the error > message was indeed OPAL_PREFIX/etc/ I gather from your message that it is > not. At the moment, it appears to be set to the install location, and > probably isn't looking at OPAL_PREFIX. yes, the path in

Re: [OMPI users] static, standalone mpirun

2012-09-23 Thread Ilias Miroslav
is location of my static mpirun. The wish is to distribute own static mpirun with related necessary files to other servers to be able to launch static parallel applications there. Thanks, Miro On Sep 20, 2012, at 5:15 AM, Ilias Miroslav <Miroslav.Ilias_at_[hidden]> wrote: > Hi again, &

Re: [OMPI users] static, standalone mpirun

2012-09-20 Thread Ilias Miroslav
Hi again, as I checked the mailing list - isn't it this bug showing up again in static version ? http://www.open-mpi.org/community/lists/users/2012/05/19278.php M From: Ilias Miroslav Sent: Thursday, September 20, 2012 1:43 PM To: us...@open-mpi.org

[OMPI users] static, standalone mpirun

2012-09-20 Thread Ilias Miroslav
Greetings, I prepared my own static OpenMPI files (mpirun, mpif90...) within openmpi-1.6.1.tar.gz ./configure --prefix= --without-memory-manager CXX=icpc CC=icc F77=ifort FC=ifort LDFLAGS=--static --disable-shared --enable-static and I was trying to launch parallel job at other machine (I

[OMPI users] file `opal/mca/hwloc/hwloc131/configure.m4' does not exist in svn repo

2012-03-20 Thread Ilias Miroslav
Dear all, I updated ompi-trunk to the most recent trunk: il...@frpd2.utcpd.sk:~/bin/openmpi_i32lp64_intel_static/ompi-trunk/.svn info Path: . URL: http://svn.open-mpi.org/svn/ompi/trunk Repository Root: http://svn.open-mpi.org/svn/ompi Repository UUID: 63e3feb5-37d5-0310-a306-e8a459e722fe

Re: [OMPI users] pure static "mpirun" launcher (Jeff Squyres) - now testing

2012-01-30 Thread Ilias Miroslav
0 of 4 Hello, world, I am 2 of 4 ilias@194.160.135.47:/tmp/ilias/test/simplest/. ____ From: Ilias Miroslav Sent: Monday, January 30, 2012 8:40 PM To: us...@open-mpi.org Subject: Re: [OMPI users]

Re: [OMPI users] pure static "mpirun" launcher (Jeff Squyres) - now testing

2012-01-30 Thread Ilias Miroslav
ot supporting static linking properly. :-\ > > I do see that Libtool is stripping out the "-static" standalone flag that you > passed into LDFLAGS. Yuck. What's -Wl,-E? Can you try "-Wl,-static" > instead? > > > On Jan 25, 2012, at 1:24 AM, Ilias Mirosl

Re: [OMPI users] pure static "mpirun" launcher (Jeff Squyres) - now testing

2012-01-30 Thread Ilias Miroslav
nto LDFLAGS. Yuck. What's -Wl,-E? Can you try "-Wl,-static" > instead? > > > On Jan 25, 2012, at 1:24 AM, Ilias Miroslav wrote: > >> Hello again, >> >> I need own static "mpirun" for porting (together with the static executable) >> onto various

Re: [OMPI users] pure static "mpirun" launcher

2012-01-25 Thread Ilias Miroslav
ocal granted slots for mpirun. For this it might be necssary to have a >> high number of slots on the headnode for this queue, and request always one >> slot on this machine in addition to the necessary ones on the computing node. >> >> -- Reuti >> >> >>>

[OMPI users] pure static "mpirun" launcher

2012-01-24 Thread Ilias Miroslav
Dear experts, following http://www.open-mpi.org/faq/?category=building#static-build I successfully build static OpenMPI library. Using such prepared library I succeeded in building parallel static executable - dirac.x (ldd dirac.x-not a dynamic executable). The problem remains, however,