Changes between Version 8 and Version 9 of idefix
- Timestamp:
- May 10, 2017 4:26:19 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idefix
v8 v9 23 23 == Access and user environment == 24 24 '''idefix''' can be accessed via: 25 * {{{ssh -X <username>@idefix.muk.uni-hannover.de}}} 26 * {{{ssh -X <username>@130.75.105.239}}} 25 {{{ 26 ssh -X replace_by_your_idefix_username@idefix.muk.uni-hannover.de or 27 ssh -X replace_by_your_idefix_username@130.75.105.239 28 }}} 29 30 Create an ssh key on your local PC, and copy it to idefix using the command:\\\\ 31 {{{ 32 ssh-copy-id -i replace_by_your_local_path_to/.ssh/id_dsa.pub replace_by_your_idefix_username@130.75.105.239 33 }}} 27 34 28 35 In your $HOME directory, add lines 29 * {{{export LD_LIBRARY_PATH=/opt/netcdf4_hdf5parallel/4411c_443f/intel/lib:$LD_LIBRARY_PATH}}} 30 * {{{ulimit -s unlimited}}} 36 {{{ 37 export LD_LIBRARY_PATH=/opt/netcdf4_hdf5parallel/4411c_443f/intel/lib:$LD_LIBRARY_PATH 38 ulimit -s unlimited 39 }}} 31 40 to file {{{.myprofile}}} (create if it doesn't exist). 32 41 \\