Opened 11 years ago

Closed 11 years ago

#28 closed defect (fixed)

compilation XIOS Oasis path

Reported by: aclsce Owned by: aclsce
Priority: major Component: XIOS
Version: 1.0 Keywords: compilation Oasis
Cc:

Description

So far, the path of Oasis library is by default :
OASIS_INCDIR="-I$WORKDIR/NEMO_COUPLE/prism/X64/build/lib/psmile.MPI1"
OASIS_LIBDIR="-L$WORKDIR/NEMO_COUPLE/prism/X64/lib"
in arch*path configuration files.

It is not very generic, in particular if we want to include XIOS compilation in IPSL coupled model compilation. We would like to have a relative path instead of absolute path.

Proposition : Replace the actual path by :
OASIS_INCDIR="-I$PWD/../../prism/X64/build/lib/psmile.MPI1"
OASIS_LIBDIR="-L$PWD/../../prism/X64/lib"

Thanks !

Change History (2)

comment:1 Changed 11 years ago by aclsce

  • Status changed from new to assigned

comment:2 Changed 11 years ago by aclsce

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

Fixed as suggested in the ticket.
See commit there : [440]

Note: See TracTickets for help on using tickets.