Оптимизировали, оптимизировали, да не выоптимизировали!
Оптимизация? Конечно, каждый сталкивался с данной задачей при разработке своих, сколь-нибудь значительных, требующих определённых вычислений, приложений. При этом способов оптимизировать код существует...
View Articleld: cannot find -lm
RHEL 6.x, FC14, FC13, FC12, SL6.x, CentOS 6, etc. and possibly other recent distributions:error when using -static or -fast:ld: cannot find -lmSee this article:...
View ArticleCompiler Installation and Uninstallation Help, Linux and Mac OS
Installing the Intel compilers on Linux* and Mac OS* X requires that you install various prerequisite packages. Linux: Read this Help on Installing the Intel Compilers.Mac OS X: Read this article on...
View ArticleOS X 10.9 Xcode 5 error ld: library not found for -lcrt1.10.6.o
Environment: OS X 10.9 (Mavericks) and Xcode 5.0Command line compilations/links fail with "ld: library not found for -lcrt1.10.6.o"Affected compiler: Intel Composer XE 2013 Update 1Root cause: Xcode...
View ArticleIntel® Parallel Studio XE 2017 Beta program has begun. Please register to...
The Intel® Parallel Studio XE 2017 Beta program launched today! The Intel® Parallel Studio XE 2017 Beta product is packed with cool new features and a couple of new products as well. You can register...
View ArticleIntel® Parallel Studio XE 2017 Beta program has begun. Please register to...
The Intel® Parallel Studio XE 2017 Beta program launched today! The Intel® Parallel Studio XE 2017 Beta product is packed with cool new features and a couple of new products as well. You can register...
View ArticleMicrosoft Visual Studio 2015 Update 2
Microsoft Visual Studio 2015 Update 2 is available from Microsoft. This is safe to use with Intel Visual Fortran, but not with Intel C++ at this time. (Microsoft made a breaking change in the C headers...
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