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.
Changeset 14644 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/doc/manual_build.sh – NEMO

Ignore:
Timestamp:
2021-03-26T15:33:49+01:00 (3 years ago)
Author:
sparonuz
Message:

Merge trunk -r14642:HEAD

Location:
NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette_wave@13990         sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/doc/manual_build.sh

    r11594 r14644  
    2121 
    2222## LaTeX installation, find latexmk should be enough 
    23 [ -z $( which latexmk ) ] && { echo 'latexmk not installed => QUIT'; exit 2; } 
     23[ -z "$( which latexmk )" ] && { echo 'latexmk not installed => QUIT'; exit 2; } 
    2424 
    2525## Pygments package for syntax highlighting of source code (namelists & snippets) 
    2626[ -n "$( ./tools/check_pkg.py pygments )" ] && { echo 'Python pygments is missing => QUIT'; exit 2; } 
    27  
    28 ## Retrieve figures if not already there 
    29 #if [ ! -d latex/figures ]; then 
    30 #    printf "Downloading of shared figures and logos\n\n" 
    31 #    svn co http://forge.ipsl.jussieu.fr/nemo/svn/utils/figures latex/figures > /dev/null 
    32 #fi 
    33  
    3427 
    3528## Loop on the models 
Note: See TracChangeset for help on using the changeset viewer.