Bug #2883
essentialdynamics fail with Intel MPI
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Affected version - extra info:
Affected version:
Difficulty:
uncategorized
Description
- If one compiles with Intel MPI but doesn't run with mpirun than the application can't read from stdin
- Line 1361 of gmxtest.pl does that. It pipes one of the required inputs into the stdin and calls make_edi without mpirun.
Possible solutions:
- Have make_edi take the input by command line argument rather than stdin
- call make_edi with mpirun (but even then MPI doesn't guarantee that you can read from stdin).
- Exclude that test from those run with MPI
Related issues
History
#1 Updated by Roland Schulz almost 2 years ago
- Related to Bug #2876: 2019.1 make check fails on AVX and AVX2 (Intel 2018u3) added