Seeking 64-bit Linux Compiler for Fortran 95 Binary

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
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.
 
Physics 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: