- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I obtained a single .f90 file that is supposed to generate tons of numerical data. I installed Microsoft Visual Studio 2008 and then the Intel Visual Fortran Comipler for Windows. Everything seems to be in place. However, I still don't know how to compile this Fortran file and get the data that I need. Can someone help?
Thanks!
R
I obtained a single .f90 file that is supposed to generate tons of numerical data. I installed Microsoft Visual Studio 2008 and then the Intel Visual Fortran Comipler for Windows. Everything seems to be in place. However, I still don't know how to compile this Fortran file and get the data that I need. Can someone help?
Thanks!
R
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - zhoura345
Hello!
I obtained a single .f90 file that is supposed to generate tons of numerical data. I installed Microsoft Visual Studio 2008 and then the Intel Visual Fortran Comipler for Windows. Everything seems to be in place. However, I still don't know how to compile this Fortran file and get the data that I need. Can someone help?
Thanks!
R
I obtained a single .f90 file that is supposed to generate tons of numerical data. I installed Microsoft Visual Studio 2008 and then the Intel Visual Fortran Comipler for Windows. Everything seems to be in place. However, I still don't know how to compile this Fortran file and get the data that I need. Can someone help?
Thanks!
R
Simple,
1. First you have to create a project (it will beon the home page of MS Visual Studio).
Create Project
2. Give anameandlocationfor your project.
3. Now copy your .f90 file say 'yourfile.f90' to the project folder.
4. Now go to Project>Addexisting item> yourfile.f90
5. Now go to Build>Rebuild yourfile
6. Now go to Debug>Start without debugging
That should do it!!

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