Draft: Fortran Support
Compare changes
- Oraji, Yussur Mustafa authored
@@ -93,8 +93,7 @@ class InvalidRequestArrayP2P(ErrorGenerator):
@@ -93,8 +93,7 @@ class InvalidRequestArrayP2P(ErrorGenerator):
tm.insert_instruction(Instruction("MPI_Request req_array[2];", rank=wait_call.get_rank_executing()),
tm.insert_instruction(ArrAsgn(arr_name="req_array", idx=0, value=prev_req, rank=wait_call.get_rank_executing()),
tm.insert_instruction(ArrAsgn(arr_name="req_array", idx=1, value=prev_req, rank=wait_call.get_rank_executing()),
@@ -187,8 +186,7 @@ class InvalidPersistentRequestUsage(ErrorGenerator):
@@ -187,8 +186,7 @@ class InvalidPersistentRequestUsage(ErrorGenerator):
tm.insert_instruction(Instruction("MPI_Request req_array[2];", 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()),
tm.insert_instruction(ArrAsgn(arr_name="req_array", idx=1, value=prev_req, rank=start_call.get_rank_executing()),
@@ -211,8 +209,7 @@ class InvalidPersistentRequestUsage(ErrorGenerator):
@@ -211,8 +209,7 @@ class InvalidPersistentRequestUsage(ErrorGenerator):
tm.insert_instruction(Instruction("MPI_Request req_array[2];", 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()),
tm.insert_instruction(ArrAsgn(arr_name="req_array", idx=1, value="NULL", rank=start_call.get_rank_executing()),