LAMMPS 2017 compilation with intel parallel studio XE 2015
Dear users and developers,Recently, I tried to compile and install LAMMPS-latest release on Ubuntu 16.04 and I exactly followed the instruction given...
View Articleintel MPI codes fails with more than 1 node
For a simple mpi program compiled with Intel compiler studio 2016 and 2017, with intel compiler and mpi, the jobs fail with the following debug errors. The code will run extremely slowly, and get stuck...
View Articlepolymorphic variables: assignment "poly = a" and "a = poly"
Hello, I'm discovering the pleasures of the OOP and I'm faced with a problem depending on the compiler (ifort vs gfortran). Consider this first simple module:module typedefs implicit none type base_t...
View ArticleA little problem
Hi, everyone. Is there a way to control the name of compiled .mod files ? we can use -o option to set the name of object file, so is there a similar way for module files then ? Thanks.
View Articlesegfault when printing string component
The following "minimal example" causes a segfault if compiled with ifort 17.0.4 20170411 on 64-bit Linux (Ubuntu 16.04) goerz@mlhpc2:~> uname -a Linux mlhpc2 4.4.0-36-generic #55-Ubuntu SMP Thu Aug...
View ArticleSyntax error. found END-OF-FILE when expecting one of:
I am porting Fortran 77 to Fortran 90. I am getting the following syntax error:source.i(4): error #5082: Syntax error, found END-OF-FILE when expecting one of: <LABEL> <END-OF-STATEMENT>...
View ArticleFortran: multiple definition of `date_'
When running Makefile, I am getting the error shown below:/opt/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/libifport.a(idate.o): In function `date_': idate.c:(.text+0x1b0):...
View ArticleStill about generic interface from external procedures
I would like to put a question to those that work with the J3 and other committees that determine the standard.Related to this...
View ArticleFortran preprocessor stripping off 2 sets of quotes
I am trying to compile a source file which contains the statement p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Andale Mono'; color: #ffffff; background-color: #2c67c8} span.s1...
View Articlefinal procedure problem
here is my codemodule vector_class implicit none ! Type definition type,public :: vector private real, dimension(:), POINTER :: v logical :: v_allocated = .false.contains procedure,public ::...
View Articleclass(*) intrinsic assignment
When trying to compile a module to assign class(*) to an integer I get the following error:stl.f90(10): error #6762: The type for the arguments of this specific subroutine for a defined ASSIGNMENT...
View ArticleThere is no fortran serial number for mac os for Free Tools for Students?
hi I'm a student of wuhan university. when i need to update my serial number of ifort , i find a problem that there is no link for me to apply for a serial number via my education email, i can only...
View ArticleBoundary Run-Time Check Failure for variable
Hi all,We are investigating a bug in our software and we are getting the following message from the intel fortran compiler:" Boundary Run-Time Check Failure for variable 'var$1825.0.6'"A similar issue...
View ArticleSegfault when passing non-allocated class variable to optional dummy arg
The binary produced with the ifort 17.0.4 @ x86_64/Linux crashes, if a non-allocated class variable is passed to an optional dummy argument. The code below demonstrates the issue.Best...
View Articlesize of symbol changed
I am getting a warning stating:ld: Warning: size of symbol `contrl_' changed from 120 in contempt28_tu.o to 1292 in hx1.o Background information: contempt28 is a legacy f77 code being ported to intel...
View Articlefiles not found by shared library. "...try using -rpath or -rpath-link
This is a f77 code being ported to Intel fortran 90. The build consists of building a shared library that is used by other fortran programs. When building contempt28, The linker is complaining...
View Articleabstract class and interface problem
I test abstrat class and abstract interface ,ihave a problem..how can use abstract interface ?,i have a example,i compile it ,but it can't run!following is my code ,please correct my error,thank you !...
View ArticleThreadprivate allocatable performance issues
Hello,I have a parrallel part of a code which uses a THREADPRIVATE ALLOCATABLE array of a derived type which, in turns, contains other ALLOCATABLE variables:MODULE MYMOD TYPE OBJ REAL, DIMENSION(:),...
View ArticleIssues with model after linking intel MKL libraries
I have developed a model for application in marine biogeochemistry and have recently undertaken a task of converting some linear systems of equations solvers I wrote to using the built in MKL...
View ArticleFile corrupted when writing unformatted binary
Hi,I'm using ifort, and experiencing the file corruption when writing an unformatted binary.ifort -V prints out "Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version...
View Article