- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- « Previous
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
- Next »