alces-software / flight-appliance-docs

Documentation for deploying and using Alces Flight Appliances
2 stars 3 forks source link

Update Openfoam tutorial for 2016.2 release #16

Closed wdm78 closed 8 years ago

wdm78 commented 8 years ago

The following method works:

     pdsh -g cluster 'sudo yum -y install zlib-devel'
     alces gridware install main/mpi/openmpi/1.8.5 qlogic=false torque=false pmi=false pmilib=false sge=true
     alces gridware install libs/scotch
     alces gridware install libs/mgridgen
     alces gridware install openfoam/2.1.1
     alces gridware install paraview/4.3.1

To export built packages:

alces gridware depot export --ignore-bad local 

To import packages on another cluster:

for package in mpi-openmpi-1.8.5-el7.tar.gz libs-scotch-6.0.3-el7.tar.gz libs-mgridgen-1.0-el7.tar.gz apps-openfoam-2.1.1-el7.tar.gz apps-paraview-4.3.1-el7.tar.gz
> do
> alces gridware import $package
> done

pdsh -g cluster 'sudo yum -y install zlib-devel'
vlj91 commented 8 years ago

Added the above changes to the OpenFoam tutorial.

Once OpenFoam versions 2/3 make it through to main as well as the supporting packages - we should once again update this to use a simple alces gridware install openfoam.

To-do once packages are in main: