Fortran -> C Interop w/ Argument Errors
All,In my continuing journey in learning how to interoperate Fortran with C, I've come across yet another confusing situation. Below, I'm trying to pass two REAL data arrays to a C routine gpc _cvlist...
View ArticleSilverfrost FTN95
Проблема описана в разделе "Резюме", поскольку в разделе "Тело"не удается ввести текст на английском
View ArticleUnable to link FORTRAN x64 DLL
We have build many FORTRAN x32 DLL's utilizing VS2008 and Intel(R) Visual Fortran 11.1.038.When we try "upgrade" to x64 we always get the following error when attempting to build: Build Log Build...
View ArticleWhy cant I compile anything ?
I tried downloading the newest VS (2016), but the license file would not allow it.The registration people wont tell me how to upgrade my license to the newest activation, butwhen I reloaded the older...
View ArticleAnother debugging issue - gives wrong values
The following source code runs fine as far as the PRINT statements go -But I get completely wrong values when I put a break point after the PRINT statements, andtry to look at the variable contents. It...
View ArticleSIMD cross product
Colleagues,I need to form the cross products of a single vector with a long string of other vectors (all vectors 3D). I have not been able to see how to vectorize this process in Fortran. C++ allows...
View ArticleCrash with Dialogs
I have ab About dialog that looks like:Type (dialog) mDlg bret = DlgInit(IDD_ABOUT,mDlg) iret = DlgModal(mDlg) Call DlgUnInit(mDlg)Now the dialog box is simple (3...
View Articlepure requirement for contained procedures of a PURE procedure
A question for a customer for which I don't have a good answer. This is one for Doctor FortranThe question posed: "Why is it that contained functions in pure routines need to be pure? If they capture...
View ArticleParallel Studio XE 2016 Update 2 Redistributable
I have just downloaded Intel Parallel Studio XE 2016 Update 2 Composer Edition. Where can I find the redistributable exe or msm files that go with them? Marc
View ArticleRecommended method for creating an array of variable length strings
Dear forum members,I would be grateful for advice on the "best" practice for creating a dynamic array of Variable Length Strings (VLS) in Fortran. The following is a working skeleton implementation of...
View Articleunresolved external symbol
Hi,I have been hired (I am a freelance) to 'convert' functions written in a strange and very slow language named R into FORTRAN. Some works have been done previously and we have a large amount of...
View ArticleUp-DOWN SPIN CONTROL Callback
I am looking for any code fragment that shows the proper use for a callback routine for a spin control. I've read https://software.intel.com/en-us/node/535415 but it does not help. My shot, which...
View ArticleIMSL new version
Hello,I use the Intel FORTRAN Composer or the Intel Prallel Studio XE Composer for FORTRAN Windows since 2011. I bought every year a new version including IMSL. However, sinnce a few years their are no...
View ArticleParallel studio xe 2016 installation problem: vtss and sepdrv3_15 not allowed
Hello all,I've encoutered two error messages when I have installed parallel_studio_xe_2016.Windows7 does not allow to install vtss.ys and sepdrv3_15.sys because they are not registered and Windows7...
View ArticleProtected variables in modules with sub-modules
module mymod implicit none integer, protected :: n interface module subroutine set_n(i) integer, intent(in) :: i end subroutine set_n end interface end module mymod submodule(mymod) mymod_i contains...
View Articlecreating pdb file by ifort command
I am developing an UMAT subroutine for abaqus, which is a fortran code. I want to debug the soubroutine, so I need to compile it and generate the .obj and .pdb files. but when I use the ifort command...
View ArticleAnother bad compile message
I dont understand why this gives me error #5508.Seems pretty straightforward. I think the compiler is overloaded,I could try splitting the source into two or more smaller ones. I uploaded 2 source...
View ArticleDefault ivf compiler
how do i make IA64 the default compiler in VS2013 while compiling Fortran programs ?
View ArticleFunctions for getting Input
Dear SteveWhat are the functions available for soliciting input from the user in QWIN like MESSAGEBOXQQ ?Regards
View ArticleUnwanted screen erasures
I wasn't getting text drawn to the screen so I went thru a detailed debugging session and found my text was getting to the screen but then getting erased. The erasure was coming here: ! Read and...
View Article