source: TOOLS/MachineEnvironment/curie/bashrc @ 3929

Last change on this file since 3929 was 3929, checked in by jgipsl, 6 years ago

Add folder MachineEnvironment? to contain all environement files at computing centers which are maintained by the platform group.

The files in subfolder curie and irene were previously stored at TGCC in the home p86ipsl. The files had previously a point as prefix which has been removed to make the files visible. For history, here also commited old files not used any more. They will be removed in next commit.

  • Property svn:executable set to *
File size: 327 bytes
Line 
1if [[ ${-} != *i*  ||  ( ${TERM} != xterm* && ${TERM} != screen ) || ${TERM}  = "su" || ${TERM}  = "dumb" || ${TERM}  = "network" || -z ${TERM} ]] ; then
2        return 0
3fi
4#####################################
5case $HOSTNAME in
6
7curie*)
8        . `ccc_home -u p86ipsl`/.bashrc_curie ;;
9
10esac
11#####################################
12
Note: See TracBrowser for help on using the repository browser.