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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 456 - 485 of 507   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
456
hi i propose you this link http://www.math.hawaii.edu/206L/197/fortran/fortmain.htm it helped me alot,when i start fortran ,it has alot of exmaples which you...
nakisa nooraee
nakisa_nooraee
Offline Send Email
Jan 1, 2007
7:00 pm
457
HELLO I receveid this error: Error: Operands of comparison operator '.ne.' at (1) are LOGICAL(4)/INTEGER(4) this line: IF(LOC .NE. 0 .OR. LOCAL_1)THEN Help-me...
ptfzs
Offline Send Email
Jan 1, 2007
7:00 pm
458
Thank u so much Nakysa ... ... which you can copy and...
Carlos Arturo Pimente...
carlos_geo64
Offline Send Email
Jan 14, 2007
8:48 am
459
Hi to everyone Is there anyone who could suggest me a site where I can find the blas, but where they actually explain me the parameters between the (), because...
serlancillottodellago
serlancillot...
Offline Send Email
Feb 7, 2007
5:02 pm
460
Hi all I am working on a project to convert FORTRAN 77 code to FORTRAN 90.The program is huge and contains 60+ subroutines with numerous common statements, can...
sukh2010
Offline Send Email
Feb 16, 2007
6:45 am
461
To avoid accumulation error, try dp (double precision) here....
student_gosset
Offline Send Email
Dec 19, 2007
6:44 pm
462
HI everbody, i am a new member joined recently. I am looking for Compaq Visual Fortran Ver. 6.6B.... since Compaq is no more supporting this product, could any...
the Slim
aqallah
Offline Send Email
Feb 21, 2008
10:52 pm
463
I am self-taught Fortran recreational programmer for about a year now, using Gfortran for both Win32 and Linux (CentOS). I am frequently in #Fortran on...
Radical [Inter]Net Su...
radsurfer
Offline Send Email
Apr 28, 2008
4:50 pm
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Offline 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
Offline Send Email
Feb 6, 2009
5:36 pm
Messages 456 - 485 of 507   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