DAPL startup: RLIMIT_MEMLOCK too small Error
I am trying to execute my code on 25 processors using intel mpi. I am using intel parallel_studio_xe_2016_update2 cluster edition. Even after setting the maximum lock memory to unlimited I am...
View ArticlePS cluster V16.0 update 2 Windows install issue
Installation of Windows version of Parallel Studio XE 2016 Update 2 Cluster Edition over/after having Update 1 installed (and not uninstalling update 1) bombs out while trying to write to (insufficient...
View Articlempi_reduce issue with mpi_f08
I am running the following test code on intel mpi 5.1.2 and compilng with ifort 16.0.1program testreduce use mpi_f08 implicit none integer :: ierr,id, nnodes real(kind(1.d0)),allocatable :: a(:),b(:)...
View Article2 nodes on Windows 7 x64 assistance
Installed Parallel Studio XE 2016 Update 2 Cluster edition on Windows 7 Pro x64 (installed on two systems) and attempting to run the MPI test program.Each system can run the test program on itself, but...
View ArticleIntel® Parallel Studio XE 2017 Beta is now open – register and provide feedback!
Intel® Parallel Studio XE 2017 Beta is brings together exciting new technologies along with improvements to Intel’s existing software development tools. Registration gets you early access to the Intel®...
View ArticleA Bus error
Hi all,I'm running a pretty heavy MPI application (the WRF model) on Linux and get a BUS error (please see below the output for the type of the error) --- any idea how to isolate the cause (specific...
View Articlempi failed using Intel sample code
Hi, I have installed intel parallel studio xe cluster edition 2016 on HPC environment.All compilers are working fine.when I tried to execute the following commands:#mpirun hostname #mpirun...
View Articlempiicc and mpiifort are missing
On one of our Linux clusters, when looking at the content of the directory: /parallel_studio_xe_update2/compilers_and_libraries_2/compilers_and_libraries_2016.2.181/linux/mpi/intel64/bin mpiicc and...
View ArticleCompiling a program using mpi_f08 fails with gfortran based mpif90
I have downloaded the 5.1 Update 3 library to my x64 linux machine and am trying to compile a Fortran program. I have only GNU compilers on this, personal machine. Using mpif90 (even when forced with...
View ArticleMPI license problem
Hi all,I'm using the Parallel Studio XE Cluster Edition academic license, and I'm trying to install an older version of the stack in order to reproduce our cluster compiler etc versions in my laptop. I...
View Articlemissing 64-bit installation
HiWhen installing parallel_studio_xe_2015_update5 on a linux (CentOS6) cluster only IA32 files appear under /intel/opt. (the machine does support 64-bit)When I try compiling a program using the IA-32...
View ArticleCan not be compiled programs with Intel Trace Collector
Hi AllI try to use the intel trace collector on a windows7 computer.When I build my programs using "mpiicpc -trace" command to link trace collector libraries, some error (reference number of intel...
View ArticleProblem vectorizing FORTRAN code
Hi all,My original code had some probems to get good vectorizations. Following siggestions in different places (including several INTEL articles), I decided that re-structuring the data layout seems...
View ArticleGot "access violation" error while Calling MPI_GATHERV subroutine in Fortran...
Hi, everyone. I am a beginner of using intel MPI. So i write a testing FORTRAN program to understand how it works and to verify that the configuration of MPI environment is done well. However, the...
View ArticleMPI redistribution
Hi,I recently adapted an application that I have been developing to run using the Intel MPI API. I make this application available to third-parties for use, and am uncertain how to redistribute the...
View Articlevtune cant collect data
I already used vtune on my own system without problems but to use some other features too I used pcsevars.sh intel64 this morning.After getting the message:mpsvars.sh: Warning: Hardware events...
View ArticleScalability on Intel quad CPU
A customer is asking for more references on parallel scalability on 4 CPU machines such as E5-4620 (4x8 core). I noted on his box that the sibling logicals under hyperthread are numbered 32 apart...
View ArticleSegmentation fault with "flexible" mpi subroutine
Hi,I have an mpi subroutine which copies different variables into an integer and real array, send to different procs using MPI, and then updates the variables to their new values using the sent integer...
View ArticleMPI error [../../src/mpid/ch3/channels/nemesis/netmod/dapl/dapl_poll_rc.c:2482]
I've a coarray program which I compile for distributed memory execution.I then run it on a single 16-core node with different numbers of processors.It runs fine with 2, 4 and 8 processes, but give the...
View ArticleCan source file names be extracted from MS Developer Studio to make a MPI...
Hi,I am using Microsoft Developer studio 2010 and 2015 together with Intel Fortran Cluster Edition 2016. I now want to run my program under MPI and need to make a command file with the names of my...
View Article