Live data from Hacker News

Japan Captures TOP500 Crown with Arm-Powered Supercomputer

top500.org

111–120 of 220 posts

Re: Japan Captures TOP500 Crown with Arm-Powered Supercomputer

#111
post #110

Is there information on how the Fugaku machines are connected together? The highest performing Power9 ones seem to use InfiniBand, but is that still true with the ARM devices? Edit: seems to be a Fujitsu designed interconnect [0]. Wonder how much of the overall performance is dependent on the difference in communication. https://www.fujitsu.com/global/documents/solutions/business-...

I don't know whats the best reference, but here's one: https://www.fujitsu.com/global/Images/the-tofu-interconnect-...

Ah, much better than the white paper, thanks!

Re: Japan Captures TOP500 Crown with Arm-Powered Supercomputer

#112

The site of the organisation responsible for assessing the fastest computers in the world succumbs to the hacker news hug of death.

Oh my, it's a django app with debug mode enabled. I just got an InterfaceError with the full traceback and django configuration. (I've emailed them so they can fix it)

Good work!

Re: Japan Captures TOP500 Crown with Arm-Powered Supercomputer

#113
post #99

Earlier quoted context omitted.

It shouldn’t be a manual code switch in the first place.

What else would it be? The authentication code would live somewhere. And for debugging someone could change it to always return successful for an empty password. That debugging change shouldn't be checked in of course, and it should have been caught in code review. (It's a reasonable oversight for the authentication unit tests to only test incorrect passwords rather than the edge case of empty passwords)

[deleted]

Re: Japan Captures TOP500 Crown with Arm-Powered Supercomputer

#114

Is there information on how the Fugaku machines are connected together? The highest performing Power9 ones seem to use InfiniBand, but is that still true with the ARM devices? Edit: seems to be a Fujitsu designed interconnect [0]. Wonder how much of the overall performance is dependent on the difference in communication. https://www.fujitsu.com/global/documents/solutions/business-...

[deleted]

Re: Japan Captures TOP500 Crown with Arm-Powered Supercomputer

#117

I cannot think of any plausible way in which Apple could have influenced the date of this announcement, but the timing, given what is expected to be announced later today, is uncanny.

ARM software can predict the future via https://github.com/go-bears/prognosticationengines!! Go Bears!

PS This is meant to be sarcastic.

Re: Japan Captures TOP500 Crown with Arm-Powered Supercomputer

#119

I cannot think of any plausible way in which Apple could have influenced the date of this announcement, but the timing, given what is expected to be announced later today, is uncanny.

It’s nice but I think Apple tends to downplay the ARM part of the story and focus on their own branding for the chips (A12, A13, etc).

Re: Japan Captures TOP500 Crown with Arm-Powered Supercomputer

#120
post #100

Earlier quoted context omitted.

Heheh, from the guys who use variables such as Vo ,tm,max_p, this guy expect them to RTFM.

Those are perfectly reasonable names since they're standard convention in engineering and science. It's like using i, j, and k for index variables in iterators; the meaning is clear due to convention.

Modern practice is to avoid i/j/k. i for a loop is alright, but if you start nesting, start giving those names semantic tells
Post reply on HN