41 | | |
| 41 | Add the two following line to your `.bashrc`: |
| 42 | {{{ |
| 43 | export QCG_SCRIPTS_DIR=/software/grid/plgrid/qcg-app-scripts/app-scripts/ |
| 44 | . $QCG_SCRIPTS_DIR/common-mod.qcg |
| 45 | }}} |
| 46 | After next login you should be able to see the `muscle2` modules: |
| 47 | {{{ |
| 48 | $module avail muscle2 |
| 49 | ------------------------------------------------------------ /mnt/lustre/scratch/groups/plggmuscle/.qcg-modules ------------------------------------- |
| 50 | muscle2/devel |
| 51 | $module load muscle2 |
| 52 | java/current load complete. |
| 53 | 'openmpi/current' load complete. |
| 54 | $muscle2 --version |
| 55 | This is the Multiscale Coupling Library and Environment (MUSCLE) 2.0 Revision: $Rev: 404 $ from $Date: 2012-06-28 15:34:05 +0200 (Thu, 28 Jun 2012) $: running in 64-bit mode |
| 56 | }}} |