NAME

superbib_profile.sh - define SUPERBIB environnement

SYNOPSIS

Online usage

$ . ./superbib_profile.sh -d directory -i indir -o outdir -t tempdir

In ${HOME}/.profile, add the following line

. superbib_profile.sh -d directory  -i indir -o outdir -t tempdir

DESCRIPTION

define SUPERBIB environnement

${SUPERBIB} is the base directory of tools.

${SUPERBIB_LOG} is the directory where log files will be written.

${SUPERBIB_ID} is the directory where input files must be.

${SUPERBIB_OD} is the directory where output files will be written.

MANPATH++

EXAMPLES

For fplod, on aedon.locean-ipsl.upmc.fr:

$ cd /usr/home/fplod/src/superbib/superbib_ws/src/
$ . ./superbib_profile.sh \
  -d $(pwd) \
  -i /usr/temp/${LOGNAME}/superbib_d/ \
  -o /usr/temp/${LOGNAME}/superbib_d/ \
  -t /usr/temp/${LOGNAME}/log/

FILES

original location

/usr/home/fplod/src/superbib/superbib_ws/src/superbib_profile.sh sur aedon.locean-ipsl.upmc.fr

EVOLUTIONS

++ option bavarde

++ machine dependant

++ compilateur dependant

++ pas de MANPATH defini par défaut sur zeus

$Id$