Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#261 closed defect (fixed)

Output file not saved for trivial case of parallel output files

Reported by: omamce Owned by: sdipsl
Priority: minor Milestone: libIGCM_v2.7
Component: treatment Version:
Keywords: Cc:

Description

XIOS server often runs on only one processor. However, it can generates files like out_xios.x.out.083 and out_xios.x.err.0883, with any kind of non predictable number in place of 083

I you put in xios.card :

[OutputText]
List=   (out_xios.x.out, out_xios.x.err)

libIGCM is unable to compact and save the file, because there is only one :-(

Olivier

Change History (3)

comment:1 Changed 9 years ago by sdipsl

  • Owner changed from somebody to sdipsl
  • Status changed from new to assigned

And what about a wild card?
List= (out_xios.x.*)

comment:2 Changed 9 years ago by sdipsl

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

Ça marche avec cette syntaxe.
COMP/xios.card:List= (out_xios.x.*)

comment:3 Changed 8 years ago by sdipsl

  • Milestone set to libIGCM_v2.7
Note: See TracTickets for help on using tickets.