Integer edit descriptor with float list item
Dear Intel support team,when I try to read an integer value with the I integer descriptor into a real variable, ifort returns an incorrect value and no error status. You will find below my ifort...
View ArticleIDB not supported anymore?
Hi,I just noticed that in the Intel Fortran/C++ Composer Edition for Linux, the Intel Debugger is not there any more. I was advised to use the IDB from the older versions. Is this true for all of the...
View ArticleTroubleshooting FlexLM
Hi: We have two floating licenses for the Intel Fortran compiler. Previously, say with Composer 2013 and earlier, I was able to forward the license server ports with ssh to my local machine and check...
View Articleinteger to string folder and file creation
Hello everyone, I have the following code which is supposed to convert an integer i to a string, create a folder called i, and then covert a double Oh to stiring, and make a file called Oh. I can get...
View Articleifort -coarray=shared produces incorrect exit status
If I compile and run print*, 1/0 end programwith ifort then I get a division by zero error with an exit status of 2 (echo $?), as expected. However, If I compile using ifort -coarray=shared then I...
View ArticleDoes Execute_command_line run asynchronous by default?
I have to include the optional argument wait=.true. in the new execute_command_line intrinsic in ifort 15.0 in order to get it to run synchronously. However, wait=.true. should be the default according...
View Articlecompiling with distributed memory coarrays on stampede
Hi,I’m recall that the Intel MPI library must be used to support coarrays running on MIC, but I’m wondering if this also applies to non-mic architecture. I know that Intel’s coarrays are implemented on...
View ArticleTransfering COMMON with ALLOCATE
Hi all,I have a large Fortran-90 model which consist of numerous COMMON arrays in the main program (also very few inside subroutines). Part of the COMMONS in the main program have a characteristic...
View ArticleWhen will I be able to register for non-commercial compiler again?
The site is under revision, or would I be able to get a licence sent to the email registered to this account for 11.1.056.tgz? Thanks in advance,Adam
View ArticleInitial fortran compile and run is slow first run, 10 times faster second?
HiI have been using the trial of parallel studio 2015 and just about to purchaseI'm using ifort v15.0 to write neural networks on OS X, I've been impressed with ifort since it has been between 1.5 and...
View ArticleUse of MKL solvers
HiJust purchased Parallel Studio 2015. I'm attempting to solve an equation of form AX = B where A is an nxn matrix and X and B are nx1 and 1xn vectorsAm I correct in my understanding that rather that...
View ArticleRHEL 6.5 and Intel Visual Fortran 15: gdb will not start
I am getting the following errors when I attempt to start gdb:jack 77# gdb Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix>...
View Articlehow could that open, please do me a favor
hi, allwhen building, the read_h2osoi.F90 the subroutine scatter_data_from_master of spmdGathScatMod.F90. There is always a mistake: error #6285: There is no matching specific subroutine for this...
View ArticleParameterized derived type and generic subroutine call
The attached file does not compile with ifort version 15.0.0 on openSuSE 13.1. The second argument to the generic type bound procedure "solve" is another parameterized derived type. ifort fails to find...
View Article-dynamic: No such file or directory After Xcode update
Hi,Yesterday I was compiling some fortran code no problem on my mac. Today I performed a system update via the Mac App Store.After this now when I try and compile the same code using the same command...
View Articlecompiler errors on Mac OS
Undefined symbols for architecture i386: "_dens0_", referenced from: _stgh2omod_mp_thermp_. in envrlo.a(stgh2omod.o) _stgh2omod_mp_snglph_ in envrlo.a(stgh2omod.o) "_props_", referenced...
View ArticleThread Safe, Recursive Subroutines and Speed Issue
I'm working on making our subroutines used by a commercial FE software thread safe. To do so, I have turned all the subroutines to recursive subroutines, and that has led to significant slow down of...
View ArticleStyle Guides
I am looking for a style guide.I recall Tom Lahey's suggestions...I use upper case for IF, ENDIF, DO, SUBROUTINE, TRANSPOSE, etc. for all the Fortran intrinsics. And therefore lower case or mixed case...
View ArticleFinding source of crashes for Java/C encapsulation of F90 code
I have ~35k lines of F90 code as a main library and executables.It all works swimmingly on its own. I wrote a simple program that does the same picture as a geochron (tm) clock. For my code I then went...
View ArticleWhich licencse / product to use coarrays on distributed memory?
I would like to use coarrays on distributed memory architectures. I read in several documentations online on this forum and elsewhere that for this the "Intel Cluster Toolkit" is needed. However, our...
View Article