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 480 - 509 of 509   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#509 From: "leila" <leila_phy@...>
Date: Fri Nov 13, 2009 2:56 pm
Subject: Lambert Function
leila_phy
Offline Offline
Send Email Send Email
 
How can I write Lambert Function as subroutine? How can I write an infinity
series in a subroutine?

#508 From: "AMIR" <amir_nabi87@...>
Date: Tue Nov 3, 2009 10:00 am
Subject: compiler for windows 7
amir_nabi87
Offline Offline
Send Email Send Email
 
how can i find a comiler for compaq visual fortran 6.5 for windows 7?
thank all

#507 From: "Proximo" <dfb357@...>
Date: Sat Oct 17, 2009 2:11 am
Subject: Fortarn compiler
dfb357
Offline Offline
Send Email Send Email
 
Hello group I need a Fortran Compiler that resembles Fortran Visual Studio. Back
in the mid 90's I could still run old code written in Fortran 77.  I know it
sounds weird, but where I work there is a treasure of numerical algorithms that
I like to run.  Of course I have Windows XP and I have no clue if there is
anything like Visual Studio out there.  At least something that doesn't need a
$900 license to run.

Any help would be great if something like what I asking even exists!!

Jeff

#506 From: "FredW" <fred@...>
Date: Sat Oct 17, 2009 2:03 am
Subject: Re: Fortran compiler to work with Windows XP
combobox666
Offline Offline
Send Email Send Email
 
Presuming that you have a C compiler available, my preference is f2c for Fortran
IV, 66 and 77 code.

It's C output makes it relatively easy to incorporate modern libraries; the
translation is of good quality; it can be used as an "ad-hoc" compiler.

http://en.wikipedia.org/wiki/F2c

My preferred tool for Fortran IV work, on anything even remotely resembling a
Unix platform (which includes Microsoft Windows).


--- In Fortran@yahoogroups.com, A-L A-S <sood50@...> wrote:
>
> I develop Fortran programs using Fortran IV.
> I need a Fortran compiler to work with Windows XP.
> Can you please help me ?
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#505 From: "FredW" <fred@...>
Date: Sat Oct 17, 2009 2:08 am
Subject: Re: Giving up on gfortran on vista; anyone ever heard of Supersoft Fortran?
combobox666
Offline Offline
Send Email Send Email
 
Ok, on Windows, objects are ".OBJ" and libraries are ".LIB". That ".a" file you
are using is a Unix or Linux library.

You will need to download the correct binary library, *or* rebuild the library
itself.

Nothing to do with gfortran... sorry.

--- In Fortran@yahoogroups.com, "Bill Walker" <billwalker_us@...> wrote:
>
> 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 object archive." The programs that I have tried
> are the examples in the DISLIN install.
>
>
> > Bill Walker wrote:
> > > I gave up trying to get gfortran to work on my vista machine.
> >
> > 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 it.  (Though for best performance, they
> > would probably use compilers like Intel or Pathscale.)
> >
>

#504 From: A-L A-S <sood50@...>
Date: Fri Oct 16, 2009 8:37 am
Subject: Fortran compiler to work with Windows XP
sood50
Offline Offline
Send Email Send Email
 
I develop Fortran programs using Fortran IV.
I need a Fortran compiler to work with Windows XP.
Can you please help me ?






[Non-text portions of this message have been removed]

#503 From: "mhadian" <hobby.emails@...>
Date: Thu Oct 15, 2009 8:13 pm
Subject: Re: Fortran compiler to work with Windows XP
mhadian
Offline Offline
Send Email Send Email
 
some free compilers for windows are:
gfortran
g95

also there are some commercial compilerssuch as:
Intel Fortran Compiler (free on linux for non-commercial usage)
salford


--- In Fortran@yahoogroups.com, A-L A-S <sood50@...> wrote:
>
> I am looking for a Fortran compiler for Fortran IV programs.  I use a PC with
Windows XP.
> Can you please help me ?
> Thank you
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#502 From: A-L A-S <sood50@...>
Date: Thu Oct 15, 2009 6:09 pm
Subject: Fortran compiler to work with Windows XP
sood50
Offline Offline
Send Email Send Email
 
