Changes between Version 37 and Version 38 of InstallingUsingRPMS

Show
Ignore:
Timestamp:
07/07/11 17:23:02 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v37 v38  
    481481A common case for the QCG-Computing service is that applications are accessed rather by using abstract application names rather than specifying absolute executable paths. The application name/version to executbale path mappings are stored in the file: 
    482482 
    483 /opt/plgrid/qcg/etc/qcg-comp/application_mapfile 
     483{{{ 
     484#!div style="font-size: 90%" 
     485{{{#!default 
     486cat /opt/plgrid/qcg/etc/qcg-comp/application_mapfile 
     487# ApplicationName ApplicationVersion Executable 
     488 
     489date * /bin/date 
     490LPSolve 5.5 /usr/local/bin/lp_solve 
     491QCG-OMPI /opt/QCG/qcg/share/qcg-comp/tools/cross-mpi.starter}}} 
     492}}} 
     493}}} 
    484494 
    485495It is handy to create separate directory for scripts (e.g. the application partition) for an applications. 
    486496 
     497{{{ 
    487498mkdir /opt/exp_soft/plgrid/qcg-app-scripts 
    488499chown :qcg-dev /opt/exp_soft/plgrid/qcg-app-scripts 
    489500chmod g+rwx /opt/exp_soft/plgrid/qcg-app-scripts 
     501}}} 
    490502 
    491503= Note on the security model =