1
1

* Bump up the priority of COFS so that it is higher than RSH (for now, anyway)

This commit was SVN r1940.
Этот коммит содержится в:
Brian Barrett 2004-08-06 21:49:13 +00:00
родитель 88a2858e21
Коммит 5506cab8b2

Просмотреть файл

@ -91,7 +91,7 @@ mca_pcm_cofs_init(int *priority, bool *allow_multi_user_threads,
mca_ns_base_cellid_t cellid;
mca_ns_base_jobid_t jobid;
*priority = 1;
*priority = 2;
*allow_multi_user_threads = true;
*have_hidden_threads = false;