ALBERT

All Library Books, journals and Electronic Records Telegrafenberg

feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Electronic Resource
    Electronic Resource
    Springer
    Plant and soil 128 (1990), S. 167-176 
    ISSN: 1573-5036
    Keywords: germination ; genetic variation ; Lens culinaris ; salt tolerance ; seedling stage
    Source: Springer Online Journal Archives 1860-2000
    Topics: Agriculture, Forestry, Horticulture, Fishery, Domestic Science, Nutrition
    Notes: Abstract Screening of available local/exotic germplasm of a crop for salinity tolerance is of considerable value for the economic utilization of salt-affected soils of arid and semi-arid regions. The response of 133 lentil (Lens culinaris Medic.) accessions, to NaCl at the germination and seedling stage, was examined. A great amount of variation of NaCl tolerance in lentil was observed at both the growth stages but, in general, there was no consistent relationship between tolerance assessed at germination or at the seedling stage. In the NaCl treatment five accessions, ILL 5845, ILL 6451, ILL 6788, ILL 6793, and ILL 6796 produced significantly greater fresh and dry plant biomass in both absolute and relative terms than the others, but these accessions performed as well as other intermediate or low biomass producing accessions in total germination percentage and rate of germination. In view of the existence of the great amount of variability of tolerance to NaCl among lentil varieties improvement in NaCl tolerance in this species is possible.
    Type of Medium: Electronic Resource
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 2
    Electronic Resource
    Electronic Resource
    Springer
    Plant and soil 154 (1993), S. 257-266 
    ISSN: 1573-5036
    Keywords: adult stage ; Cicer arietinum ; ion uptake ; salt tolerance
    Source: Springer Online Journal Archives 1860-2000
    Topics: Agriculture, Forestry, Horticulture, Fishery, Domestic Science, Nutrition
    Notes: Abstract The salt tolerance of three tolerant accessions of chick pea, CM 663, 10130 and 10572 and three sensitive accessions 10582, 12908 and 12909 selected at the germination and seedling stage was assessed at the adult stage using sand culture salinized with 0, 40 or 80 mol m-3 NaCl. The two tolerant accessions, CM 663 and 10572 and one sensitive, 12908 showed consistent correlation between the degrees of salt tolerance at the early growth stages and adult stage as the former two produced significantly higher seed yield compared with the other accessions and the latter did not survive till seed setting in the salt treatments. By contrast 10130 which was found relatively salt tolerant at the two early growth stages could not survive in 40 mol m-3 NaCl till seed setting. Similarly two sensitive accessions, 10582 and 12909 not only survived at the adult stage but produced some yield as well. On the basis of performance of the six accessions at three different stages, accessions CM 663 and 10572 can be categorised as relatively salt tolerant, 12908 as sensitive and 10130, 10582 and 12909 as moderately tolerant. The tolerant accession CM 663 had high Na+ and Cl- in the leaves but maintained high K:Na ratios and high K+ versus Na+ selectivity. This accession had relatively low leaf osmotic potential which may be due to its high accumulation of Na+ and Cl- in the leaves. By contrast the second tolerant accession 10572 had lowest Na+ and moderate Cl- in the leaves.of all accessions but had highest K+ versus Na+ selectivity, although its leaf K:Na was intermediate. It had also relatively low osmotic potential which cannot be related to different ions determined in this study. The salt sensitive accession 12908 had high leaf Na+ and moderate Cl- but had very low K:Na ratio (less than one) and K+ versus Na+ selectivity. The remaining accessions as a whole did not show any consistent pattern of uptake of different ions. The positive correlation between the degree of salt tolerance at different growth stages do exist in some accessions of chick pea examined in the present study, but for others in which no positive correlation was observed suggests that a combination of certain characters can be used as selection criterion for improving salt tolerance in chick pea.
    Type of Medium: Electronic Resource
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 3
    Publication Date: 2019-07-18
    Description: Porting applications to new high performance parallel and distributed platforms is a challenging task. Writing parallel code by hand is time consuming and costly, but this task can be simplified by high level languages and would even better be automated by parallelizing tools and compilers. The definition of HPF (High Performance Fortran, based on data parallel model) and OpenMP (based on shared memory parallel model) standards has offered great opportunity in this respect. Both provide simple and clear interfaces to language like FORTRAN and simplify many tedious tasks encountered in writing message passing programs. In our study, we implemented the parallel versions of the NAS Benchmarks with HPF and OpenMP directives. Comparison of their performance with the MPI implementation and pros and cons of different approaches will be discussed along with experience of using computer-aided tools to help parallelize these benchmarks. Based on the study, potentials of applying some of the techniques to realistic aerospace applications will be presented.
    Keywords: Computer Systems
    Type: Workshop on Performance Evaluation with Realistic Applications; Jan 25, 1999; San Jose, CA; United States
    Format: text
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 4
    Publication Date: 2019-07-18
    Description: Porting applications to new high performance parallel and distributed computing platforms is a challenging task. Since writing parallel code by hand is extremely time consuming and costly, porting codes would ideally be automated by using some parallelization tools and compilers. In this paper, we compare the performance of the hand written NAB Parallel Benchmarks against three parallel versions generated with the help of tools and compilers: 1) CAPTools: an interactive computer aided parallelization too] that generates message passing code, 2) the Portland Group's HPF compiler and 3) using compiler directives with the native FORTAN77 compiler on the SGI Origin2000.
    Keywords: Computer Systems
    Type: ACM Sigmetrics Symposium on Parallel and Distributed Tools; Aug 03, 1998 - Aug 04, 1998; Welches, OR; United States
    Format: text
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 5
    Publication Date: 2019-07-13
    Description: The Globus information service wasn't working well. There were many updates of data from Globus daemons which saturated the single server and users couldn't retrieve information. We created a second server for NASA and Alliance. Things were great on that server, but a bit slow on the other server. We needed to know exactly how the information service was being used. What were the best servers and configurations? This viewgraph presentation gives an overview of the evaluation of alternative designs for a Grid Information Service. Details are given on the workload characterization, methodology used, and the performance evaluation.
    Keywords: Computer Systems
    Type: 9th IEEE Symposium on High Performance Distributed Computing; Jan 01, 2000; United States
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 6
    Publication Date: 2019-07-10
    Description: This paper presents a model to evaluate the performance and overhead of parallelizing sequential code using compiler directives for multiprocessing on distributed shared memory (DSM) systems. With increasing popularity of shared address space architectures, it is essential to understand their performance impact on programs that benefit from shared memory multiprocessing. We present a simple model to characterize the performance of programs that are parallelized using compiler directives for shared memory multiprocessing. We parallelized the sequential implementation of NAS benchmarks using native Fortran77 compiler directives for an Origin2000, which is a DSM system based on a cache-coherent Non Uniform Memory Access (ccNUMA) architecture. We report measurement based performance of these parallelized benchmarks from four perspectives: efficacy of parallelization process; scalability; parallelization overhead; and comparison with hand-parallelized and -optimized version of the same benchmarks. Our results indicate that sequential programs can conveniently be parallelized for DSM systems using compiler directives but realizing performance gains as predicted by the performance model depends primarily on minimizing architecture-specific data locality overhead.
    Keywords: Computer Systems
    Type: NAS-98-012
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...