Skip to content

WIP: Update network-mpi.c #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion core/avl_tree.c
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
/* Copied and modified from http://pine.cs.yale.edu/pinewiki/C/AvlTree google cache */

#include "avl_tree.h"
#include "ross.h"

/* implementation of an AVL tree with explicit heights */

@@ -254,7 +255,7 @@ avlDelete(AvlTree *t, tw_event *key)
AvlTree oldroot;

if (*t == AVL_EMPTY) {
tw_error(TW_LOC, "We never look for non-existent events!");
// tw_error(TW_LOC, "We never look for non-existent events!");
return target;
}

888 changes: 888 additions & 0 deletions core/hole-network-mpi.c

Large diffs are not rendered by default.

931 changes: 931 additions & 0 deletions core/hybrid-mpi-layer.c

Large diffs are not rendered by default.

1,202 changes: 743 additions & 459 deletions core/network-mpi.c

Large diffs are not rendered by default.

1,055 changes: 1,055 additions & 0 deletions core/queue-network-mpi.c

Large diffs are not rendered by default.