I am looking for a Fortran compiler for Fortran IV programs.  I use a PC with
Windows XP.
Can you please help me ?
Thank you






[Non-text portions of this message have been removed]

#501 From: "krobkrobkrob" <robertkiwanuka@...>
Date: Wed Sep 23, 2009 12:46 am
Subject: Re: built in functions
krobkrobkrob
Offline Offline
Send Email Send Email
 
--- In Fortran@yahoogroups.com, "sainik_md" <sainik_md@...> wrote:
>
> dear friends
>               can any one say how to enter x in degrees for sine & cos in
fortran. my compiler doesnot accept SIND & COSD functions
> thanking you
> Mohandoss
>

Hi Mohandoss,

You might just have to convert you degree angles to radians. Just multiply by
pi/180 and you should be able to use the radian functions without a problem.
Otherwise you might have to define your own degree-functions which is probably
not worth it.

Regards,
Robert

#500 From: "sainik_md" <sainik_md@...>
Date: Thu Sep 17, 2009 6:21 am
Subject: built in functions
sainik_md
Offline Offline
Send Email Send Email
 
dear friends
               can any one say how to enter x in degrees for sine & cos in
fortran. my compiler doesnot accept SIND & COSD functions
thanking you
Mohandoss

#499 From: Martin VMathew <vmartinmathew@...>
Date: Wed Aug 26, 2009 3:49 pm
Subject: Re: fortran compiler for windows xp
martinmathewv
Offline Offline
Send Email Send Email
 
Hai

I used cygwin on my Windows  XP.
here is the link I used to download it

http://www.cygwin.com/

Martin V Mathew
2009/8/24 Antonio Rabadan <ar_abadan@...>

>
>
> Some days ago you were looking for a Fortran compiler for Windows XP, I
> have widows Vista and Iam looking for a Fortran compiler to, did you find it
> ,if so would you let me know how.
>
> Thank you
>
>
> ________________________________
> From: martinmathewv <vmartinmathew@... <vmartinmathew%40gmail.com>>
> To: Fortran@yahoogroups.com <Fortran%40yahoogroups.com>
> Sent: Sunday, May 17, 2009 10:51:20 AM
> Subject: [Fortran] fortran compiler for windows xp
>
> hai
> i wish to learn fortran, but i didn't got a good fortran 90 compiler which
> can work on windows xp. can any of you help me with a link to download a
> compiler
>
> [Non-text portions of this message have been removed]
>
>
>



--
Martin V Mathew


[Non-text portions of this message have been removed]

#498 From: Antonio Rabadan <ar_abadan@...>
Date: Mon Aug 24, 2009 3:27 am
Subject: Re: fortran compiler for windows xp
ar_abadan
Offline Offline
Send Email Send Email
 
Some days ago you were looking for a Fortran compiler for Windows XP, I have
widows Vista and Iam looking for a Fortran compiler to, did you find it ,if so
would you let me know how.
                                                                                \
                             Thank you



________________________________
From: martinmathewv <vmartinmathew@...>
To: Fortran@yahoogroups.com
Sent: Sunday, May 17, 2009 10:51:20 AM
Subject: [Fortran] fortran compiler for windows xp





hai
i wish to learn fortran, but i didn't got a good fortran 90 compiler which can
work on windows xp. can any of you help me with a link to download a compiler







[Non-text portions of this message have been removed]

#497 From: Mohammad Gasemnejad <gesfahlan@...>
Date: Sat Aug 15, 2009 9:20 am
Subject: Change in buildnanotubes.F subrutine program
gesfahlan
Offline Offline
Send Email Send Email
 
Hi
Can anyone help me in change buildnanotube.F . I want to add new atom with this
CONDITION:

63 carbon atom - 1 atom X(totatom =64)
the input file and original file attached.
Thanks.





[Non-text portions of this message have been removed]

