Version 1 (modified by mmamonski, 12 years ago) (diff)

--

The QCG-Computing service allows to map abstract application name to the absoluth path of the wrapper script. The mapping file is stored in file:

/opt/plgrid/qcg/etc/qcg-comp/application_mapfile

The file has the following syntax:

APPLICATION-NAME VERSION SCRIPT-PATH

where VERSION can be an asterix (*) which means "any version". Example application_mapfile file:

MATLAB * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/matlab.qcg
NAMD * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/namd.qcg
bash * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/bash.qcg
R * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/R.qcg
CFX * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/cfx.qcg
fluent * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/fluent.qcg
nwchem * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/nwchem.qcg
g09	* /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/g09.qcg
qcg-ompi * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/qcg-openmpi/qcg-openmpi.qcg

The example scripts can be checkouted from svn:

svn co https://www.qoscosgrid.org/svn/qcg-computing/trunk/app-scripts

Please put the dir under location that is available for all worker nodes.