1
1

* more components to ignore on RS

* fix comment

This commit was SVN r6724.
Этот коммит содержится в:
Brian Barrett 2005-08-03 16:08:27 +00:00
родитель 67f96f7b46
Коммит 6c37ad4471
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -6,4 +6,4 @@ with_threads=no
enable_pretty_print_stacktrace=no
enable_dlopen=no
with_btl_portals_config=redstorm
enable_mca_no_build=gpr-proxy,gpr-replica,pml-teg,pml-uniq,rml-oob,btl-sm,mpool-sm,btl-self,ptl-sm,ptl-self
enable_mca_no_build=gpr-proxy,gpr-replica,pml-teg,pml-uniq,rml-oob,btl-sm,mpool-sm,btl-self,ptl-sm,ptl-self,ns-proxy,rds-resfile,sds-env,sds-seed,sds-singleton

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

@ -155,7 +155,7 @@ mca_btl_portals_put(struct mca_btl_base_module_t* btl_base,
/* setup the send */
md.start = frag->segment.seg_addr.pval;
md.length = frag->segment.seg_len;
md.threshold = 2; /* unlink after start, end, ack */
md.threshold = 2; /* unlink after send, ack */
md.max_size = 0;
md.options = 0;
md.user_ptr = frag; /* keep a pointer to ourselves */