Changes between Version 4 and Version 5 of aci
- Timestamp:
- 07/18/17 10:55:20 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
aci
v4 v5 54 54 == Environment == 55 55 56 Pleiades uses `csh` and not `bash`, add the following to your `~/.cshrc`:56 Add the following to your `~/.bashrc`: 57 57 {{{ 58 58 #!sh 59 59 60 60 #ISSM 61 setenv ISSM_DIR /home1/mmorligh/issm/trunk/ 61 export ISSM_DIR ="/storage/home/USERNAME/work/trunk/" 62 62 source $ISSM_DIR/etc/environment.csh 63 63