passing pointer between fortran and C
I have a C library which is called from fortran. The C lib creates a class and passes a pointer to it back to fortran. The fortran program will then pass the pointer back into the C lib later on....
View ArticleA C question
I am trying to implement some Fortran code based on some C code but there is a statement that I don't understand, so can someone please tell me whar does j += (i-j);do? If i == j then is j...
View ArticleCannot find Fortran Compiler in Intel Parallel Studio editions
Hello everyone,I am trying to install one of editions of Intel Parallel Studio XE 2016 (I installed Intel Parallel Studio XE 2016 Cluster Edition). However, after the installation, I can not find any...
View ArticleFast memcpy and memset
Hi, I am working with a code which has several statements where an array is assigned some constant value or one array is copied to other. I can see that the sequential version of the copy is taking...
View ArticleCould not find a file to match the module name - Eclipse IDE
Hi,I am very little experience with the compiling process, but I am trying to learn little by little.I am working under Ubuntu using Eclipse IDE integrated with Intel parallel studio XE 2016 composer...
View Articleproblem with program
Hi,I installed parallel_studio_xe_2016_update1 under fedora 23 x86_64, when I make file for may program appears ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/5.3.1/../../..//libm.a when...
View ArticleAbout calling and using Fortran dll in c
Hi! After I posted my problem about calling Fortran dll in c in this forum, But it is hard way. I struggled to try it these days. I want to use nonlinear regression analysis by odrpack. All information...
View ArticleDetect when user closes an app
My program opens an application using the ShellExecute command, e.g.irtn = ShellExecute (hwnd=null, lpOperation = 'open'C, lpFile = 'edit_this.txt', ...)In my case, txt files are associated with the...
View ArticleProblem with resource files
I wanted to change a control in a dialog I had not changed for sometime.Since moving to IVF & Visual Studio I have been using ResEdit to edit my dialogs.With this program I could not edit the...
View ArticleAllocation status of intent(out) dummy arguments with -qopenmp flags
Hi there,have a look at the following codeModule ModTmp contains Subroutine SubA(CSIn,CVOut) Implicit None Character(len=*), Intent(In) :: CSIn Character(len=len(CSIn)), Intent(Out), Allocatable ::...
View Article