Skip to content

Commit

Permalink
Interpret dummies for SEND_INIT and RECV_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Schanen committed Mar 12, 2014
1 parent 38d9e5e commit 250e9ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ampi_tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,12 @@ void ampi_interpret_tape(long int idx){
free(tmp_d);
break;
}
case SEND_INIT : {
break;
}
case RECV_INIT : {
break;
}
default: {
printf("Warning: Missing opcode in the AMPI tape interpreter for %d at tape index %lu.\n", ampi_tape[i].oc, i);
break;
Expand Down

0 comments on commit 250e9ae

Please sign in to comment.