Difference between revisions of "BirgHPCC"
(Created page with "{{Plugin | logo = | website = http://birg1.fbb.utm.my/birghpcc/ | wikipedia = | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | version = 1.0 | fro...") |
|||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = |
| website = http://birg1.fbb.utm.my/birghpcc/ | | website = http://birg1.fbb.utm.my/birghpcc/ | ||
− | | wikipedia = | + | | wikipedia = |
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
| version = 1.0 | | version = 1.0 | ||
Line 19: | Line 19: | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = |
− | | image1url = | + | | image1url = |
− | | image2 = | + | | image2 = |
− | | image2url = | + | | image2url = |
− | | image3 = | + | | image3 = |
− | | image3url = | + | | image3url = |
}} | }} | ||
Latest revision as of 06:23, 24 January 2013
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
BirgHPCC 1.0 http://birg1.fbb.utm.my/birghpcc/ |
---|
Contents
Information
ERPXE Module
- Name: - BirgHPCC
- Version: 1.0
- Official website: http://birg1.fbb.utm.my/birghpcc/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
BirgHPCC | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
BirgHPCC | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
birgHPCC (Bioinformatic Research Group High Performance CUDA Computing) is a free Linux Live DVD distribution based on PelicanHPC and birgHPC.
birgHPCC is capable of creating and configuring a compute unified device architecture (CUDA) computing cluster, hence the extra “C” in the name.
In addition to the increase in image size (less than 2 gigabytes) and a new Linux base (previously Debian, now Ubuntu), CUDA-capable bioinformatics software programs, such as NAMD, HOOMD-blue, VMD, GPU-HMMER and GPU-BLAST, are pre-installed in birgHPCC, along with the CUDA driver, libraries and software development kit (SDK).
In short, birgHPCC is the world's first CUDA-ready, bioinformatics-based, live DVD.
Linux Installation Instructions
Download birghpcc10-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract birghpcc10-XXX.tar.gz file:
tar -xvzf birghpcc10-XXX.tar.gz
Download birgHPCC ISO Latest Version to /mnt/ :
http://birg1.fbb.utm.my/birghpcc/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/birghpcc-v1.0-amd64.iso /mnt/cdrom/
birgHPCC: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/birghpcc/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/birghpcc/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/birghpcc/casper/
Verify files with filelist.txt in each folder.
All Done!