Recent content by Rotarman
-
R
Fortran Why is Fortran running much slower on Linux?
I have a Fortran95 program that I run on my Windows laptop (i7 2.0Ghz); its in serial, so its running on one thread, which seems consistent with task manager results (12.5% processor usage), so I figure it should be using ~1 ghz. I am compiling using the standard one that came with my F95...- Rotarman
- Thread
- Fortran Linux Running
- Replies: 1
- Forum: Programming and Computer Science
-
R
Fortran Fortran Help. Reading space delimited floats
This worked! I tried it without high hopes because there's letters before the floats on each line, but adding a dummy variable formatted as a string, it read everything without a hiccup. Thanks so much!- Rotarman
- Post #3
- Forum: Programming and Computer Science
-
R
Fortran Fortran Help. Reading space delimited floats
Hi all, long time lurker: finally have a question I couldn't find already answered. I'm doing some work with Fortran95 for a research project, and I'm a complete noob, so pardon me. The issue is that I have some data I'd like to read from a text file in double precision that is between 7 and...- Rotarman
- Thread
- Fortran Reading Space
- Replies: 2
- Forum: Programming and Computer Science