Commit 49ea339
authored
Retry a few times if directory creation fails (#4537)
This tries to fix the following error reported by @BenWibking
Writing checkpoint chk02500
amrex::UtilCreateDirectory:: path errno: chk02500 :: File exists
amrex::UtilCreateDirectory:: path errno: chk02500/Level_2 ::
Input/output error
amrex::Error::0::Couldn't create directory: chk02500/Level_2 !!!1 parent 195fcf4 commit 49ea339
2 files changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
| 1117 | + | |
1117 | 1118 | | |
1118 | 1119 | | |
1119 | 1120 | | |
| |||
1154 | 1155 | | |
1155 | 1156 | | |
1156 | 1157 | | |
| 1158 | + | |
| 1159 | + | |
1157 | 1160 | | |
1158 | 1161 | | |
1159 | 1162 | | |
| |||
1485 | 1488 | | |
1486 | 1489 | | |
1487 | 1490 | | |
| 1491 | + | |
| 1492 | + | |
1488 | 1493 | | |
1489 | 1494 | | |
1490 | 1495 | | |
| |||
1532 | 1537 | | |
1533 | 1538 | | |
1534 | 1539 | | |
| 1540 | + | |
| 1541 | + | |
1535 | 1542 | | |
1536 | 1543 | | |
1537 | 1544 | | |
| |||
1831 | 1838 | | |
1832 | 1839 | | |
1833 | 1840 | | |
| 1841 | + | |
| 1842 | + | |
1834 | 1843 | | |
1835 | 1844 | | |
1836 | 1845 | | |
| |||
2524 | 2533 | | |
2525 | 2534 | | |
2526 | 2535 | | |
| 2536 | + | |
2527 | 2537 | | |
2528 | 2538 | | |
2529 | 2539 | | |
| |||
0 commit comments