Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

coarray problem

latomicien
初学者
1,618 次查看
Hello,

i have, suddenly, in a console mode, under windows 7, when i make "execute without debugging" : "unknown option : -localonly" and my software (matrix multiplication for teaching) stop. There is many days it works without problem !

Why i have this error suddenly ?

Help

latomicien
0 项奖励
3 回复数
SergeyKostrov
重要分销商 II
1,618 次查看
Quoting latomicien
Hello,

i have, suddenly, in a console mode, under windows 7, when i make "execute without debugging" : "unknown option : -localonly" and my software (matrix multiplication for teaching) stop. There is many days it works without problem !

Why i have this error suddenly ?

Could you make a screenshot, please?
0 项奖励
latomicien
初学者
1,617 次查看
Hello,

thanks you very much for your attention.

In fact i have uninstall Visual Studio 2010 and Fortran Intel XE Composer and re install together. The problem has stop !

The screenshot was (from memory) :

"unknown option : -localonly (this first line i am sur)
hit a touch to quit the program (the second had this sens).

Now i have other "problem" about memory gestion in matrix multiplication : for some dimension of allocatable array the computing is good (product of two matrix 1023 x 1023 take less 2 or 3 seconds) and for other very bad (1024 x 1024 take near 10 s !!!).

I make detail report of this problem and i will communicate it if you are interested by this.

Bests regards

0 项奖励
Tamer_Assad
创新者
1,617 次查看
Hi Latomicien, What is the size your processor's cash memory? what is the data type of the matrix elements? This might be a granualrity issue, if so, partioning would help. Regards, Tamer
0 项奖励
回复