2
votes
3answers
135 views
converting MATLAB code to Fortran
I a medical researcher with code written in MATLAB 2009b that runs very slowly because of a self-referential loop (not sure of the programming lingo here), i.e., the results of the first iteration is …
0
votes
1answer
39 views
Fortran and mysql
Is there a library (opensource), so I can access MySQL in Fortran?
0
votes
1answer
66 views
How to make a fortran executable that runs on Mac OS X 10.5 and 10.6
I'd like to compile a fortran code with gfortran so that it will work on both Mac OS X 10.5 and 10.6. Is there a way to do this? I tried compiling on 10.6 and get this message when I run the …
1
vote
3answers
43 views
tutorial on generating MSI
Exact duplicate: What is the best choice for building Windows installers
Exact duplicate: Best Windows installation file creator
I have a customer who is new to generating VB.NET programs that run …
3
votes
3answers
96 views
Tool for program statistics
Is there a tool which is able to parse my source code (fortran, C or C++) and return statistics such as the number of loops, the average loop size, the number of functions, the number of function …
0
votes
1answer
44 views
Fortran compiler that would work with Windows Azure?
Does anyone know of a Fortran compiler that can be used inside a Windows Azure project? I am ultimately looking to take a fortran code I have upgraded with MPI and get it to run inside Azure.
I can …
3
votes
10answers
346 views
The reading list for scientific programmer
Hi all,
I am working to become a scientific programmer. I have enough background in Math and Stat but rather lacking on programming background. I found it very hard to learn how to use a language for …
0
votes
2answers
108 views
Fortran: 32 bit / 64 bit performance portability
I've been starting to use Fortran (95) for some numerical code (generating python modules). Here is a simple example:
subroutine bincount (x,c,n,m)
implicit none
integer, intent(in) :: n,m
…
1
vote
5answers
165 views
Fortran: How do I read the first character from each line of a text file?
Hi, this is my first time trying to program in Fortran. I'm trying to write a program that prints the first 1476 terms of the Fibonacci sequence, then examines the first digit of each term and stores …
2
votes
5answers
215 views
Stack Overflow in Fortran program
I have a problem with my simple Fortran program. I am working in Fortran 77, using Compaq Visual Fortran. The program structure must be in the form of a main and a subroutine, because it is part of a …
0
votes
2answers
72 views
How do I get my fortran output into excel?
After running a model in fortran (95) I end up with some result arrays (and one result matrix). I'd like to move these into excel for reporting purposes. What's the easiest way to do this?
1
vote
1answer
63 views
What is meant by . usage after a number in Fortran?
Hi.
What is meant by . (dot) usage after a number in Fortran code?
For example:
x=a+b+45.-c-d
thanks in advance
0
votes
1answer
25 views
porting from power station(4) to intel fortran compiler(11/2003)
Hi,
What are the necessary conditions i need to takecare while porting the fortran code from power station to fortran compiler(2003)?
What I observed is, In power station all the variables treat as …
1
vote
2answers
93 views
Datamining models in FORTRAN or C (or managed code)?
We are planning to develop a datamining package for windows. The program core / calculation engine will be developed in F# with GUI stuff / DB bindings etc done in C# and F#.
However, we have not yet …
1
vote
0answers
153 views
Visual Studio, Intel Visual Fortran, and Visual C/C++ mixed-language compile
Working with Visual Studio 2008 Pro, with Intel Fortran compiler v11, on Windows 7 x64.
I have an Intel Visual Fortran project set up with all the fortran source files. I wish to gradually replace …
