Giter Club home page Giter Club logo

bluewaters-rm64's Introduction

Blue Waters computing the Tutte Polynomial of ReedMullerCode(2, 6)

Blue Waters is a petascale supercomputer at the National Center for Supercomputing Applications (NCSA) at the University of Illinois at Urbana--Champaign (UIUC). It was the fastest supercomputer at a university anywhere in the world until TACC Frontera came online in 2019.

The [64, 22, 16]-Reed-Muller code, also known as RM(2, 6), is the linear code over GF(2) generated by this matrix (expressed in python syntax):

[
  [ c&r == 0 for c in range(64) ]
             for r in range(64) if bin(r).count('1') < 3
]

More precisely, RM(2, 6) is generated by this matrix:

################################################################
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--
#---#---#---#---#---#---#---#---#---#---#---#---#---#---#---#---
####----####----####----####----####----####----####----####----
#-#-----#-#-----#-#-----#-#-----#-#-----#-#-----#-#-----#-#-----
##------##------##------##------##------##------##------##------
########--------########--------########--------########--------
#-#-#-#---------#-#-#-#---------#-#-#-#---------#-#-#-#---------
##--##----------##--##----------##--##----------##--##----------
####------------####------------####------------####------------
################----------------################----------------
#-#-#-#-#-#-#-#-----------------#-#-#-#-#-#-#-#-----------------
##--##--##--##------------------##--##--##--##------------------
####----####--------------------####----####--------------------
########------------------------########------------------------
################################--------------------------------
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#---------------------------------
##--##--##--##--##--##--##--##----------------------------------
####----####----####----####------------------------------------
########--------########----------------------------------------
################------------------------------------------------

We compute its Tutte--Whitney polynomial and more general invariants on Blue Waters. See the resulting polynomial in matrix form.

See also the Blue Waters Annual Report, page 109.

For the general idea behind the computation, visit process overview and links therein. The full data set (modulo testing and log files etc) is uploaded to my Google Drive .edu account.

One can also challenge the computation: The full computation costs 2,000 node-hours. We deliberately divide the computation into 48,520 subjobs so that anyone can challenge our computation by rerunning only a subset of subjobs. This makes our computation (economically) falsifiable.

bluewaters-rm64's People

Contributors

thinbold avatar symbol1 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.