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.
#1073 (compilation 3.5alpha with AGRIF and XIOS fails) – NEMO

Opened 11 years ago

Closed 11 years ago

#1073 closed Bug (fixed)

compilation 3.5alpha with AGRIF and XIOS fails

Reported by: molines Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

  • When compiling the code with both key_agrif and key_iomput, the compilation fails because of an unresolved dependency on xios
  • This is due to a missing line in NEMOGCM/TOOLS/COMPILE/bld_preproagr.cfg.
    bld::excl_dep        use::ioipsl
    
  • once corrected, compilation completes.
  • I attach the modified file

Commit History (1)

ChangesetAuthorTimeChangeLog
3850smasson2013-03-27T11:00:42+01:00

trunk: bugfix for agrif+xios commilation, see #1073

Attachments (1)

bld_preproagr.cfg (2.8 KB) - added by molines 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by molines

comment:1 in reply to: ↑ description Changed 11 years ago by molines

OOPS ... The missing line in NEMOGCM/TOOLS/COMPILE/bld_preproagr.cfg is obviously

bld::excl_dep        use::xios

comment:2 Changed 11 years ago by smasson

  • Resolution set to fixed
  • Status changed from new to closed

done, see r3850

Note: See TracTickets for help on using tickets.