Download Latest Version pelicanhpc-v5.1-gnome.iso (1.7 GB)
Email in envelope

Get an email when there's a new version of PelicanHPC

Home / old scripts
Name Modified Size InfoDownloads / Week
Parent folder
make_pelican-v4.1.tar.bz2 2016-12-31 19.8 kB
make_pelican-v4.0-xfce 2015-07-16 59.9 kB
make_pelican-v4.0-gnome 2015-07-16 59.9 kB
make_pelican-v4.0-xfce-testing 2015-03-03 59.8 kB
make_pelican-v4.0-gnome-testing 2015-03-03 59.8 kB
make_pelican-v3.1-gnome 2015-02-18 59.7 kB
make_pelican-v3.1-xfce 2015-02-18 59.7 kB
make_lepcm-v2.0 2014-11-02 54.9 kB
make_pelican-v3.0 2014-11-02 57.7 kB
make_pelican-v2.9 2014-11-02 56.2 kB
make_pelican-v2.8 2014-11-02 56.2 kB
make_pelican-v2.7 2014-11-02 56.2 kB
make_pelican-v2.6 2014-11-02 56.4 kB
make_pelican-v2.5 2014-11-02 58.7 kB
make_pelican-v2.4 2014-11-02 57.7 kB
make_pelican-v2.3 2014-11-02 57.9 kB
make_pelican-v2.3.1 2014-11-02 57.9 kB
make_pelican-v2.3.2 2014-11-02 57.5 kB
make_pelican-v2.3.3 2014-11-02 56.9 kB
make_pelican-v2.2 2014-11-02 58.2 kB
make_pelican-v2.1 2014-11-02 17.1 kB
make_pelican-v2.1.1 2014-11-02 16.9 kB
make_pelican-v2.0 2014-11-02 19.6 kB
make_pelican-v1.0 2014-11-01 11.2 kB
make_pelican-v1.1 2014-11-01 9.6 kB
make_pelican-v1.2 2014-11-01 10.1 kB
make_pelican-v1.2.1 2014-11-01 10.5 kB
make_pelican-v1.2.2 2014-11-01 10.7 kB
make_pelican-v1.3 2014-11-01 13.7 kB
make_pelican-v1.4 2014-11-01 14.0 kB
make_pelican-v1.4.1 2014-11-01 14.1 kB
make_pelican-v1.4.2 2014-11-01 14.2 kB
make_pelican-v1.5 2014-11-01 14.2 kB
make_pelican-v1.5.1 2014-11-01 14.7 kB
make_pelican-v1.6 2014-11-01 13.7 kB
make_pelican-v1.7 2014-11-01 14.9 kB
make_pelican-v1.7.1 2014-11-01 14.4 kB
make_pelican-v1.7.2 2014-11-01 15.3 kB
make_pelican-v1.8 2014-11-01 18.1 kB
make_pelican-v1.9 2014-11-01 18.8 kB
make_pelican-v1.9.1 2014-11-01 17.8 kB
make_pelican-v1.9.2 2014-11-01 18.4 kB
make_pelican-v1.9.3 2014-11-01 18.5 kB
make_pelican-v1.99.0 2014-11-01 18.5 kB
make_pelican-v1.99.1 2014-11-01 18.7 kB
Totals: 45 Items   1.5 MB 0
=====================
PelicanHPC 5.1 README
=====================

Licence and contact
===================
This copyright and licence applies to all material in this directory except
for a few pieces of software which have specific copyright and licence
information provided with them.

Copyright 2007, 2008, 2009, 2010, 2011, 2014 Michael Creel <michael.creel@uab.es>
Copyright 2014 2015 2016 Aissam Hidoussi <hidoussiaissam@gmail.com>
Copyright 2010, 2024 Robert G. Petry <robert.petry@uregina.ca>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
set this to the network you'd like to use for the cluster

Full documentation
==================

make_pelican-v*: this script allows you to make a custom version
of the PelicanHPC live CD/USB image for creation of high performance
computing clusters.

This version is built on Debian 12 (Bookworm).

Setup
=====

Requirements
------------

You need to install live-build, debootstrap, and rsync to use
it. These packages are installed on PelicanHPC released images, so you can use
this script on PelicanHPC. It can be used on any other GNU/Linux distro as long
as these packages are installed.

Download the source
-------------------

You can download the archive which contains the source code at the following adress :
    * on the repository https://sourceforge.net/projects/pelicanhpc

You can download the iso at the following adress :

    * on the repository https://sourceforge.net/projects/pelicanhpc
    
ISO generation procedure
------------------------

There is not automated setup procedure. You have to do the following :

1. Download the package make_pelican-v*.tar.bz2 (see above) into some ``**PATH**`` and extract it with
tar xjf make_pelican-v*.tar.bz2
This will provide
make_pelican-v* (the compile script)
make_pelican (directory of components used in the compile)
pelicanhome.tar.gz (examples, etc. used to construct the user home directory.)
README (this file)

2. Assume you have extracted them into **PATH**/ . Run the commands:

        cd **PATH**/
        sudo ./make_pelican-v*

Don't forgot to to replace **PATH** with your path, and
make_pelican-v* with the correct version.

Further details on how to customize your build are given within the
make_pelican-v* script, scripts within the make_pelican directory, and
the README within the pelicanhome directory.
Source: README, updated 2024-08-30