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 1313 for trunk/CONFIG/ORCA2_OFF_PISCES/scripts/BB_make – NEMO

Ignore:
Timestamp:
2009-02-17T09:58:27+01:00 (15 years ago)
Author:
ctlod
Message:

add shape=10000000 option required for NEC-SX8 (CCRT center) to be able to compile fldread.F90 module , see ticket: #338

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_OFF_PISCES/scripts/BB_make

    r1299 r1313  
    1111#-Q- platine L_X = $(L_O)  
    1212#-Q- sx8mercure  # Compiler options NEMO (CEA SX8-NEC)  
    13 #-Q- sx8mercure  F_O = -f2003 nocbind -size_t64 -dw -Wf\"-A dbl4\" -sx8 -C vopt -Wf"-P nh" -Wf,-pvctl noassume loopcnt=10000 -L transform -I $(MODDIR) -I $(MODDIR)/oce -I $(NCDF_INC) $(USER_INC)  
     13#-Q- sx8mercure  F_O = -f2003 nocbind -size_t64 -dw -Wf\"-A dbl4\" -sx8 -C vopt -Wf"-P nh" -Wf,-pvctl noassume loopcnt=10000 shape=10000000 -L transform -I $(MODDIR) -I $(MODDIR)/oce -I $(NCDF_INC) $(USER_INC)  
    1414#-Q- sx8mercure  L_X = $(L_O) 
    1515#-Q- sx8brodie  # Compiler options NEMO (IDRIS SX8-NEC)  
Note: See TracChangeset for help on using the changeset viewer.