"dlopen" warning when using "-static"
Hi there,with the makefile FC =ifort -mkl -warn nounused -warn declarations -static -O3 -parallel SRC := OwnFlag = $(LibPath)$(Own)OwnLib_ifort.a LibPath = ~/.local/lib/Fortran/ Own = OwnFunctions/...
View ArticleCycling block-do-construct with inner block-construct
Hi, I'm wondering if there exists a way (other than branching) for exiting or cycling within a inner block in a do block:... do i=1,10 block integer :: k ... if (...) then ... cycle !not possible end...
View ArticleFeature request: Compiler Version Notes
ifort currently generates comment sections in compiler-generated assembler files (built with "-s") that contain a lot of useful information, such as the compiler version and flags used when compiling;...
View ArticleFree Intel Fortran for students is back!
Intel Fortran is now available under a free, non-commercial license for qualified students on Linux, OS X and WIndows. See https://software.intel.com/en-us/qualify-for-free-software/student for more...
View Articleconvert where to if else style code in fortran.
hi below is the code I rewrote(with do loops) and further down(with where statements) is the original code. The code seems to be producing differnt values for WORK arrays over time. How to resolve this...
View ArticleCompiler bug - stream formatted nonadvancing read
Hello,I'd like to report a possible bug in Fortran Intel Compiler - it seems it doesn't read correctly data in nonadvancing way on a file opened as a formatted stream.Please consider the attached...
View ArticleWhere are these references located? Installation error?
All,Thank you for taking a look at this!I have downloaded and installed composer xe 2015.3.187 and didn't see any obvious errors. However, when I try to run an often used code from other machines on my...
View ArticleA bug report
Dear developers,I would like to report a bug in ifort version 15.0.3 in SUSE Linux Enterprise Server 11.3(x86_64):--- program t implicit none integer, parameter :: o2d(1)=1 integer ::...
View ArticleBuilding Linux exectuable
Dear all, I hope this is the correct forum to ask this question. I have built my fortran exectuable on Windows 7 using Parallel Studio XE 2011 with VS 2010. Now I will need to build a linux exectuable...
View ArticleHaving Trouble recompiling model on a new machine
Hi There,I recently migrated a model written in fortran to a new machine, from OSX to CentOS. With this migration came a new version of ifort and icc and also a switch from using mpich2 to openmpi for...
View ArticleSwitch from GNU to Ifort both under Linux
Hi there,I actually run simulations with ABAQUS Standard 6.14-1.Thereby I use some subroutines written in a combination of Fortran 77 and free-format (unlimited length of lines). In general Subroutines...
View Articleintel fortran compatibility with xcode 6.4 and osx 10.10
I just upgraded to osx 10.10, and xcode 6.4 was automatically installed. i need to renew my intel fortran license, but before i pay for it i noticed that this combination is not listed here:...
View ArticleSlow Array Initialisation
I'm running Intel Fortran 14 on Linux. In my code I have three allocatable 2D arrays (one integer and the other two logical) that are defined in a module header, then allocated before calling...
View ArticleCasting a dynamic 1D array into a dynamic 2D array without copying data
Hi All,I have the following problem. I want to cast a 1D array into column of 2D array in a loop. At 1st iteration the size of this 2D array is same as the 1D array. So. There should be no problem to...
View ArticleIntel fortran command problem
Hi All,I have two question for you.First, i need to run source intel/composer_xe_2015.3.187/bin/compilervars.sh intel64 every time I open a terminal in ubuntu to be able to use ifort command. what...
View Articleis there a intel mpi Library for mac os platform?
Hi friends,is there a intel mpi Library for mac os platform?when I browse the intel mpi download page,there are only windows and linux verison,is this means I can only using linux version in mac os?how...
View Articleundefined symbol: __intel_new_feature_proc_init
This is what I have done:1. mpif90 -g swh90_debug.F90 -I$MKLROOT/include -L$MKLROOT/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_intelmpi_lp64 -liomp5...
View ArticleBounds remapping error on derived type component
I am experiencing what appears to be incorrect behavior when attempting to remap the bounds of an array within a derived type. Given an allocatable array of components(elements), within a 'mesh' type,...
View ArticleCompiling and Linking Fortran Code with external modules and libraries
Dear all,I am trying to create a fortran program. I have already done this in Windows and using Visual Studio.In linux I am using ifort (ifort (IFORT) 14.0.2 20140120).I am very new to this. I...
View ArticlePreprocessor conditional compilation
Hello all, I have a general question regarding Fortran syntax (not this forum?). I have a series of include files that set up memory structures, and those include files may also chain-include other...
View Article