Running JULIA



next up previous contents
Next: Data Cards Up: JULIA User's Guide Previous: Introduction

Running JULIA

Basically all you need to run JULIA in the standard mode, is a card file containing a FILI and a FILO card gif. Assuming the file JULIA.CARDS contains the following machine independent lines :

FILI 'julia_input.EPIO'
FILO 'julia_output.EPIO'
ENDQ

To run the program one needs :

On VAX :

$ ASSIGN JULIA.CARDS FOR099
$ RUN JUL:JUL274

On IBM :

'FILEDEF 99 DISK JULIA CARDS A'
'EXEC GIME PUBXU 210 *'     /* the JUL disk */
'EXEC CERNLIB JUL274 ALEPHLIB BOS77 GENLIB'
'LOAD CORR274 (CLEAR NOMAP NOAUTO RESET AAMAIN START'

On UNIX :

> setenv JULIACARDS JULIA.CARDS 
> /aleph/jul274

If you only need to run JULIA in the standard mode, you can stop here .

To run JULIA with new or modified FORTRAN routines, a command file JUL:JULRUN.COM on VAX (by F.Ranjard) and an EXEC file JULRUN EXEC on IBM (by R.Edgecock) may be used, to set up a JULIA job in an interactive dialog, no tool exists on UNIX systems for the moment.



Eric Lancon
Thu Sep 29 15:07:07 MET 1994