Pages

Labels

Showing posts with label Misc.. Show all posts
Showing posts with label Misc.. Show all posts

Monday, 20 July 2015

IIAA Christmas Gig

In 2012 a few staff at the International Institute for Accelerator Applications, namely Anna Kolano, Prof. Sue Kilcoyne and Prof. Bob Cywinski decided to hold a small 'gig' (for want of a better word) in the Physics Library at the University of Huddersfield. At the time the IIAA consisted of around 9 staff and 6 students.

To continue the tradition, another gig was organised in 2013. This time catering for a larger group (around 22). Once again Anna, Bob and Sue performed, this time joined by Adam, Aimee Hopper and David Bruton.


The evening began with Bob & Adam performing 

A brief visit from Neil Diamond is always welcome.

Anna performs with Bob.


Bob likes to be the centre of attention.

Monday, 8 June 2015

Fedora 22: Configuring proxy settings for DNF (Yums replacement)

Having recently upgrading to Fedora 22, I tried to run yum to update my packages.

   [HR@M11x ~]$sudo yum update
    Yum command has been deprecated...

So the new package handling tool is DNF (Dandified Yum), which has the command

   [HR@M11x ~]$dnf

On the University of Huddersfield network I have to configure the proxy, which used to be done by editing yum.conf:

   [HR@M11x ~]$sudo gedit /etc/profile.d/yum.conf

and adding the line:

   proxy=http://wwwproxy.hud.ac.uk:3128

This works for yum, but now it has to be done for DNF:

   [HR@M11x ~]$sudo gedit /etc/profile.d/dnf/dnf.conf


fortunately the syntax is the same:

   proxy=http://wwwproxy.hud.ac.uk:3128
  
And now DNF should work.

Friday, 25 July 2014

Hartree Summer School 2014: High Performance Computing

The Hartree Centre is an STFC centre for scientific computing, home to the UK's fastest academic super computer - Blue Joule an IBM Bluegene/Q, an amazing visualisation suite, and support for all HPC applications in research and industry.

The Course

Prof. Jack Dongarra (Uni. Tennessee, Uni. Manchester, Oak Ridge) lead the teaching staff of the week long event along with Dr. Kirk Jordan (IBM), the school was capably organised by Terry Hewitt, Damian Jones and Dave Cable from the STFC. The whole event was 3 weeks - the first on visualisation and the last on big data, though I only attended the middle week on HPC.


The week involved talks and practical sessions on; general HPC (Jack Dongarra), parallel programming with X10 (Olivier Tardieu, IBM), OpenMP (Christian Terboven, RWTH Aachen), MPI (Chris Wareing, Uni. Leeds), numerical linear algebra (Julien Langou, Uni. Colorado), HPC architectures (Kirk Jordan), computational steering (John Brooke, Uni. Manchester), visualisation (David Duke, Uni. Leeds), and big data (Chris Williams, IBM).
David Duke from the University of Leeds giving a talk on visualisation
Although the course was largely attended by computer scientists, there were also many other scientists, including those from physics, engineering, chemistry, and business.

The weather was surprisingly good over the week, breaks were spent on the canal bank.
The Bridgewater canal running alongside Daresbury Laboratory

Blue Joule

The Hartree Centre is home to the UK's 3rd most powerful supercomputer ( #14 top500 list 39, June 2012, #23 top500 list 43, June 2014). We visited Blue Joule and Blue Wonder. Blue Joule is a 1.2 Petaflop/s 131,072 core IBM BlueGene/Q. Blue Wonder is a 158.7 TeraFlop 8192 core iDataplex.
The ~21 Petabytes of tape storage for Blue Joule taken from here
The rooms are temperature controlled and full of cameras. Some of the racks are water cooled, others are not. The systems contained a lot of varied hardware, including; FPGAs, Xeon Phis, standard nodes, large amounts of memory (tape, HDD, and flash), switches, controllers, power supplies and plenty of cabling. We were told that the system is the largest USB hub in the UK (at >2048 USB connections). Blue Joule is also one of the greenest supercomputers in the world.

Blue Wonder taken from here

Blue Joule taken from here

Visualisation Suite

Hartree has a rather large stereographic 3D power screen for visualisation of scientific data. Some useful features include the ability to observe simulations (running on Blue Joule) in real time, allowing a user to change simulation variables if necessary. For example if something has gone beyond a realistic physical limit, a job can be stopped (saving money, time, and power), or variables can be changed to make the most of remaining resources.


