{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

sdipsl (2 matches)

Ticket Summary Component Milestone Type Created
Description
#303 move BigBrother=true option from AA_job to config.card Supervisor CORE libIGCM_v2.8.4 enhancement 09/09/16

much easier then to make supervision for all TaskType?={computing, post-processing and checking}


#335 Ada AA_purge_simulation don't delete R_BUFR files treatment libIGCM_v2.8.4 enhancement 07/27/17

On ada, purge_simulation don't delete restart files stored in R_BUFR directory on the machine itself.

As a work around, use clean_PeriodLength or clean_latestPackperiod which are deleting all files requested.

It's done like this in AA_clean_PeriodLength :

if [ X${Pack} = Xtrue ] ; then
    echo "Search files with ${PeriodDateEnd} in ${R_BUFR}"
    set +A ListFilesBuf -- $( IGCM_sys_RshMaster "find ${R_BUFR} -name \"*${PeriodDateEnd}*\" " )
    CountListFilesBuf=${#ListFilesBuf[@]}
...
...

This part is missing in AA_purge_simulation.

It's visible when the simulation exit due to permission denied when saving the new restart file

IGCM_sys_PutBuffer_Rest : flxat.nc /workgpfs/rech/../../IGCM_OUT/IPSLCM6-MR/DEVT/pdControl/CM6011.3-MR-pd-A01/CPL/Restart/CM6011.3-MR-pd-A01_19500131_flxat.nc
IGCM_sys_PutBuffer_Rest : error code 1
-r--r--r-- 1 ??? 10528372 Jul 25 21:22 /workgpfs/rech/.../.../IGCM_OUT/IPSLCM6-MR/DEVT/pdControl/CM6011.3-MR-pd-A01/CPL/Restart/CM6011.3-MR-pd-A01_19500131_flxat.nc
cp: cannot create regular file `/workgpfs/rech/.../.../IGCM_OUT/IPSLCM6-MR/DEVT/pdControl/CM6011.3-MR-pd-A01/CPL/Restart/CM6011.3-MR-pd-A01_19500131_flxat.nc': Permission denied

Note: See TracReports for help on using and creating reports.