#496 From: "mnaqavizadeh" <mnaqavizadeh@...>
Date: Mon May 25, 2009 5:10 pm
Subject: Imsl
mnaqavizadeh
Offline Offline
Send Email Send Email
 
hello everybody....
I want to use the binary integral program from IMSL library but when I copy and
paste the program, it doesn't work!!!!!
what should I do???????

#495 From: Leila <leila_phy@...>
Date: Tue May 19, 2009 6:39 am
Subject: Re: fortran compiler for windows xp
leila_phy
Offline Offline
Send Email Send Email
 
Hi,
You can download gfotran then it makes a linux environment on windows.

here is the link:  http://gcc.gnu.org/wiki/GFortran

good luck



________________________________
From: martinmathewv <vmartinmathew@...>
To: Fortran@yahoogroups.com
Sent: Sunday, May 17, 2009 7:51:20 PM
Subject: [Fortran] fortran compiler for windows xp





hai
i wish to learn fortran, but i didn't got a good fortran 90 compiler which can
work on windows xp. can any of you help me with a link to download a compiler







[Non-text portions of this message have been removed]

#494 From: "martinmathewv" <vmartinmathew@...>
Date: Sun May 17, 2009 5:51 pm
Subject: fortran compiler for windows xp
martinmathewv
Offline Offline
Send Email Send Email
 
hai
i wish to learn fortran, but i didn't got a good fortran 90 compiler which can
work on windows xp. can any of you help me with a link to download a compiler

#493 From: "mb.fathi" <mb.fathi@...>
Date: Mon May 4, 2009 10:16 am
Subject: Fortran command for plotting a data file
mb.fathi
Offline Offline
Send Email Send Email
 
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 in advance,
                   mohammad

#492 From: Sukhbinder Singh <sukhbinder.singh@...>
Date: Tue Mar 3, 2009 3:52 am
Subject: Re: Re: source
sukh2010
Offline Offline
Send Email Send Email
 
Yes gfortran is available for windows operating system. In fact i am
using this compiler successfully on my vista and xp system. Good luck

On 2/27/09, yowasi <robertkiwanuka@...> wrote:
> 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 machine. Not sure what is available in the ms
> windows free source world.
>
> Regards,
>
> Robert
>
> --- In Fortran@yahoogroups.com, "leila" <leila_phy@...> wrote:
>>
>> Hi,
>> I need the compiler for ofrtran 90 to install on my laptop. does anyone
>> have the free source?
>>
>
>
>


--
Sukhbinder

#491 From: "yowasi" <robertkiwanuka@...>
Date: Fri Feb 27, 2009 2:51 am
Subject: Re: source
yowasi
Offline Offline
Send Email Send Email
 
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 machine. Not sure what is available in the ms
windows free source world.

Regards,

Robert

--- In Fortran@yahoogroups.com, "leila" <leila_phy@...> wrote:
>
> Hi,
> I need the compiler for ofrtran 90 to install on my laptop. does anyone
> have the free source?
>

#490 From: "leila" <leila_phy@...>
Date: Thu Feb 26, 2009 12:25 pm
Subject: source
leila_phy
Offline Offline
Send Email Send Email
 
Hi,
I need the compiler for ofrtran 90 to install on my laptop. does anyone
have the free source?

#489 From: William Kasirye <ms42000@...>
Date: Tue Feb 17, 2009 5:31 am
Subject: Re: Re: Progress Indicator
ms42000
Offline Offline
Send Email Send Email
 
Walter,
I am using fortran90. I will look at this tomorrow and let you know if it works.
Thanks.

--- On Sat, 2/14/09, Walter Spector <w6ws@...> wrote:

From: Walter Spector <w6ws@...>
Subject: Re: [Fortran] Re: Progress Indicator
To: Fortran@yahoogroups.com
Date: Saturday, February 14, 2009, 3:45 PM






William Kasirye wrote:
> I used the print, but the problem is that, it does not 'override' what
>has been printed.

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, gfortran, and Silverfrost FTN95 - as they apparently don't do
much buffering:

program indicate
implicit none

