SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

Problème avec le paramètre vishnu_nbNodesAndCpuPerNode dans le script de lancement (Bugzilla #444) #286

Closed bdepardo closed 11 years ago

bdepardo commented 11 years ago

normal bug in component TMS Reported in version 2.0.0 beta2 on platform Other

bdepardo commented 11 years ago

On 2012-11-16 16:33:47 +0100, 'Renaud Barate (renaud.barate@edf.fr) wrote: Bonjour,

L'utilisation du paramètre vishnu_nbNodesAndCpuPerNode dans le script de lancement du job pose problème sur Aster4 (LSF). Avec le paramètre suivant :

% vishnu_nbNodesAndCpuPerNode=4:1

J'obtiens l'erreur :

vishnu_submit_job: The batch scheduler indicates an error [LSF ERROR: Host or host group is not used by the queue]

Si j'enlève ce paramètre et que je soumets le job avec le flag -N 4:1, le job est bien lancé.

bdepardo commented 11 years ago

On 2012-11-19 15:48:13 +0100, 'Kevin Coulomb (kevin.coulomb@sysfera.com) wrote: Bug identifié un patch est en cours de préparation (le correctif est similaire au patch fait pour l'option ligne de commande, le code problématique est une duplication du code).

bdepardo commented 11 years ago

On 2012-11-21 16:11:46 +0100, 'Kevin Coulomb (kevin.coulomb@sysfera.com) wrote: Created attachment 142 Patch to fix the bug