Skip to content

Commit 8875b40

Browse files
committed
check logs for lack of shared memory error
1 parent dd671bf commit 8875b40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backfill_corrections/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ run-local: setup-dirs
6767
grep "backfill correction completed successfully" $(LOG_FILE)
6868
grep "scheduled core" $(LOG_FILE) ; \
6969
[ "$$?" -eq 1 ]
70+
grep "SIGBUS" $(LOG_FILE) ; \
71+
[ "$$?" -eq 1 ]
7072

7173
gurobi.lic:
7274
@echo WLSACCESSID=$(GRB_WLSACCESSID) >> $(GRB_LICENSE_FILE)

0 commit comments

Comments
 (0)