3D Visualisation Suite taken from here
Information on the visualisation opportunities available at the Hartree Centre can be found here.

Interesting Facts

  • OpenMP and X10 (developed by IBM for the past ~decade) are mainly designed to implement task based code on many core machines, whereas MPI is designed to allow users to work across many nodes or machines. OpenMP is a model for shared memory machines.
  • Although the top HPC machines (top500) may cost over 200 million dollars each, the cost of power, maintenance, cooling etc is often much more. Running costs can mean that the total cost of buying, running, and maintaining a top500 machine for ~5 years can be over $1 billion.
  • After the HPC system lifetime (~5 years) is over, the machines are often scrapped (literally), the silicon isn't reused and gold is often stripped from the machine boards.
  • The power use of a processor scales like it's frequency cubed (f^3), which is why chip manufacturers move into increased transistor density rather than increasing the frequency when improving processor performance.
  • Slide delivered by Intel, taken from this article
  • Intel are soon to release a standalone Xeon Phi CPU called Knights Landing, which will deliver 3 TeraFlops, and as it is does not have to be used as a coprocessor via PCI-Express, it should offer massive performance gains over existing 'accelerators' such as GPUs and existing Xeon Phi (Knights Corner), which are bottlenecked by the PCIe bus.
  • Power consumption is the primary design constraint for future HPC system design.

Adventure Time

Myself and David Bruton decided to walk from Daresbury Laboratories to the Britannia Daresbury Park hotel. There was some confusion when we encountered an abandoned bridge.
The abandoned bridge that we mistakenly tried to cross

Dave on said bridge


The old, 20 million Volt, vertical tandem Van De Graaff accelerator at Daresbury Laboratories
Follow the Hartree Centre on Twitter @HartreeCentre

Friday, 23 May 2014

Installing Google Chrome (& Repository) on Fedora

First use wget to download the GPG key:

$ wget https://dl-ssl.google.com/linux/linux_signing_key.pub

Next import to RPM:

$ rpm --import linux_signing_key.pub

Now create and edit a file in /etc/yum.repos.d/ named google.repo

$ sudo gedit /etc/yum.repos.d/google.repo &

Edit the file to contain the following:

[google64]
name=Google-x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Finally use yum to update and install chrome:

$ sudo yum install chrome
$ sudo yum update


Wednesday, 16 October 2013

How to Add EBooks to Android Kindle App

Having downloaded the Kindle app for Android, but was having difficulty adding ebooks to my Android's microSD card.

It is easy enough to copy ebooks in their various formats to the kindle folder on an Android external memory, however the Kindle app doesn't always recognise them.

After scouring the internet I found a simple solution;

  1. Download the Calibre ebook manager.
  2. Open Calibre, and use the Add books button (top left corner) to select the required ebooks.
  3. Use the convert tool to convert the ebooks into .azw3 format, you can also customise the output resolution to suit your own device as well as many other options
  4. Copy the .azw3 files to your microSD/other storage device, placing them in the kindle/ folder.
  5. Open the kindle app and use the sync button (top right hand corner) to search for new ebooks. It may take a few minutes to update, depending on the size and number of books added.
Also note that Amazon Prime members can only make use of the free book 'lending' scheme if they are using a Kindle device.

Sunday, 27 January 2013

The sound of silence

For as long as I can remember a book was the prelude to sleep. When I started university this habit died out. Instead the habit became listening to audio-books.

I can no longer stand silence. Any situation that would usually be done in silence, e.g. washing dishes, becomes a brief expedition on the H. M. S. Surprise, or more recently, a discourse on tobacco in 221b Baker Street.

In the past few years dozens of novels have been conquered whilst walking from A to B. Many of these would normally seem too time-consuming or even tedious to be enjoyed.

It has been interesting for me to compare books with their motion picture counterparts. As far as I am aware no opera, movie or play can compete with the joys of a good book. This means that films such as Les Miserables or Life of Pi cannot be watched until the book has been completed. Usually this is a good thing as a knowledge of the book will fill in the gaps in a movie.

The key to a good audio-book is the narrator. My personal favourites include Patrick Tull, William Gaminara and David Timson amongst many others.

Unfortunately audio-books aren't cheap. Amazon now owns Audible, and for £7.99 one audio-book per month is yours.

Until you have spent years listening to audio-books in your spare time you may not realise the opportunity granted by silence. This opportunity could also be used to learn a language using the Pimsleur method; unfortunately I enjoy novels far too much to try this.