Custom Query (324 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 324)

1 2 3 4 5 6 7 8 9 10 11
Ticket Owner Reporter Resolution Summary
#6 sdipsl mmaipsl fixed ATLAS LMDzOR
Description

supprimer l'ATLAS LMDZOR

#112 sdipsl sdipsl fixed Basic unit test must work when translating to bash
Description

Several issues when DEBUG_debug=true (turn unit test on)

  • libIGCM_card.bash: line 249: [: isleep: integer expression expected
  • function scope is not equivalent in bash and ksh

https://forge.ipsl.jussieu.fr/libigcm/roadmap

#113 sdipsl sdipsl fixed integer starting with 0 are considered in octal base by bash (issues for month=08....)
Description

In bash we need to specify than numbers starting by 0 are in fact base 10. Mainly concern operation on year, month and day

month=06 i=0 if [ $(( month + i )) -lt 13 ] ; then echo tata; else echo toto; fi

month=08 i=0 if [ $(( month + i )) -lt 13 ] ; then echo tata; else echo toto; fi

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.