Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.6 by jmc, Tue Apr 3 00:29:40 2018 UTC | revision 1.7 by jmc, Thu Aug 16 13:31:15 2018 UTC | |
|---|---|---|
| # | Line 91 module list >> $LOG_FIL 2>&1 | Line 91 module list >> $LOG_FIL 2>&1 |
| 91 | NB_SUB_JOBS=`expr $NB_SUB_JOBS + 1` | NB_SUB_JOBS=`expr $NB_SUB_JOBS + 1` |
| 92 | else | else |
| 93 | echo "--> $JOB :" | tee -a $LOG_FIL | echo "--> $JOB :" | tee -a $LOG_FIL |
| 94 | $QSTAT -a | grep $USER | grep $JOB | tee -a $LOG_FIL | #$QSTAT | grep $JOB | tee -a $LOG_FIL |
| 95 | $QLIST | grep $sJob | tee -a $LOG_FIL | |
| 96 | echo ' job already exist => skip this test' | tee -a $LOG_FIL | echo ' job already exist => skip this test' | tee -a $LOG_FIL |
| 97 | fi | fi |
| 98 | else | else |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |