Project

General

Profile

Change from the original configlocal » History » Version 2

« Previous - Version 2/4 (diff) - Next » - Current version
Herve Ballans, 14/09/2015 15:50


Change from the original config.local

DRMS_DATABASE ias_sdo

DBSERVER_HOST sdo3

DRMS_SITE_CODE 0x0018

SUMS_GROUP ias

SUMS_SERVER_HOST sdo3

SUMS_DB_HOST sdo3

SUMS_LOG_BASEDIR /usr/local/netdrms_current/logs/SUM

POSTGRES_INCS:X86_64 /usr/local/pgsql/include
POSTGRES_INCS:AVX /usr/local/pgsql/include

POSTGRES_LIBS:X86_64 /usr/local/pgsql/lib
POSTGRES_LIBS:AVX /usr/local/pgsql/lib

  1. actual library names
    POSTGRES_LIB pq
  1. machine-specific
  2. The following is an example:
  3. POSTGRES_LIBS:N02 /usr/lib64
  1. * end PostgreSQL *
  1. * CFITSIO *
  1. defaults
  2. CFITSIO API headers (must contain fitsio.h)
    CFITSIO_INCS:X86_64 /usr/local/include
    CFITSIO_INCS:AVX /usr/local/include
  1. the location of the cfitsio libraries
    CFITSIO_LIBS:X86_64 /usr/local/lib64
    CFITSIO_LIBS:AVX /usr/local/lib64
  1. actual library names
    CFITSIO_LIB cfitsio
  1. machine-specific
  2. The following is an example:
  3. CFITSIO_LIBS:N02 /usr/lib64
  1. * end CFITSIO *
  1. TAR ####################
  1. Tar library needed by JMD.
    TAR_INCS:X86_64 /usr/include
    TAR_INCS:AVX /usr/include
    TAR_LIBS:X86_64 /usr/lib64
    TAR_LIBS:AVX /usr/lib64
    1. END TAR ##################
  1. PYTHON ####################
  1. Python library needed for multi-threaded SUMS (so far).
    PY_LIB python3.4m
    PY_INCS:X86_64 /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4/include/python3.4m
    PY_INCS:AVX /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4/include/python3.4m
    PY_LIBS:X86_64 /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4/lib
    PY_LIBS:AVX /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4/lib
    PY_HOME:X86_64 /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4
    PY_HOME:AVX /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4
    1. END PYTHON ##################
  1. NetDRMS users can request subdirectories from the Stanford proj directories
  2. (e.g., JSOC/proj/util). These users will need to contact Stanford and obtain
  3. the source subdirectories desired. They will then place these subdirectories
  4. in the JSOC/proj directory of their NetDRMS release. To properly build
  5. targets in these subdirectories, using the JSOC make system, the user needs
  6. to add entries to this configuration file - one entry for each subdirectory
  7. that contains source code to be compiled. Each entry is a space-separated pair
  8. of strings: the string "PROJDIR" followed by a subdirectory (of the proj
  9. directory). For example: #
  10. PROJDIR util/apps
  11. PROJDIR util/libs #
  12. NOTE: It is not sufficient to list only a parent directory, like util. Source code
  13. in child directories will not automatically be compiled.