Skip to content
Snippets Groups Projects

Draft: Fortran Support

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -212,7 +212,7 @@ class InvalidPersistentRequestUsage(ErrorGenerator):
@@ -212,7 +212,7 @@ class InvalidPersistentRequestUsage(ErrorGenerator):
tm.add_stack_variable("MPI_Request", "req_array", "", 2)
tm.add_stack_variable("MPI_Request", "req_array", "", 2)
tm.insert_instruction(ArrAsgn(arr_name="req_array", idx=0, value=prev_req, rank=start_call.get_rank_executing()),
tm.insert_instruction(ArrAsgn(arr_name="req_array", idx=0, value=prev_req, rank=start_call.get_rank_executing()),
before_instruction=start_call)
before_instruction=start_call)
tm.insert_instruction(ArrAsgn(arr_name="req_array", idx=1, value="NULL", rank=start_call.get_rank_executing()),
tm.insert_instruction(ArrAsgn(arr_name="req_array", idx=1, value="MPI_REQUEST_NULL", rank=start_call.get_rank_executing()),
before_instruction=start_call)
before_instruction=start_call)
startall_call = MPICallFactory.mpi_startall(2, "req_array")
startall_call = MPICallFactory.mpi_startall(2, "req_array")
Loading