Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Intel compiler 2021.3.0 fixes

Merged muralikrishnan requested to merge intel_2021_3_0_fixes into master
All threads resolved!
3 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -199,7 +199,7 @@ int main(int argc, char *argv[]){
// create mesh and layout objects for this problem domain
Vector_t kw = {0.5, 0.5, 0.5};
double alpha = 0.5;
double alpha = 0.05;
Vector_t rmin(0.0);
Vector_t rmax = 2 * pi / kw ;
double dx = rmax[0] / nr[0];
Loading