Tagged Questions

2
votes
3answers
149 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
4answers
113 views

Variables not initialized in Fortran 2003

why the variables are not initializing to zero in fortran 2003 when comapared with f90? i have a variable in a funtion from a file. its initialized to 0. I want to use it another funtion then it …
0
votes
1answer
40 views

Fortran and mysql

Is there a library (opensource), so I can access MySQL in Fortran?
0
votes
1answer
67 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
44 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 …
0
votes
3answers
592 views

Compaq Visual Fortran Install on Vista?

Anyone successfully able to install Compaq Visual FORTRAN 6.x on Vista? Tried the other day, but did not have any luck, so just wondering if obsolescence is upon this ol' compiler. Thanks again.
3
votes
10answers
349 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 …
0
votes
0answers
89 views

How do I install gfortran (via cygwin and etexteditor) and enable ifort under Windows XP?

I'm a newbie in the Unix world so all this is a little confusing to me. I'm having trouble compiling some Fortran files under Cygwin on Windows XP. Here's what I've done so far: Installed the e …
1
vote
5answers
171 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
220 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 …
8
votes
7answers
686 views

Prototyping hybrid Python code

I have been mulling over writing a peak fitting library for a while. I know Python fairly well and plan on implementing everything in Python to begin with but envisage that I may have to re-implement …
0
votes
2answers
74 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 2 3 4 5 10 next
15 30 50 per page