Skip to main content

Parascope

http://www.computer.org/parascope/#journal

A god-sent resource for the likes of me, who do research on Parallel Computing and HPC.

I definitely need to read on most of the journals listed here, because the paper is due the end of this month. Which reminds me, I have yet to find an explanation to the anomalous behaviour from 1K210K (I have just coined it such, because of anomalous behaviour from the tests from chunk size 1K to 10 K). Possible explanations should crop up from hardware performce analysis using microbenchmarks, but that's the last resort. I should be able to find similar tests and results from other studies, right?

I'm starting to believe that I might be the only one with such a setup, and with a test problem like what I have. Well, technically it's not really a parallel algorithm, but the idea of load delegation ala-scheduling is something that people have already definitely studied. However, I have not found any resources showing that what I'm trying to do has been done before, and that there are significant or conclusive results that will back up their claims.

But as for now, I'm still thinking that the performance degradation/irregulity from 1k210k must be realted to some hardware properties associated with the message sizes. After all, I have implemented the solution to the parallel prime number funding problem using MPI and an Ethernet interconnection network (with hub with one setup and a switch with one setup). The degradation/irregularity could also be brought about not only by hardware features and capabilities, but by the actual scheduling algorithm being employed.

I have only been using blocking IO for the message passing from the slaves to the master. One issue could be the waiting time brought about by the first-come-first-served (FCFS) scheduling of the master when it comes to getting results and distributing work. I have yet to confirm this, but on-paper analysis could be sufficient to explain some of the irregularities and performance degradation.

Another issue that can be of value would be the memory access and paging method employed by the Linux kernel. I am not yet familiar with the internals, but I intend to look into them as I try to see whether the kernel has something to do with issues when ti comes to handling the memory allocation (malloc, and free) of irregular block sizes (those not a power of 2). OR, it might still be the actualy hardware details that lie beneath the OS, which I might still have to investigate.

So far, these are just still ideas which I may look into and elaborate on as I go along with my reading. I hope someone else has gone ito these details, so that I would spare myself of having to do research into things I shouldn't be worrying myself about in this stage of my thesis.

Or, I could go till summer or the next semester to finish my thesis. But I wouldn't want that, would I? It's bad enough that the exeriment I'm doing is hard, let alone the analysis and actual research involved with the writeup. Now I appreciate why theses are usually done in at least pairs. It gets really lonely as time goes on...

Chilled.

Comments

Popular posts from this blog

From FOMO to JOMO

Until very recently I believed that I needed to be on top of the latest news and happenings not only in my field (computer science and software engineering) but also in as many things as I can be on top of. This meant subscribing to all sorts of magazines, newsletters, YouTube channels, Twitch streamers, watching TV and live sport events, etc. — I was on top of a lot of the latest happenings, trends, news, interesting developments. I was having fun and I felt busy. What I did not feel was particularly effective nor productive. I felt like I was consuming so much information with the thought that it might be useful someday. When I was younger this wouldn’t have been an issue but I realised that ever since I’ve started taking stock of what I’ve been spending my time on, that a lot of it I’ve been spending just staying on top of things that I really didn’t need to be on top of. This article is about some of the realisations I’ve made in the course of exploring this issue of “FOMO” or

Reconnecting with people

2021 started with a a good sense of connection for me, having spent time with friends and family in a simple celebration of the oncoming year. The transition from 2020 to 2021 and being able to look back at a good part of my recent history got me thinking about how life has been for me and the family for the past decade. There’ve been a lot of people that I’ve met and become friends with while there are those that I’ve left behind and lost touch with. There’s a saying about treating old friends different from new ones, which I do appreciate now that I’m a bit older. It also means that my relationships with people that I get to spend a good amount of time with take a different shape. This reflection has given me some time and space to think about what it means to reconnect with people. Friends are the family we choose ourselves. — Edna Buchman I have the privilege of having life-long friends that I don’t always stay in regular contact with. From my perspective, if I consider you a frien

Book reading: Sun Tsu's Art of War

When I became a technical lead I wanted to feed my brain with as many techniques and principles on how to be an effective leader. I read enough books on this that I think I'm comfortable writing a little bit about the books. What better way to start this than with a classic, which is a translated version of  The Art of War by Sun Tsu . Note though that I don't like writing spoilers for a book, so instead I'd write about what I remember and what came to me while reading, immediately after reading the book, and weeks/months later. Let's dive into the book and what it meant to me. Thinking like a leader The key takeaway for me reading the passages (which reads like a poem but is really a field manual of sorts) is that, as a leader, you should be the most aware of your surroundings and your role in the situation. Knowing when to act, how to act, what goal to pursue, what winning looks like, which enemy to engage -- almost all of this comes from situational awareness. The mo