CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   UNIX AND PC (https://www.cfd-online.com/Forums/main/1444-unix-pc.html)

CHERIF October 25, 1999 05:04

UNIX AND PC
 
Dear friends, I want to solve a problemn writen in Fortran 90 using a big computer runing under Unix system. Is there any modifications to do in order to run this programe under Unix system ? which kind of commends i have to write to compile and run the programme directly from my Pc. Thank you very much Cherif

Patrick Godon October 25, 1999 10:51

Re: UNIX AND PC
 
On what machine is your fortran code running presently? on your PC? under which system? (just using windows? or DOS? or you have unix running on your PC with Linux..?)

Are you going to connect with your PC on the big computer and work from there in the UNIX system of the big computer?

On what computer do you wish to compile and run your fortran code? (is it just a workstation? a Cray? or another supercomputer?) - what workstation? (IBM RISK, SPARC, SILICON GRAPHICS?? etc..).

The fortran compiler on each computer might be invoked by a different unix command. For example 'f77' might be used to run the code, or 'fc77' or something else. The options used for the compiling might also be different.

Are you using any library subroutine (ISML or something else) ?

Are you familiar with the Unix system and commands?

Are you familiar with compiling, linking, etc.. ?

You need to be more specific, so that we can understand exactly what is the problem.

clifford bradford October 25, 1999 13:26

Re: UNIX AND PC
 
i don't think you'll have much problems all you need to do is probably type: xlf90 'filename.f90' the F90 compiler varies from one unix system to another just access the man page for the compiler and read it. it's probably best to talk to your colleagues or system administrator to help you with this.


All times are GMT -4. The time now is 00:36.