Difference between revisions of "Computer support"

From cluster group wiki
Jump to navigation Jump to search
Line 16: Line 16:
*  [http://cluster.shao.ac.cn/~shen/doc/IFC71/fcompindex.htm  Intel® Fortran Compiler Documentation]
*  [http://cluster.shao.ac.cn/~shen/doc/IFC71/fcompindex.htm  Intel® Fortran Compiler Documentation]
* numeric recipies:   
* numeric recipies:   
: F77  librecipes_f.a [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/f77/bookfpdf.html Doc]
: F77  librecipes_f.a [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/f77/bookfpdf.html]
: F90: lobrecipes_f90.a [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/f90/bookf90pdf.html Doc]
: F90: lobrecipes_f90.a [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/f90/bookf90pdf.html]
: c: [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/c/bookcpdf.html Doc]
: c: [http://cluster.shao.ac.cn/~shen/doc/Numrec_Doc/c/bookcpdf.html Doc]
: source: /usr/local/lib/numrecip_2.10
: source: /usr/local/lib/numrecip_2.10


* Nag library (libnag20d.a)
* Nag library (libnag20d.a)
: F77 [http://cluster.shao.ac.cn/~shen/doc/NAG20_doc/fortran77/html/mark20.html Doc]
: F77 [http://cluster.shao.ac.cn/~shen/doc/NAG20_doc/fortran77/html/mark20.html]
: F90 [http://cluster.shao.ac.cn/~shen/doc/NAG20_doc/fortran90/html/release4.html Doc]
: F90 [http://cluster.shao.ac.cn/~shen/doc/NAG20_doc/fortran90/html/release4.html]


* cfitsio (libcfitsio) [http://heasarc.gsfc.nasa.gov/fitsio/ Doc]
* cfitsio (libcfitsio) [http://heasarc.gsfc.nasa.gov/fitsio/]


==== ESo-scisoft ====
==== ESo-scisoft ====

Revision as of 05:24, 22 April 2013

Gserver Service

  • Gserver is a windows 2008 server located at office 1513, which provides
windows client (username: cluster passwd: cluster_pub)
http and ftp service (202.127.29.128)
scanner and DVD burner

Hserver Service

  • Hserver is a linux server equipped with 4 six core AMD cpus, 48 G memory and 14T hard disk, which provides high preformance computation and htppd service.

Scientific softwar =

IDL 7.1

coyote library
astro_lib

Intel fortran compiler 11.1

F77 librecipes_f.a [1]
F90: lobrecipes_f90.a [2]
c: Doc
source: /usr/local/lib/numrecip_2.10
  • Nag library (libnag20d.a)
F77 [3]
F90 [4]
  • cfitsio (libcfitsio) [5]

ESo-scisoft

Matlab 7.9

super Mongo

httpd service

spersonal webpage service

  1. make your home directory readable
    $chmod -R 755 ~
  2. make a public_html directory
    $mkdir ~/public_html
  3. build your personal webpage
    $cd ~/public_html
    $cat "hello, world" >> index.html
  • How to make my webpage password protected?
please google .htaccess and .htpasswd