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 14507 for utils – NEMO

Changeset 14507 for utils


Ignore:
Timestamp:
2021-02-19T10:45:24+01:00 (3 years ago)
Author:
gsamson
Message:

remove unplugged beaufix from sette

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/prepare_job.sh

    r13790 r14507  
    296296                                fi 
    297297                                ;; 
    298                         ifort_beaufix_sette*) 
    299                                 NB_PROC_NODE=40 
    300                                 NB_NODES=$( echo $NB_PROC | awk '{print $1 - $1 % $NB_PROC_NODE }' | awk '{print $1 / $NB_PROC_NODE }' ) 
    301                                 ;; 
    302298         *) 
    303299            NB_NODES=${NB_PROC} 
Note: See TracChangeset for help on using the changeset viewer.