- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am interested in developing a FORTRAN code with CUDA routines. I can get few sample programs but i dont knw how to compile the cuda based fortran code in Intel fortran compiler. How can i compile a CUDA based fortran code?
Should i link library files to intel ?
does the compiling code (ifort _____.f) varies for a CUDA based code ?
Please guide me to get the solution.
Thanks in advance.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will find references on the method of calling functions built in nvcc from ifort via iso_c_binding. You must use the nvidia software installation.
Pgi offers cuda facilities for Fortran but it's not interoperable with Intel compilers.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page