Error Loading libmpifort.so.12
Hello,I am trying to run my executable (PDES Simulator - ROSS) on a cluster and I add the module mpich/ge/gcc/64/3.2rc2 for mpi support.But I got "while loading shared libraries: libmpifort.so.12:...
View Article18.01 bug(??) when resolving in submodule structure
Hi therethis codeModule Mod_testmod Type :: test_type contains Procedure, Pass :: bla => Subbla Final :: SubFinalizer End type test_type interface Module Subroutine Subbla(this) Class(test_type),...
View Articlevalgrind: "conditional jump depends on uninitialised value" in...
Looking for a rare segfault during deallocation in our software we have used valgrind and have come upon some error messages, which possibly are due to a compiler bug. We are using ifort "Version...
View ArticleIntel compiler issue for a long code
Hello all,This post is regarding an issue about compiling the routine that performs the Jacobian calculation (chem_spack_jacdchemdc.f90), in a Numerical Weather Prediction model, named BRAMS...
View ArticleFortran subModule for OOP methods
Dear All: I am trying subModule for OOP methods in Fortran as test case. Followings are code snippets:Module:Module declarations type::Car character(len=10)::Name character(len=10)::Make contains...
View ArticleProblem with overflow in vectorization, ifort 17.0.4
Dear all, I came across a segmentation fault when vectorizing a simple loop. It appears that the problem occurs when the loop is vectorized and some indices (not directly the loop index) to access the...
View ArticleNeed 32bit libraries on 64bit Ubuntu
I am trying to install IFC 2013 update 6 on my Ubuntu 16 64 bit version.I need to get the 32 bit libraries installed. I thought that I had them all install, but the IFC installer is still...
View ArticleBug(?) in sourced allocation when type hierachy contains generic assignment
Hi,the code:Module testmod Type :: root_type integer, allocatable :: a contains Generic, Public :: Assignment(=) => Copy Procedure, Pass(this) :: Copy => SubCopy End type root_type Type,...
View Articleifort can`t call pow() of gnu libm
hi everyone i have trouble in ifort in Linux, i write a small program with pow function and compiled by ifort with -lm,but when i gdb this program,i find the program use the pow() of liblimf,so...
View Articlewhich field canI use my Intel Parallel Studio for student?
codld I use a Intel Parallel Studio for student to do some physical research and publish a papers legally?
View ArticleContinuing after my student's licence expires - HELP!!!
HiI have had a student's licence for the past year and it expired on December 15 2017. I need clarification on the next steps and implications?I have figured that one needs to apply again. So I have...
View ArticleRPM signature problems on Fedora 27
I cannot install Parallel Studio 2017, 2018 on Fedora 27. I suspect there is a problem in RPM signature. For instance, given a provided RPM package I obtain the following error:$ rpm -q -p...
View ArticleCompiler bug when partially collapsing loops across incomplete arrays in ifort?
I'm trying to port some code to OpenMP, and have encountered a problem. I've distilled out a minimal failing example below program test_collapse parameter(N1=8,N2=8,N3=4) real*8 R(N1,N2,N3) c Set up...
View ArticleHow to get intel fortran compiler 10.1.026 student version
Hi,I have got a licence (free, student) for Intel® Parallel Studio XE Cluster Edition for Linux* 2018.But I needed ifort 10.1.026. I went to product list and selected version for fortran linux as...
View ArticleProblem installing Fortran 11.1 on MacOS
I actually had two problems installing m_cprof_p_11.1.091.dmg on my Mac running Sierra Version 10.12.6.The first was that apparently since Mac OS 10.5, Apple is no longer putting Xcode in...
View ArticlePossible compiler bug 2018 version (linux)
Dear all, we recently moved to version 2018 of the Fortran compiler. We found one instance where we were not able to figure out why we encounter a problem with the 2018 version. The code this happens...
View Article2018 unformatted read grabbing multiple records
We have some code that attempts to determine how many entries are in a record by attempting to read the record and looking at the IOSTAT value to determine if we have read too many values. This code...
View ArticleTrouble getting OpenSource contributor license
Hi,I've tried registering for an OpenSource developer license for the Intel Compilers for Linux, but I never receive any emails with registration keys and/or further instructions.I am a regular...
View ArticleIntel Fortran Compiler 18.0.1 for Mac OS X 10.13 and Xcode 9.2
Hi all,I am using Mac OS X 10.13.2 and Xcode 9.2.I am trying to use the Intel Fortran Compiler 18.0.1 with Xcode but the integration does not seem to be working.I am not able to add a build rule for...
View Articleifort 2018.1 internal compiler error when compiling MUMPS
I'm getting "Internal compiler error: segmentation violation signal raised" when i try to compile MUMPS with ifort 2018.1.Here's a test case which hopefully reproduces the problem:$ wget...
View Article