Draft: Fortran Support
Compare changes
- Oraji, Yussur Mustafa authored
@@ -223,7 +223,7 @@ def get_type_buffers(tm, type_1, type_2, size_1, size_2):
@@ -223,7 +223,7 @@ def get_type_buffers(tm, type_1, type_2, size_1, size_2):
@@ -233,7 +233,7 @@ def get_type_buffers(tm, type_1, type_2, size_1, size_2):
@@ -233,7 +233,7 @@ def get_type_buffers(tm, type_1, type_2, size_1, size_2):
@@ -380,13 +380,13 @@ def get_send_recv_template(send_func: str = "mpi_isend", recv_func: str | typing
@@ -380,13 +380,13 @@ def get_send_recv_template(send_func: str = "mpi_isend", recv_func: str | typing
tm.register_instruction(MPICallFactory.mpi_buffer_detach("mpi_buf", "&freed_size"), identifier="FREE")
tm.register_instruction(CorrectMPICallFactory.mpi_request_free(), rank_to_execute=1,identifier="FREE")