Opened 8 years ago
Closed 8 years ago
#1548 closed Bug (fixed)
Error in sette.sh script when running AMM12 reproducibility check
Reported by: | timgraham | Owned by: | timgraham |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | trunk |
Severity: | Keywords: | ||
Cc: |
Description
In the AMM12_32 SETTE test the run scripts for the batch submission instructions 8x4 case and 4x8 case are both written to the same file in the 8x4 EXE_DIR. This run_job.sh file is submitted to the queue twice, however, meaning that the 8x4 case starts running once and is then overwritten by the 2nd submission. Somehow this doesn't seem to affect test results.
Adding in the correct path for the runscript for the 4x8 case will fix this and make it consistent with the other tests.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
5478 | timgraham | 2015-06-24T16:14:42+02:00 | Fix for tickey #1548 |
Change History (1)
comment:1 Changed 8 years ago by timgraham
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed at r5478