Parcourir la source

Merge branch 'master' of ssh://www.climate.be:3022/TECLIM/Coral

Pierre-Yves Barriat il y a 6 ans
Parent
commit
58435e0dde
1 fichiers modifiés avec 17 ajouts et 12 suppressions
  1. 17 12
      README.md

+ 17 - 12
README.md

@@ -6,8 +6,8 @@ Coral is a collaborative job submission script  manager for the NEMO (Nucleus fo
 ## Overview
 
 - Run 'coral -h' to get a list of Coral commands, and 'coral \<command\> -h' to get help for a specific \<command\>
-- Please see the [Documentation](http://www.climate.be/Coral/docs) for common usages and change log.
-- Having trouble? Get help with [Troubleshooting](http://www.climate.be/Coral/docs/troubleshooting.html)
+- Please see the [Documentation](https://www.elic.ucl.ac.be/Coral/docs) for common usages and change log.
+- Having trouble? Get help with [Troubleshooting](https://www.elic.ucl.ac.be/Coral/docs/troubleshooting.html)
 
 ## Features
 
@@ -22,7 +22,7 @@ Once the job is submitted, you can simply run 'coral status' in the run director
 
 ## Requirements
 
-NEMO & XIOS source code: see [How to get NEMO from scratch](http://www.climate.be:3000/TECLIM/Coral/wiki/NEMO-from-scratch)
+NEMO & XIOS source code: see [How to get NEMO from scratch](https://www.elic.ucl.ac.be/TECLIM/Coral/wiki/NEMO-from-scratch)
 
 ## Install
 
@@ -30,7 +30,7 @@ Clone the Coral repository (for instance in the EXTERNAL directory of your NEMO
 
 ```bash
 cd $HOME/modeles/nemo/3.6/EXTERNAL
-git clone ssh://egit/TECLIM/Coral.git coral
+git clone ssh://git@www.climate.be:3022/TECLIM/Coral.git coral
 ```
 
 and update your shell startup script to source the 'setup-coral.sh' file to add 'coral' to your PATH variable.
@@ -45,7 +45,7 @@ configure_nemo()
 
 ## Getting started
 
-NEMO & XIOS must be compiled: see [How to compile NEMO](http://www.climate.be:3000/TECLIM/Coral/wiki/NEMO-compilation)
+NEMO & XIOS must be compiled: see [How to compile NEMO](https://www.elic.ucl.ac.be/TECLIM/Coral/wiki/NEMO-compilation)
 
 ### Create a NEMO config experiment
 
@@ -68,7 +68,7 @@ cd CORAL00
 coral -h
 coral init -h
 coral list
-coral init elic_gnu
+coral init lemaitre3
 ```
 
 ### Benchmarks
@@ -77,11 +77,16 @@ coral init elic_gnu
 
 > Blocking Switch = 576 cores
 
+* Compiler: intel-2016a
+* Flags: -O3 -i4 -r8 -no-prec-div
+
 | XIOS |  NEMO  | WTIME per YEAR | #CORES | MEM/CPU |
 | ---- | ------ | -------------- | ------ | ------- |
-|   2  |   140  |                |   142  |   3072  |
-|   2  |   260  |                |   262  |   3072  |
-|   4  |   260  |   **43 min**   |   264  |   4096  |
+|   2  |    22  |  **110 min**   |    24  |   3072  |
+|   2  |    46  |   **69 min**   |    48  |   3072  |
+|   2  |   140  |   **43 min**   |   142  |   3072  |
+|   2  |   260  |   **41 min**   |   262  |   3072  |
+|   4  |   260  |   **41 min**   |   264  |   4096  |
 |   4  |   520  |   **36 min**   |   524  |   3072  |
 |   8  |   520  |   **36 min**   |   528  |   4096  |
 |   8  |   520  |   **37 min**   |   528  |   3072  |
@@ -91,12 +96,12 @@ coral init elic_gnu
 
 ## Acknowledgments
 
-- Thanks [@dfr](http://www.climate.be:3000/dfr) for initializing this project.
+- Thanks [@dfr](https://www.elic.ucl.ac.be/dfr) for initializing this project.
 
 ## Contributors
 
-- [@dfr](http://www.climate.be:3000/dfr), [@pbarriat](http://www.climate.be:3000/pbarriat).
+- [@dfr](https://www.elic.ucl.ac.be/dfr), [@pbarriat](https://www.elic.ucl.ac.be/pbarriat).
 
 ## License
 
-This project is under the Creative Commons CC0 1.0 Universal License. See the [LICENSE](http://www.climate.be:3000/pbarriat/Coral/src/master/LICENSE) file for the full license text.
+This project is under the Creative Commons CC0 1.0 Universal License. See the [LICENSE](https://www.elic.ucl.ac.be/pbarriat/Coral/src/master/LICENSE) file for the full license text.