Seeking 64-bit Linux Compiler for Fortran 95 Binary

Click For Summary
Running 64-bit Linux allows for the compilation of 64-bit Fortran95 binaries using the GCC compiler. The command "g77 -m64 <source file>" targets the code for 64-bit architecture, even in a 32-bit environment. However, the resulting executable can only be run on a 64-bit machine. If a user lacks access to Linux, they can provide the source code for compilation assistance.
jack47
Messages
16
Reaction score
0
hi, I was wondering if anyone was running 64-bit linux. In particular, I need someone to compile a 64-bit fortran95 binary for me.
 
Computer science news on Phys.org
If your using gcc you can do this:

g77 -m64 <source file>

This will target your code for 64bit even though your in a 32bit environment. You won't be able to run the code unless you copy the executeable onto a 64 bit machine.

If you don't have linux give me the source and I'll compile it for you. Otherwise you can probably do it yourself.
 
Last edited:
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 37 ·
2
Replies
37
Views
7K
Replies
1
Views
7K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
3K
Replies
6
Views
5K