pmodels / pilgrim

Logger for MPI communication
Other
26 stars 6 forks source link

Now can generate basic nondeterministic loops #16

Closed wangvsa closed 3 years ago

wangvsa commented 3 years ago
  1. Generate code for basic nondeterministic loop
    • Loops with only one MPI_Wait/Test call
    • Loops with identical iterations
  2. Fix issues of some array type parameters
    • The length of some array type parameters can only be retrieved during tracing time.