Skip to content
Fowler Lab
Fowler Lab

Predicting antibiotic resistance de novo

  • News
  • Research
    • Overview
    • Manifesto
    • Software
    • Reproducibility
    • Publications
  • Members
  • Teaching
  • Contact
    • PhDs
  • Wiki
Fowler Lab
Fowler Lab

Predicting antibiotic resistance de novo

Setting up a GROMACS cluster

Philip Fowler, 28th April 2016

1. Install Ubuntu

Untangling ethernet cables can be surprisingly tricky

On the Apple Xserves, the only way I have found of doing this is via CD or USB stick. Because they are EFI-boot machines I cannot get PXE booting to work and therefore I’ve never been able to get ROCKS or OSCAR working. Since I am sitting in a cold and noisy machine room, I had hoped to install say four nodes at once using four CDs, however, I’ve found that if you swap the monitor from one machine to another (by unplugging the mini DisplayPort-to-VGA adaptor from the back of the machine), it won’t work when you reconnect later to see how the install is going. Since I only have two monitors, that limits me to two installations at a time. Installation time from CD was 18 minutes, from USB stick around 14 minutes. I used Ubuntu 14.04.4 Server.

Since I am setting up the cluster just for me to begin with, I setup the same user with the same password on each machine – this user is given a UID and GID of 1000 by default. During the process you have to make various decisions. For the record I chose a guided partition of the whole disc using LVM, to automatically install security updates and to install the open-ssl and mail servers. The latter to be configured as a local mail server using the hostname. As we are talking about hostnames, this is what I chose for the private network.

hostname Private IP
headnode 192.168.0.100
node01 192.168.0.1
node02 192.168.0.2
… …
node15 192.168.0.15

Update the packages on each machine,

$ sudo apt-get update -y && sudo apt-get upgrade -y

There are also some common packages each machine will need

$ sudo apt-get install environment-modules htop slurm-llnl

Finally, each machine will need a mount point for the NFS software share

$ sudo mkdir /opt/software

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to email a link to a friend (Opens in new window) Email
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Mastodon (Opens in new window) Mastodon

Related

Pages: 1 2 3 4 5
computing molecular dynamics skills

Post navigation

Previous post
Next post

Related Posts

distributed computing

GROMACS in DOCKER: First Steps

23rd May 2016

DOCKER is cool. But what is it? From the DOCKER webpage Docker containers wrap up…

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to email a link to a friend (Opens in new window) Email
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Mastodon (Opens in new window) Mastodon
Read More
computing

Software Carpentry Workshop

10th September 201810th September 2018

Last week on Thursday and Friday I helped run a Software Carpentry workshop in the…

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to email a link to a friend (Opens in new window) Email
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Mastodon (Opens in new window) Mastodon
Read More
antimicrobial resistance

New preprint: predicting rifampicin resistance

16th August 202416th August 2024

In this preprint we train a series of machine learning models on protein mutations found…

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to email a link to a friend (Opens in new window) Email
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Mastodon (Opens in new window) Mastodon
Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
    ©2025 Fowler Lab | WordPress Theme by SuperbThemes
     

    Loading Comments...