Hi all,
I installed parallel_studio_xe_2015_update3 on fedora 22 operating system. Although it activated and installed successfully but
it is not working properly. That is when i run a fortran90 code which include some lapack subroutines with this command for compilation-
ifort -mkl example.f90
It compiled successfully. but as soon as i am going to execute this code with ./a.out, i found that the code stopped suddenly without
completing its loop. For example if my loop is from x=0 to x=7, then it stopped at some random value in between x=0 to x=7.
So i don't know the reason behind this cause. If anybody have any idea about this problem then please help me.
Thanks....