integer, parameter :: max_secs = 10
character, parameter :: cr = achar (13) ! ASCII carraige return (not newline)

integer :: timevals(8)
integer :: current_sec, old_sec
integer :: i

old_sec = 0
i = 0
do
call date_and_time (values=timevals)
current_sec = timevals(7)

! Tell user when the seconds element changes

if (current_sec /= old_sec) then
write (6,'(a,i2,a) ',advance= 'no') 'current second = ', current_sec, cr
old_sec = current_sec
i = i + 1
end if

if (i == max_secs) exit
end do
write (6,*)

end program

With ifort, the I/O buffer doesn't get flushed, even though I tried
putting in F2003 flush statement after the write statement. I should
probably report it to them.

It also works fine with MIPSPro f90.

W.


















[Non-text portions of this message have been removed]

#488 From: Walter Spector <w6ws@...>
Date: Sat Feb 14, 2009 11:45 pm
Subject: Re: Re: Progress Indicator
w6ws
Offline Offline
Send Email Send Email
 
William Kasirye wrote:
> I used the print, but the problem is that, it does not 'override' what
  >has been printed.

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, gfortran, and Silverfrost FTN95 - as they apparently don't do
much buffering:

program indicate
    implicit none

    integer, parameter :: max_secs = 10
    character, parameter :: cr = achar (13) ! ASCII carraige return (not newline)

    integer :: timevals(8)
    integer :: current_sec, old_sec
    integer :: i

    old_sec = 0
    i = 0
    do
      call date_and_time (values=timevals)
      current_sec = timevals(7)

! Tell user when the seconds element changes

      if (current_sec /= old_sec) then
        write (6,'(a,i2,a)',advance='no') 'current second = ', current_sec, cr
        old_sec = current_sec
        i = i + 1
      end if

      if (i == max_secs) exit
    end do
    write (6,*)

end program

With ifort, the I/O buffer doesn't get flushed, even though I tried
putting in F2003 flush statement after the write statement.  I should
probably report it to them.

It also works fine with MIPSPro f90.

W.

#487 From: William Kasirye <ms42000@...>
Date: Fri Feb 13, 2009 7:05 pm
Subject: Re: Re: Progress Indicator
ms42000
Offline Offline
Send Email Send Email
 
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
users need to know the progress of the program. Any idea on how to print on just
the SAME line. ie say from when the program moves from 25% complete to 50%, i
need to only show 50%, from 50% to 75% i need to only show 75% done etc.
Thanks.

--- On Sat, 2/7/09, Khokho <khokho_solomi@...> wrote:

From: Khokho <khokho_solomi@...>
Subject: [Fortran] Re: Progress Indicator
To: Fortran@yahoogroups.com
Date: Saturday, February 7, 2009, 3:46 AM






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 you can use the WRITE command to produce
useful information on the progress of your program.

In short, if you write a code that will take more than few seconds to
conclude then let the code report its progress using simple print and
write commands; this will save you a lot of time in the debugging process.

Salem
--- In Fortran@yahoogroups .com, "William Kasirye" <ms42000@... > wrote:
>
> 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 of calculations and I need to know that the program is still
> working and where it is. What i need is eg 25% completed, 75%
> completed..100% .
>
> Thanks.
>
> DD
>



















[Non-text portions of this message have been removed]

#486 From: "Khokho" <khokho_solomi@...>
Date: Sat Feb 7, 2009 11:46 am
Subject: Re: Progress Indicator
khokho_solomi
Offline Offline
Send Email Send Email
 
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 you can use the WRITE command to produce
useful information on the progress of your program.

In short, if you write a code that will take more than few seconds to
conclude then let the code report its progress using simple print and
write commands; this will save you a lot of time in the debugging process.

Salem
--- In Fortran@yahoogroups.com, "William Kasirye" <ms42000@...> wrote:
>
> 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 of calculations and I need to know that the program is still
> working and where it is. What i need is eg 25% completed, 75%
> completed..100%.
>
> Thanks.
>
> DD
>

