This roll bundles... <REPLACE_ME>
For more information about the various packages included in the skeleton roll please visit their official web pages:
To build/install this roll you must have root access to a Rocks development machine (e.g., a frontend or development appliance).
If your Rocks development machine does not have Internet access you must
download the appropriate skeleton source file(s) using a machine that does
have Internet access and copy them into the src/<package>
directories on your
Rocks development machine.
The sdsc-roll must be installed on the build machine, since the build process depends on make include files provided by that roll.
The roll sources assume that modulefiles provided by SDSC compiler and mpi rolls are available, but it will build without them as long as the environment variables they provide are otherwise defined. The build process requires the XYZ libraries and assumes that the xyz modulefile provided by the SDSC xyz-roll is available. It will build without the modulefile as long as the environment variables it provides are otherwise defined.To build the skeleton-roll, execute this on a Rocks development machine (e.g., a frontend or development appliance):
% make 2>&1 | tee build.log
A successful build will create the file skeleton-*.disk1.iso
. If you built
the roll on a Rocks frontend, proceed to the installation step. If you built the
roll on a Rocks development appliance, you need to copy the roll to your Rocks
frontend before continuing with installation.
make ROLLCOMPILER=intel ROLLMPI=mvapich2_ib 2>&1 | tee build.log
The build process recognizes "gnu", "intel" or "pgi" as the value for the
ROLLCOMPILER
variable; any MPI modulefile name may be used as the value of
the ROLLMPI
variable. The default values are "gnu" and "rocks-openmpi".
% make ROLLPY=opt-python 2>&1 | tee build.log
To install, execute these instructions on a Rocks frontend:
% rocks add roll *.iso
% rocks enable roll skeleton
% cd /export/rocks/install
% rocks create distro
% rocks run roll skeleton | bash
In addition to the software itself, the roll installs skeleton environment module files in:
/opt/modulefiles/applications/skeleton
The skeleton-roll includes a test script which can be run to verify proper installation of the roll documentation, binaries and module files. To run the test scripts execute the following command(s):
% /root/rolltests/skeleton.t