>
>
> Greetings,
>
> I have downloaded NCAR graphic version 4.3 for sun solaris running
> 5.8 OS (ncarg-4.3.0.Solaris8_sun4.tar.gz).
>
> On executing ./INSTALL script, I was able to install all following
> executables:
> ncargcc ncargfile ncargversion ncarvversion
> ncargex ncargpath ncargworld ncgm2cgm
> ncargf77 ncargrun ncarlogo2ps ncgmstat
>
>
> On our system Fortran 90 compiler is available. I was not
> able to locate/and install necessary F90 scripts,
> ie. ncargf90 and nhlf90, and other f90 scripts.
>
> How can I install (invoke) f90 scripts, instead of f77.
> Kindly provide a solution to this.
>
> Thank you very much.
>
> Sarabjit
Dear Sarabjit,
1. Copy the "ncargf77" script to "ncargf90":
cp $NCARG_ROOT/bin/ncargf77 $NCARG_ROOT/bin/ncargf90
2. Edit $NCARG_ROOT/bin/ncargf90 and change the f77 compiler
to be whatever your f90 compiler is. You may need to
do this in a couple of places.
3. Make sure $NCARG_ROOT/bin/ncargf90 is executable:
chmod gou+x $NCARG_ROOT/bin/ncargf90
You should now be set to use "ncargf90". Please note that on some
systems, when you use the f90 compiler, you may need to load some
additional libraries. If this is the case, then you can add them to
the "set libextra" line. For example, if you have to add "-lf90",
then you would change the line as follows:
set libextra = "-lf90"
You may need to check with your system administrator to find out if
any additional libraries are needed when you link with your Fortran
90 compiler.
--Mary
> SARABJIT SINGH BAKSHI Voice/Phone Mail:301-286-6662
> L-3 Communications Analytics Corp.
> NASA/Goddard Space Flight Center Fax:301-286-0212
> Mail Code 692 Email: Sarabjit.S.Bakshi.1@gsfc.nasa.gov
> Building 2, Room W-124, Greenbelt, MD 20771 USA
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> _______________________________________________
> ncarg-talk mailing list
> ncarg-talk@ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
>
_______________________________________________
ncarg-talk mailing list
ncarg-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
This archive was generated by hypermail 2b29 : Fri Oct 11 2002 - 16:59:41 MDT