Search the web
Sign In
New User? Sign Up
Fortran · Fortran Q/A's, info, lib and fans
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 464 - 493 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
464
hi i am new to this group. now only i am starting work with fortran 77.so can any one tell me which book is good one for fortran 77...
Ramachandran murugan
pecram_24
Offline Send Email
May 14, 2008
9:14 pm
465
HI all, I'm a new user of Fortran 77. Can i use an ouput database file as ab input file in the same program. I'm creating these output database files in a...
saruna26
Offline Send Email
May 16, 2008
4:20 pm
466
HI all, I'm a new user of Fortran 77. Can i use an ouput database file as ab input file in the same program. I'm creating these output database files in a...
saruna26
Offline Send Email
May 16, 2008
4:20 pm
467
Hi aruna, You can always use the out file again as an input file. But you have to close the file after you write the output. then again you need to open the...
Sunil Gurrapu
sunil_gurappu
Offline Send Email
May 20, 2008
5:28 pm
468
G'day everyone Context: Compaq Visual Fortran 6.6c on Windows XP Professional I'm trying to work out how to convert a BSTR to an array of INTEGER*2. The...
Bruce Axtens
bruce_axtens
Offline Send Email
May 22, 2008
9:21 pm
469
Hello, I;m a new user of Fortran 77 and I'm trying to write a subroutine where i have to read a bunch of data from an input database file. I have written code,...
saruna26
Offline Send Email
May 28, 2008
8:35 pm
470
hi, The open statement for output file you have entered is as follows, OPEN (UNIT=17,FILE=TestoutputV,status='new') In this statement is says that the status...
Sunil Gurrapu
sunil_gurappu
Offline Send Email
May 29, 2008
4:58 pm
471
hi, i am also a learner.. i hav some doubts in your code.. 1st one is there is no close -statement for both the files. 2nd one is y u are giving continue in...
Ramachandran murugan
pecram_24
Offline Send Email
May 30, 2008
4:41 pm
472
I am trying to get g77 (gnu fortran) installed and working on a laptop with Vista and I have not been suucessful. Has anyone succesfully got g77 to work on...
Bill Walker
billwalker_us
Offline Send Email
Dec 19, 2008
7:01 pm
473
... Forget g77. It was removed from gcc when 4.0 was released several years ago. Nobody maintains it. And it only supports an obsolete 30 year old dialect...
Walter Spector
w6ws
Offline Send Email
Dec 22, 2008
5:55 pm
474
Hii am using gfortran on my laptop with vista. perhaps the link wbelow will help you http://gcc.gnu.org/wiki/GFortranBinaries http://gcc.gnu.org/wiki/GFortran ...
Sukhbinder Singh
sukh2010
Offline Send Email
Dec 22, 2008
5:55 pm
475
I am using WATCOM F77/32 compile and link utility Version 1.7. My code compiles without any errors, but won't link. It was working fine, but now the linker...
grantbingeman
Offline Send Email
Dec 22, 2008
5:55 pm
476
Thanks! I downloaded gfortran and installed it without any problems. It compiled one of my g77 fortran programs without error and it ran correctly too. For...
Bill Walker
billwalker_us
Offline Send Email
Dec 24, 2008
12:50 am
477
OK, I got gfortran to compile fine. Now, I am trying to use the DISLIN grafix library. I am trying to compile and link one of the examples in the DISLIN...
Bill Walker
billwalker_us
Offline Send Email
Dec 24, 2008
5:32 pm
478
I gave up trying to get gfortran to work on my vista machine. I found a compiler called Supersoft Fortran. It compiles a test program OK. Seems to be somewhat...
Bill Walker
billwalker_us
Offline Send Email
Dec 31, 2008
11:14 pm
479
I haven't followed this thread or even this list much. Gcc compiles F77 sources, if you weren't aware. ... From: Bill Walker <billwalker_us@...> ...
Chris M
chrism3667
Offline Send Email
Jan 2, 2009
6:13 pm
480
... Why? Lots of people run gfortran on vista. As of gcc 4.3 or so it has become very stable. Many *major* applications have been successfully compiled by...
Walter Spector
w6ws
Offline Send Email
Jan 2, 2009
6:13 pm
481
My problem is that it compiles fine until I try to link to say, the DISLIN library. It complains that the "Libray file disgf.a is not recognized as a valid...
Bill Walker
billwalker_us
Offline Send Email
Jan 7, 2009
12:02 am
482
hi folks... I'm just doing a kind of modeling, and have written this code with fortran PowerStation. but when it comes to make the exe files just shows this...
joopin ahmadi
joopinahmadi
Offline Send Email
Feb 3, 2009
9:48 pm
483
Hi: I am working with Fortran90. Has anyone used a "progress indicator", or some one give me a website with an example. I am working with a program with lots...
William Kasirye
ms42000
Online Now Send Email
Feb 3, 2009
9:48 pm
484
Hi yeah... that`s a good point..i really need it....please help... there are a bulk of calculation and i need it too Thanks you in advanced... J.A ... From:...
joopin ahmadi
joopinahmadi
Offline Send Email
Feb 5, 2009
6:51 pm
485
Let me know if you come across one. Thanks. ... indicator", or ... program ... still...
William Kasirye
ms42000
Online Now Send Email
Feb 6, 2009
5:36 pm
486
I've always used progress indicators, nothing fancy though. I just place a PRINT line within the main loop that would print out some counters. For larger codes...
Khokho
khokho_solomi
Offline Send Email
Feb 11, 2009
1:32 am
487
I used the print, but the problem is that, it does not 'override' what has been printed. The alternative is to use the write and have that in a logfile but the...
William Kasirye
ms42000
Online Now Send Email
Feb 14, 2009
1:17 am
488
... Which compiler are you using? The following spins for 10 seconds,and reports when the seconds element changes. It works with current versions of g95,...
Walter Spector
w6ws
Offline Send Email
Feb 16, 2009
10:36 pm
489
Walter, I am using fortran90. I will look at this tomorrow and let you know if it works. Thanks. ... From: Walter Spector <w6ws@...> Subject: Re:...
William Kasirye
ms42000
Online Now Send Email
Feb 17, 2009
5:32 pm
490
Hi, I need the compiler for ofrtran 90 to install on my laptop. does anyone have the free source?...
leila
leila_phy
Offline Send Email
Feb 26, 2009
3:36 pm
491
Assuming that you are looking for the compiler itself (not sure what you mean by "the free source"), a great compiler is gfortran if you are working on a linux...
yowasi
Offline Send Email
Mar 3, 2009
12:32 am
492
Yes gfortran is available for windows operating system. In fact i am using this compiler successfully on my vista and xp system. Good luck ... -- Sukhbinder...
Sukhbinder Singh
sukh2010
Offline Send Email
Mar 3, 2009
4:28 pm
493
Hi to all, I'm new here. I had a question please: how can I plot a data file with fortran? can everyone guide me which command in fortran does the job? thanks...
mb.fathi
Offline Send Email
May 4, 2009
5:26 pm
Messages 464 - 493 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help