How to get started with fortran on Xcode?
My Xcode version: 7.3.1My intel fortran version on Mac OS: Intel Parallel Studio XE 2016 Composer Edition for FortranHow to get started? the former document of 'Getting Started with Intel® Fortran for...
View Articlecompile fortran code from other fortran code
Dear all,I would like to ask you something I am trying to do in fortran. I am trying to compiling a fortran code from another frotran code. I am doing this using call system command as follows,call...
View Articlerunning a program with shared object and setting LD_LIBRARY_PATH
I'm working on porting our software from Windows to Linux, and am learning about the differences in using Fortran on the two operating systems. I'd like to clarify the need for the LD_LIBRARY_PATH...
View Articletracing a segfault that is not helped by stack adjustment
I am working with a numerical model application that somewhere in past months started to segfault on ifort on Linux. The application normally runs in MPI and links to some libraries...
View Articlesystem call intrinsics not working when using ILP64 version of Intel MPI
Hi,I am using Intel MPI 5.1.2 and ifort version 16.0.1 under linux. I have a code that uses the 'system' intrinsic to perform some file/directory manipulations that no longer works properly when using...
View ArticleGives warning while compilation
ifort: warning #10362: Environment configuration problem encountered. Please check for proper MPSS installation and environment setup.
View ArticleNewchem cuda input file
Sir ,I am not able to find a Nwchem cuda input file.If anyone can please attach an nwchem cuda input file it would be great.Maximum cores =10
View ArticleGood Installation of Parallel Studio XE
Hi,I tried to install Parallel Studio XE student version for Linux. I have openSUSE 13.2 64bit x86. Unfortunately, during my installation sequence, the installer warned me that my OS and CPU is not...
View Articleipo: warning 11016: Warning unknown option -no_deduplicate
Hello everyone,I compile with Intel Fortran Compiler 16 as Xcode 7.3.1 being my IDE on OS X El Capitan 10.11.5 and I get this error whenever I compile a fortran file. It doesn't frustrate my code being...
View Articletroubles with io: nested dt descriptor
Hello, I am writing a code in which I need to use a derived data type that include another derived data type. I've been able to follow the examples tu use the DT descriptor for user defined io within...
View ArticlePSXE 2015 Update 7 (15.0.7) has no Fortran changes
An Update 7 to Intel Parallel Studio XE 2015 was recently released - this has a small number of bug fixes for C++ only and no new Fortran changes. I mention this only because you might get a...
View Articleifort 2016 release 3: input statement requires too much data
Hello,we installed the new release 3 of the Intel Parallel Studio 2016 (parallel_studio_xe_2016.3.067) on our cluster and a problem occurs while reading from an unformatted file with any optimization...
View ArticleComplex Matrix Assign Crashes in IFORT 16.0.3
Hi,Attached is a simple test case that crashes on a complex matrix assign in ifort 16.0.3. It works with all previous ifort versions I have used. The crash occurs when using the cmplx intrinsic and...
View ArticleDefault Endian convention change between XE15 and XE16
After installing both XE15 and XE16 on one of our Linux clusters, we realized that the simple code herereal(kind=8)::a a=123456789d0 open(10,file='bin.dat', form='unformatted') write(10) a close(10)...
View ArticleConditional compilation on MPI_VERSION
I am working on a shared code in Fortran. The code is used by multiple groups, and not everyone have the latest MPI libraries and compilers.Now I want to use a feature from MPI-3, however, I cannot...
View ArticleINTENT(IN) polymorphic argument with pointer components - reject valid code
(This was also discussed on comp.lang.fortran: https://groups.google.com/forum/#!topic/comp.lang.fortran/dPaOv53SGeA)ifort does not compile s1 in the attached code (while accepting s2 and s3 which do...
View ArticleUsing MERGE intrinsic where TSOURCE is an optional parameter
Syntactically, the MERGE intrinsic at first appears to be a succinct way to set values for many optional parameters. But if the name of the optional parameter appears in the TSOURCE or FSOURCE...
View Articlelibifport.so.5: : cannot open shared object file
Hello, I'm Jiwon from Repulic of Korea.I've got the error message as follows, ./prep_chem_sources_RADM_WRF_FIM_.exe: error while loading shared libraries: libifport.so.5: cannot open shared object...
View ArticleHow to open binary file with BIG ENDIAN
I have one binary file(Sun Sparc) and now I want to convert it to ascii.Part of hex dump 0000000 0000 1800 0000 0000 0000 0000 0000 0000 0000010 0000 0000 0000 0000 ffff ffff 0000 1800 0000020 0000...
View ArticleIntel 16 Giving #8763 warnings
Is this right? Didn't have this problem with earlier versions....data (arr(i),i=1,2) /-4.00e+00_dknd, -3.600e+00_dknd/
View Article