iso_varying_string
Idioma inglês Is there an implementation of the iso_varying_string module from ISO 1539-2 that is recommended for use with Intel Fortran?Thanks,IanH
View ArticleDerived Type and Subroutine in Module - Compiler Error?
Idioma inglês Hello-I am having trouble using a Subroutine that takes a Derived Type implemented in a Module. I have checked some references, and my implementation seems to be spec. A search of this...
View ArticleFirst starting with Open MP but still stuck with a single thread
Idioma inglês Hi,I am currently rewriting our ray tracing code and hope to eventually make it work in parallel. I am now at a point where I need to decide what method I will be using. I was looking...
View ArticleStrange OMP behaviour
Idioma inglês After some recent changes to a program (and compiler version) I started to see some strange behaviour in OpenMP enabled builds. While debugging I've been able to come up with a smaller...
View ArticleAssignment of an allocatable to an allocatable
Idioma inglês When using the F2003 lhs (re)allocation of arrays in assignment feature (and /assume:realloc_lhs), can the left hand side array be not allocated prior to the assignment?Under 11.0.061...
View ArticleAnnoying debugging behaviour
Idioma inglês Hi,While debugging for some more complex statements in VS2005 you have to press the F10 button (step over)many, many times to complete the F90 statement, looks very strange.E.g. for...
View ArticleTrivial (?) differences between OpenMP and non-OpenMP code
Idioma inglês I have a numerically intensive application which would appear to benefit from parallelisation through OpenMP. At a couple of key loops I have applied the appropriate DO PARALLEL...
View ArticleAccess C++ Interface from Fortran
Idioma inglês Hi gents.I'm working on a problem and it costs me several hours without getting an idea how to solv it. I have the following problem.
View ArticleMoving FORTRAN dlls to other computers for Excel macros
Idioma inglês Hi all,First let me say I am not a professional programmer but have been using FORTRAN off and onfor ~20-years as an engineer. I have created a series of calculation subroutines which I...
View ArticleSystem call and paths with blanks
Idioma inglês Hello,I have this problem when using system call:The program i want to launch with system command, has blank spaces likeC:Program filesProgram Nameexcutable.exeSo i will have to use ""....
View ArticleC mixing with strings
I am trying to use 'C' with FORTRAN , but first I need to learn some 'C' basics: In the following code everything works fine except the call to print_c_data, i.e., and don't have any output to the...
View ArticleWinApp with Console
Hi I am writing a code that uses a 'c' library. That library has a lot of output to the console.How can I open the console in a Windows app to see those messages and how can I grab those...
View Article