My blog always gets “slow” during late November and most of December. The podcast suffers, too.
Here’s why…
void november_december(int year) {
// Uses at least one week
attend_sc();
// Uses about another week
thanksgiving_vacation();
while (before_christmas()) {
MPI_Irecv(email, 17, MPI_WORK, ..., &req[i++]);
MPI_Isend(voicemail_reply, 1, MPI_WORK, ..., &req[i++]);
MPI_Isend(email_reply, 2, MPI_WORK, ..., &req[i++]);
}
// Uses another 2 weeks
christmas_new_years_holiday();
}
…meaning that the sitting-at-my-desk-working time is at least equaled by the away-from-my-desk time in November and December. …but the rest of the world doesn’t seem to recognize that fact (i.e., emails and voicemails pile up). Curses!
But have no fear: the blog and the podcast will be back in January. Until then, everyone have a great holiday!

But when will you verify if all those tasks are complete successful (MPI_Wait)? Huehihuee… Happy Holidays!