New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/nicolasmartin (diff) – NEMO

Changes between Initial Version and Version 1 of user/nicolasmartin


Ignore:
Timestamp:
2018-06-06T19:07:39+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/nicolasmartin

    v1 v1  
     1{{{#!box type='configure' width='50em' 
     2 
     3= Todo list 
     4 
     5* Update generic computing architecture files for common compilers: GCC, Intel & PGI 
     6* Main NEMO bash scripts (makenemo, sette and trusting) 
     7  * Analyse with https://github.com/koalaman/shellcheck 
     8  * Review and standardize the options between the scripts 
     9  * Implement long and short options 
     10 
     11}}} 
     12 
     13{{{#!box type='note' width='50em' 
     14 
     15= Procedure likely to follow by newly developer for avoiding authentication 
     16 
     17As of now the repository is open so Subversion does no longer request an authentication for downloading (credentials are not stored locally) but, by the way the repository has been implemented with `svn+ssh` scheme, the developer has to copy his SSH key to his UNIX account on the Forge server for skipping the authentication step at each request. \\ 
     18It could be particularly boring with SVN externals. 
     19 
     20{{{#!shell-session 
     21$ ssh-copy-id -i ~/.ssh/id_rsa.pub "ID"@forge.ipsl.jussieu.fr 
     22Password: 
     23... 
     24}}} 
     25 
     26}}}