Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29145 Discussions

Download Intel Parallel Studio XE 2017 and student license

Khizar
Beginner
20,769 Views

Hi,

I need Intel Parallel Studio XE 2017 with Intel Fortran compiler 17.0 to create executables for some engineering simulations. This work is related to my PhD research project.  I was wondering where I can download "Intel Parallel Studio XE 2017" and get license for it. I am looking for a student license.

Any help will be greatly appreciated

Thanks

0 Kudos
1 Solution
mecej4
Honored Contributor III
20,399 Views

Instead of pursuing an old version such as XE2017, you may obtain and install the latest version free of charge and a license file will not be needed.

View solution in original post

0 Kudos
43 Replies
JohnNichols
Valued Contributor III
917 Views

Accept that you will not get it. 

Download the latest oneAPI and install

Try your program and report errors there are people here who will help you once they know the ERRORS in detail.  Be specific. 

THERE IS NO OTHER WAY short of time travel and we are not H G Wells.  

0 Kudos
nikesh
Novice
806 Views

Dear all

I am running a Fortran code but get an error.

Error like when I am writing any line of the code it is running the code successfully

ex: write(*,*) 'Line 813',sigav   

But when the same line is commented the code is not running  successfully.

ex: !write(*,*) 'Line 813',sigav

Have anyone stuck with this above error? if yes then please share your valuable suggestion.

some part of my routine is-

if(idele .eq. 737) then
write(*,*) 'line 805',idele,epse1,last_yield_stress
endif
dsigv = matmul(celas,depsp)
sigav = sigav + dsigv
!write(*,*) 'Line 813',sigav
call eqstrs(idele,nstrc, sigav, sige1)

call eqstrn(nstrc, depsp, sige1, sigav, depse)
epse1 = epse1 + depse
dummy_depse = depse
endif 
stncm = (1.d0 - inits)*ratio*stncm

 

your suggestion will be highly appreciated 

regard

nikesh

0 Kudos
Reply