aboutsummaryrefslogtreecommitdiffstats
path: root/P2/lib
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-10-28 14:51:18 -0500
committerMatt Strapp <strap012@umn.edu>2020-10-28 14:51:18 -0500
commit90101b89ba87eb2008a75644290e9143b7132286 (patch)
tree5492e5de4869b5c4409876ce207006aa3507dab2 /P2/lib
parentGet rid of ACJK (diff)
downloadcsci4061-90101b89ba87eb2008a75644290e9143b7132286.tar
csci4061-90101b89ba87eb2008a75644290e9143b7132286.tar.gz
csci4061-90101b89ba87eb2008a75644290e9143b7132286.tar.bz2
csci4061-90101b89ba87eb2008a75644290e9143b7132286.tar.lz
csci4061-90101b89ba87eb2008a75644290e9143b7132286.tar.xz
csci4061-90101b89ba87eb2008a75644290e9143b7132286.tar.zst
csci4061-90101b89ba87eb2008a75644290e9143b7132286.zip
I broke it again
Diffstat (limited to 'P2/lib')
-rw-r--r--P2/lib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index c698005..ede4931 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -56,7 +56,7 @@ void sendChunkData(char *inputFile, int nMappers) {
msgsnd(msgid, &END, MSGSIZE, 0);
// TODO! does this need to be in another loop or is blocking good enough?
- msgrcv(msgid, &message, MSGSIZE, i, 0);
+ // msgrcv(msgid, &message, MSGSIZE, i, 0);
}
}