Program that converts f77 to f90/95?

  • Thread starter Thread starter NoobixCube
  • Start date Start date
  • Tags Tags
    Program
AI Thread Summary
A user inquired about a program that can convert Fortran 77 (F77) code to Fortran 90/95 (F90/95) due to receiving source code from a supervisor written in F77. It was noted that while F77 code is generally compatible with F90, F90 introduces new features that are not present in F77. The user expressed confidence that modifying the supervisor's F77 code in an F90 environment should not lead to errors, as F90 can compile F77 code, but not vice versa. The conversation highlighted the forward compatibility of Fortran versions, emphasizing that while F77 code can be run in F90, the reverse is not possible.
NoobixCube
Messages
154
Reaction score
0
Hi all,
I was wondering whether there is a prgramme that converts f77 to f90/95? Because I am about to get source code from a supervisor, and I know f90 but he's written it in f77 :(
 
Technology news on Phys.org


Most (all ?) f77 code is also legal f90. F90 just adds new features.
 


You don't say. So if I were to modify my supervisor's code, hopefully I shouldn't run into any errors regarding the differing versions of FORTRAN?
 


You can compile f77 in f90, you can't compile f90 with f77. Time only goes forward.
 


mgb_phys said:
Time only goes forward.
very profound, thank you for your insight dear sir
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

Similar threads

Replies
8
Views
1K
Replies
34
Views
4K
Replies
8
Views
5K
Replies
1
Views
3K
Replies
8
Views
3K
Replies
4
Views
4K
Replies
8
Views
6K
Back
Top