compilation error with both /MP and /fpp
Dear all,We have a project with multiple Fortran sources (~100) where few of them are also preprocessed (.F). We tried to switch on parallel compilation of source files (/MP), but on some machines the...
View Articleerror for floating licence
Hello!I got the next error and I don't know what to do:Error: A license for FCompW is not available now (-96,491).A connection to the license server could not be made. You shouldmake sure that your...
View ArticleIntel Fortran Error
Error: A license for FCompW is not available now (-96,491).A connection to the license server could not be made. You shouldmake sure that your license daemon process is running: both anlmgrd.exe...
View ArticleCoarrays and defined assignment
I don't think that this is right! It's not polymorphic ....MODULE Assign IMPLICIT NONE INTEGER :: factor TYPE, PUBLIC :: Mytype INTEGER :: comp = 123 CONTAINS PROCEDURE,...
View ArticleMS Visual Studio 10 and Intel Visual Fortran Composer XE 2013 SP1
Hi,when I installed Intel Visual Fortran Composer XE 2013 SP1, I got program icon " Using VS2010". But when I launch the program, the VS2010 pro starts, but there is no Fortran template in the...
View ArticleIntel Fortran and Eclipse (Photran) .... salt in an old wound?
Greetings: I have upgraded to Eclipse Luna and am running the parallel tools plugin (which includes Photran). This has worked out extremely well using their refactoring tools ... auto...
View ArticleProblem With A Subroutine With Class and Pointer attribute
I have a larger program that passes a data type into a deallocation subroutine that is a pointer, but the compilation fails saying the data type does not match.Here is a simplified version of the code:...
View ArticleVisual Studio and ALIGN?
I am compiling a large fortran computer model that contains lots of data types and pointers. The visual studio project under Properties then "Fortran>Preprocessor>Preprocessor Definitions" has...
View ArticleQuestion about WM_MDITILE, MDITILE_VERTICAL
In a MDI application I open several windows. After opening the windows are overlapping each other and then I will to arrange them with the program lines: case (IDM_VTILE)...
View Articlecoarray mpd error
The hello work coarray code 1 program Hello_World 2 implicit none 3 integer :: i ! Local variable 4 character(len=20) :: name[*] ! scalar coarray, one "name" for each image. 5 ! Note: "name" is the...
View Articlethe influence from the option -no-vec -no-simd
HI, Could someone tell me the differences between compiler option -no-vec and -no-simd?Do I have to use both options to disable auto-vectorization from the Intel Compiler for some specific files?If I...
View ArticleInconsistency between arguments, Valid ?
Hi,I'm wondering is the following code is valid.I'm defining a type bound procedure which has 2 argument:the passed-object dummy argument with the attribute 'intent(inout)'a integer variable with the...
View ArticleDr. Fortran
Dear Dr. Fortran:At least this consultation will not cost me the $30 copay for the usual Dr's appointments.So I finally got back to Australia after 2 years in Texas. The skiing, according to my...
View ArticleCan procedures returning ALLOCATABLE types be exported from a dynamic-link...
I'm in a time crunch and unsure in my current frame of mind as to where all I should look to understand this, so thought I'd ask here: can procedures returning ALLOCATABLE types be exported from a...
View ArticleCoarrays and allocatable components again
This may overlap with previous issues, but is simpler.PROGRAM Main TYPE :: Mytype INTEGER, ALLOCATABLE :: ptr(:) END TYPE Mytype TYPE(Mytype) :: coarray[*] ALLOCATE(coarray%ptr(3))...
View ArticleBinary was not built with debug information
Hi everybody, can someone help me please. This time I''m facing another problem with my code, it just starts running and then stops with massage:Binary was not built with debug informationI don't...
View ArticleWhere to Find Latest Info on IVF 15.0?
Where should we look for the latest information about the upcoming Intel Visual Fortran (IVF) 15.0? E.g., what legitimate information is there about new features that will be included and likely...
View ArticleSubSystem Windows application launched from a DOS shell
I'm compiling a GUI application, and have set the SubSystem to /SUBSYSTEM:WINDOWS. This has the normal behavior of not opening a command shell when the application is launched by double clicking it....
View ArticleWhat to do when DEALLOCATE doesn't do its job?
Other than a plain, old bug, can anyone think of situations where DEALLOCATE statement will not deallocate the provided object, but yet it won’t return an error code and an error message?We’ve a major...
View ArticleSystem error when compiling a quite complex subroutine
Dear colleagues, Several months ago I had successfully developed a user subroutine in FORTRAN for a particular commercial finite element software (ABAQUS). I decided several days ago to extend this...
View Article