You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: queries/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ WHERE
110
110
ORDER BYstress.stress_fatigue_val, mesh.fieldname, hist.fieldname
111
111
```
112
112
113
-
### (Query 5)
113
+
### Query 5
114
114
Determine the average of each environmental conditions (output of Data Gathering – Activity 1) associated to the tasks that are taking execution time more than 1.5 the average of Curvature Critical Case Selection (Activity 5).
115
115
116
116
```sql
@@ -136,7 +136,7 @@ WHERE
136
136
```
137
137
138
138
139
-
### (Query 6)
139
+
### Query 6
140
140
Determine the finite element meshes files (output of Preprocessing – Activity 2) associated to the tasks that are finishing with error status.
141
141
142
142
```sql
@@ -156,7 +156,7 @@ ORDER BY f.size DESC
156
156
```
157
157
158
158
159
-
### (Query 7)
159
+
### Query 7
160
160
List the 5 computing nodes with the greatest number of Preprocessing activity tasks that are consuming tuples that contain wind speed values greater than 70 Km/h.
0 commit comments