mpiicc, mpiicpc, mpiifort, etc. are missing in Parallel Studio XE Cluster...
Hello, I recently installed the Parallel Studio XE Cluster Edition ( student edition), windows 10 and ubuntu 14.04.03 versions but I noticed that mpiicc, mpiicpc, mpiifort are missing. It is mentioned...
View Articletruncated Message : same size sent and received.
Greetings everyoneI have a set of simple send and receive calls in my program (blocking).The send and receive are called with MPI_DOUBLE and the length of array being sent/received is of length 9.I...
View ArticleMPI error while running SIESTA code
Hello,I have compiled parallel version of siesta-3.2 code with Intel Parallel Studio XE 2016 Cluster Edition. There were not any problems, but every siesta run ended with the next error:Fatal error in...
View ArticleCannot access "Named Shared Memory" when running MPI
I am creating a MPI transfer application to move data between two programs working together on a local area network, but initial testing I am running the tests on a single computer with 2 processes. I...
View ArticleMPI error based on host order
I'm setting up new MPI environment with two windows 8 pc. Running the command below in ether order works on both machines.mpiexec -n 1 -host machine1 hostname : -n 1 -host machine2 hostnameThen running...
View ArticleHelp with Assertion failed in file ../../dapl_conn_rc.c
I am trying to run a Fortran MPI based code (Incompact3d) on a cluster. The code works fine in local execution (i7) or in a single node (dual Xeon) handling even agressive optimization options like...
View Articlesystem call intrinsics not working when using ILP64 version of Intel MPI
Hi,I am using Intel MPI 5.1.2 and ifort version 16.0.1 under linux. I have a code that uses the 'system' intrinsic to perform some file/directory manipulations that no longer works properly when using...
View ArticleLinking MKL_DFTI error
Dear all;I need to use mkl_dfti module. For the following sample code,program test use MKL_DFTI Complex :: X(32) Real :: Y(34) type(DFTI_DESCRIPTOR), POINTER :: My_Desc1_Handle, My_Desc2_Handle Integer...
View ArticleSize of MPI_TAB_UB
In the Intel MPI library reference manual it states that MPI_TAG_UB (under the section Using ILP64 - Known Issues and Limitations)Predefined commuicator attribugs ... MPI_TAG_UB ... are returned by the...
View ArticleMPI in mixed C and FORTRAN
Hello,I am using the Intel MPI on a mixed C/FORTRAN program. All my communicators (MPI_Comm) are instanced in C; yet, I need to pass them through MPI calls to a FORTRAN subroutine.How does one cast the...
View ArticleDebugging problems with mpiexec.hydra
Hello,I have provided an ifort + intelMPI build of a CFD solver to a customer using the Intel MPI runtime environment. The customer's cluster uses a SGE scheduler. The user is attempting to run on...
View ArticleMPI openmp fopenmp oopenmp qopenmp
On Linux, using Eclipse, I am creating a C project that uses a combination of MPI and OpenMP.I can get the project to build, but with some warning that I can ignore. This may not necessarily be an...
View ArticleInstalled MPI Library 5.1 Update 3 and Damaged the OS Install
I recently downloaded and installed the Intel MPI Library 5.1 Update 3 (w_mpi_p_5.1.3.180.exe) and after what appears to be a successful install, many components of the OS (Window 7) are non...
View ArticleStarting a Windows GUI Application with mpiexec
I am trying to launch a windows GUI application which itself spawns one or more mpi applications.The intention is to form an inter-communicator that allows the spawned mpi processes to communicate with...
View ArticleMPI: Too Many Communicators
I have a code that has a time-stepping algorithm in which a distributed matrix is solved at each time step. After a number of time steps, Intel MPI crashes with the error message...
View ArticleQuestion about mpiexec (5.1.3)
Dear all,I have 10 nodes name N01~N10. In these nodes two nodes installed Windows server 2012 and others are Windows 7 64bit. A domain fem.org was created in one node. All nodes have joined into this...
View ArticleOpenMP and MKL
Hello,I have a program where at one point I call a function.Inside this function I have OpenMP parallelization AND I have MKL/BLAS calls. I know that the BLAS are never called inside an OpenMP parallel...
View ArticleCan only run one MPI job on Windows
<p>I may not be in the right forum, so redirect if necessary.</p><p>My organization distributes a large Fortran program that uses MPI. We distribute the Intel MPI redistributable libs...
View ArticleQuestion about submitting MPI job from Windows HPC 2012
Dear all,I can launch my program by Intel MPI 4.1.3.047 by the following command line:mpiexec -wdir "z:\test\1\-newR1A30" -mapall -hosts 10 N01 2 N02 2 N03 2 N04 2 N05 2 N06 2 N07 2 N08 2 N09 2 N10 2...
View ArticleMPI application end users require Admin privileges for hydra-service
I have developed an MPI-enabled application that will be run by end users on their 64-bit Windows machines. The application and all its files are packaged as a zip file, and therefore doesn't need a...
View Article