#485 From: "William Kasirye" <ms42000@...>
Date: Fri Feb 6, 2009 5:45 am
Subject: Re: Progress Indicator
ms42000
Offline Offline
Send Email Send Email
 
Let me know if you come across one.
Thanks.
--- In Fortran@yahoogroups.com, joopin ahmadi <joopinahmadi@...>
wrote:
>
>
> 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
> --- On Tue, 2/3/09, William Kasirye <ms42000@...> wrote:
> From: William Kasirye <ms42000@...>
> Subject: [Fortran] Progress Indicator
> To: Fortran@yahoogroups.com
> Date: Tuesday, February 3, 2009, 10:56 PM
>
>
>
>
>
>
>
>
>
>
>
>             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 of calculations and I need to know that the program is
still
>
> working and where it is. What i need is eg 25% completed, 75%
>
> completed..100% .
>
>
>
> Thanks.
>
>
>
> DD
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#484 From: joopin ahmadi <joopinahmadi@...>
Date: Thu Feb 5, 2009 7:11 am
Subject: Re: Progress Indicator
joopinahmadi
Offline Offline
Send Email Send Email
 
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
--- On Tue, 2/3/09, William Kasirye <ms42000@...> wrote:
From: William Kasirye <ms42000@...>
Subject: [Fortran] Progress Indicator
To: Fortran@yahoogroups.com
Date: Tuesday, February 3, 2009, 10:56 PM











             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 of calculations and I need to know that the program is still

working and where it is. What i need is eg 25% completed, 75%

completed..100% .



Thanks.



DD





























[Non-text portions of this message have been removed]

#483 From: "William Kasirye" <ms42000@...>
Date: Tue Feb 3, 2009 7:26 pm
Subject: Progress Indicator
ms42000
Offline Offline
Send Email Send Email
 
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 of calculations and I need to know that the program is still
working and where it is. What i need is eg 25% completed, 75%
completed..100%.

Thanks.

DD

#482 From: joopin ahmadi <joopinahmadi@...>
Date: Fri Jan 30, 2009 5:52 pm
Subject: please help......an error
joopinahmadi
Offline Offline
Send Email Send Email
 
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 error :



"error LNK2001: unresolved external symbol ..........."



I've attached the input files and the code itself.....

Your help would be really appreciated, i`m just in hurry....



Much Thanks

Joopin




[Non-text portions of this message have been removed]

#481 From: "Bill Walker" <billwalker_us@...>
Date: Tue Jan 6, 2009 4:09 am
Subject: Re: Giving up on gfortran on vista; anyone ever heard of Supersoft Fortran?
billwalker_us
Offline Offline
Send Email Send Email
 
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 object archive." The programs that I have tried
are the examples in the DISLIN install.


> Bill Walker wrote:
> > I gave up trying to get gfortran to work on my vista machine.
>
> 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 it.  (Though for best performance, they
> would probably use compilers like Intel or Pathscale.)
>

#480 From: Walter Spector <w6ws@...>
Date: Thu Jan 1, 2009 1:56 am
Subject: Re: Giving up on gfortran on vista; anyone ever heard of Supersoft Fortran?
w6ws
Offline Offline
Send Email Send Email
 
Bill Walker wrote:
> I gave up trying to get gfortran to work on my vista machine.

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 it.  (Though for best performance, they
would probably use compilers like Intel or Pathscale.)

  > ... I found a
> compiler called Supersoft Fortran. It compiles a test program OK. Seems
> to be somewhat FORTRAN 77 compliant. Does any one have the docs on this
> compiler? Ever used it?

Yuck.  Don't bother.  IIRC, it didn't even have a CHARACTER data type.
Why even consider a compiler that was no good 20 years ago, and has not
been developed nor supported since then?

My advice is to figure out what the issue is with gfortran.  Then
be happy.

Alternatively, you might try Andys g95 compiler (http://www.g95.org).
It does not implement as much of F2003 as gfortran, but does have a
few interesting features of its own.

Another alternative, free for personal use, is the Salford/Silverfrost
FTN95 compiler.  (http://www.silverfrost.com)

W.

Messages 480 - 509 of 509   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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