Dissertationen zum Thema „Numba“
Geben Sie eine Quelle nach APA, MLA, Chicago, Harvard und anderen Zitierweisen an
Machen Sie sich mit Top-50 Dissertationen für die Forschung zum Thema "Numba" bekannt.
Neben jedem Werk im Literaturverzeichnis ist die Option "Zur Bibliographie hinzufügen" verfügbar. Nutzen Sie sie, wird Ihre bibliographische Angabe des gewählten Werkes nach der nötigen Zitierweise (APA, MLA, Harvard, Chicago, Vancouver usw.) automatisch gestaltet.
Sie können auch den vollen Text der wissenschaftlichen Publikation im PDF-Format herunterladen und eine Online-Annotation der Arbeit lesen, wenn die relevanten Parameter in den Metadaten verfügbar sind.
Sehen Sie die Dissertationen für verschiedene Spezialgebieten durch und erstellen Sie Ihre Bibliographie auf korrekte Weise.
Verbeek, Benjamin. „Maximum Likelihood Estimation of Hyperon Parameters in Python : Facilitating Novel Studies of Fundamental Symmetries with Modern Software Tools“. Thesis, Uppsala universitet, Institutionen för materialvetenskap, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-446041.
Der volle Inhalt der QuelleHojný, Ondřej. „Evoluční návrh kombinačních obvodů“. Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2021. http://www.nusl.cz/ntk/nusl-442801.
Der volle Inhalt der QuelleRottenburg, Richard. „Die Lemwareng-Nuba : Ein Beispeil kultureller Akkreszenz im heutigen Nil-Sudan : Zusammenfassung /“. Berlin : Arabische Buch, 1988. http://catalogue.bnf.fr/ark:/12148/cb37026226f.
Der volle Inhalt der QuelleBibliogr. p. 43-44.
Lepers, Baptiste. „Improving performance on NUMA systems“. Thesis, Grenoble, 2014. http://www.theses.fr/2014GRENM005/document.
Der volle Inhalt der QuelleModern multicore systems are based on a Non-Uniform Memory Access (NUMA) design. In a NUMA system, cores are grouped in a set of nodes. Each node has a memory controller and is interconnected with other nodes using high speed interconnect links. Efficiently exploiting such architectures is notoriously complex for programmers. Two key objectives on NUMA multicore machines are to limit as much as possible the number of remote memory accesses (i.e., accesses from a node to another node) and to avoid contention on memory controllers and interconnect links. These objectives can be achieved by implementing application-level optimizations or by implementing application-agnostic heuristics. However, in many cases, existing profilers do not provide enough information to help programmers implement application-level optimizations and existing application-agnostic heuristics fail to address contention issues. The contributions of this thesis are twofold. First we present MemProf, a profiler that allows programmers to choose and implement efficient application-level optimizations for NUMA systems. MemProf builds temporal flows of interactions between threads and objects, which help programmers understand why and which memory objects are accessed remotely. We evaluate MemProf on Linux on three different machines. We show how MemProf helps us choose and implement efficient optimizations, unlike existing profilers. These optimizations provide significant performance gains (up to 2.6x), while requiring very lightweight modifications (10 lines of code or less). Then we present Carrefour, an application-agnostic memory management algorithm. Contrarily to existing heuristics, Carrefour focuses on traffic contention on memory controllers and interconnect links. Carrefour provides significant performance gains (up to 3.3x) and always performs better than existing heuristics
Voron, Gauthier. „Virtualisation efficace d'architectures NUMA“. Thesis, Sorbonne université, 2018. http://www.theses.fr/2018SORUS026/document.
Der volle Inhalt der QuelleWhile virtualization only introduces a negligible overhead on machines with few cores, this is not the case when the number of cores increases. We can find such computers with tens of cores in todays data centers dedicated to the cloud computing, a resource management model which relies on virtualization. These large multicore machines have a complex architecture, called Non Uniform Memory Access (NUMA). Achieving high performance on a NUMA architecture requires to wisely place application threads on the appropriate cores and application data in the appropriate memory bank.In this thesis, we show how virtualization techniques modify the applications behavior by preventing them to efficiently place their data in memory. We show that the data misplacement leads to a serious performance degradation, up to 700%.Additionally, we suggest a method which allows the Xen hypervisor to efficiently virtualize NUMA architectures by implementing a set of generic memory placement policies. With an evaluation over a set of 29 applications on a 48-cores machine, we show that the NUMA policies can multiply the performance of 9 applications by more than 2 and decrease the virtualization overhead below 50% for 23 of them
Khamis, Cornelia. „Mehrsprachigkeit bei den Nubi : das Sprachverhalten viersprachig aufwachsender Vorschul- und Schulkinder in Bombo/Uganda /“. Hamburg : Lit, 1994. http://catalogue.bnf.fr/ark:/12148/cb39937996t.
Der volle Inhalt der QuelleBraithwaite, Ryan Karl. „NUMA Data-Access Bandwidth Characterization and Modeling“. Thesis, Virginia Tech, 2012. http://hdl.handle.net/10919/31151.
Der volle Inhalt der QuelleMaster of Science
Kissinger, Thomas. „Energy-Aware Data Management on NUMA Architectures“. Doctoral thesis, Saechsische Landesbibliothek- Staats- und Universitaetsbibliothek Dresden, 2017. http://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa-223436.
Der volle Inhalt der QuelleLenis, Josefina. „Execution strategies for memory-bound applications on NUMA systems“. Doctoral thesis, Universitat Autònoma de Barcelona, 2019. http://hdl.handle.net/10803/666763.
Der volle Inhalt der QuelleOver the last several years, many sequence alignment tools have appeared and become popular thanks to the fast evolution of next-generation sequencing (NGS) technologies. Researchers that use such tools are interested in getting maximum performance when they execute them in modern infrastructures. Today’s NUMA (Non-Uniform Memory Access) architectures present significant challenges in getting such applications to achieve good scalability as more processors/cores are used. The memory system in NUMA systems shows a high complexity and may be the primary cause for the loss of an application’s performance. The existence of several memory banks in NUMA systems implies a logical increase in latency associated with the accesses of a given processor to a remote bank. This phenomenon is usually attenuated by the application of strategies that tend to increase the locality of memory accesses. However, NUMA systems may also suffer from contention problems that can occur when concurrent accesses are concentrated on a reduced number of banks. Sequence alignment tools use large data structures to contain reference genomes to which all reads are aligned. Therefore, these tools are very sensitive to performance problems related to the memory system. The main goal of this study is to explore the trade-offs between data locality and data dispersion in NUMA systems. We introduced a series of methodical steps to characterize NUMA architectures and to help understand the potential of the resources. With this information we designed and experimented with several popular sequence alignment tools on two widely available NUMA systems to assess the performance of different memory allocation policies and data partitioning and replication strategies. We find that there is not one method that is best in all cases. However, we conclude that memory interleaving is the memory allocation policy that provides the best performance for applications using large centralized data structured on a large number of processors and memory banks. In the case of data partitioning and replication, the best results are usually obtained when the number of partitions used is higher, and in some cases, combined with an interleaving policy.
Pousa, Ribeiro Christiane. „Contributions au contrôle de l'affinité mémoire sur architectures multicoeurs et hiérarchiques“. Thesis, Grenoble, 2011. http://www.theses.fr/2011GRENM030/document.
Der volle Inhalt der QuelleMulti-core platforms with non-uniform memory access (NUMA) design are now a common resource in High Performance Computing. In such platforms, the shared memory is organized in an hierarchical memory subsystem in which the main memory is physically distributed into several memory banks. Additionally, the hierarchical memory subsystem of these platforms feature several levels of cache memories. Because of such hierarchy, memory access costs may vary depending on the distance between tasks and data. Furthermore, since the number of cores is considerably high in such machines, concurrent accesses to the same distributed shared memory are performed. These accesses produce more stress on the memory banks, generating load-balancing issues, memory contention and remote accesses. Therefore, the main challenge on a NUMA platform is to reduce memory access latency and memory contention. In this context, the main objective of this thesis is to attain scalable performances on multi-core NUMA machines by controlling memory affinity. The first goal of this thesis is to investigate which characteristics of the NUMA platform and the application have an important impact on the memory affinity control and propose mechanisms to deal with them on multi-core machines with NUMA design. We focus on High Performance Scientific Numerical workloads with regular and irregular memory access characteristics. The study of memory affinity aims at the proposal of an environment to manage memory affinity on Multi-core Platforms with NUMA design. This environment provides fine grained mechanisms to manage data placement for an application by using compilation time and architecture information. The second goal is to provide solutions that show performance portability. By performance portability, we mean solutions that are capable of providing similar performances improvements on different NUMA platforms. In order to do so, we propose mechanisms that are independent of machine architecture and compiler. The portability of the proposed environment is evaluated through the performance analysis of several benchmarks and applications over different platforms. Last, the third goal of this thesis is to design memory affinity mechanisms that can be easily adapted and used in different parallel systems. Our approach takes into account the different data structures used in High Performance Scientific Numerical workloads, in order to propose solutions that can be used in different contexts. We evaluate the adaptability of such mechanisms in two parallel programming systems. All the ideas developed in this research work are implemented in a Framework named Minas (Memory affInity maNAgement Software). Several OpenMP benchmarks and two real world applications from geophysics are used to evaluate its performance. Additionally, Minas integration on Charm++ (Parallel Programming System) and OpenSkel (Skeleton Pattern System for Software Transactional Memory) is also evaluated
Mohamedin, Mohamed Ahmed Mahmoud. „On Optimizing Transactional Memory: Transaction Splitting, Scheduling, Fine-grained Fallback, and NUMA Optimization“. Diss., Virginia Tech, 2015. http://hdl.handle.net/10919/56577.
Der volle Inhalt der QuellePh. D.
Moutal, Aubin. „CRMP5 dans les glioblastomes : fonction et voie de signalisation“. Phd thesis, Université Claude Bernard - Lyon I, 2013. http://tel.archives-ouvertes.fr/tel-01056757.
Der volle Inhalt der QuelleCarey, Julie. „NUMB and Syncytiotrophoblast Development and Function: Investigation Using BeWo Choriocarcinoma Cells“. Thèse, Université d'Ottawa / University of Ottawa, 2012. http://hdl.handle.net/10393/22846.
Der volle Inhalt der QuelleBoehler, Christian. „Rôles de la poly (ADP-ribose) polymérase-3 (PARP-3) dans la réponse cellulaire aux dommages dans l'ADN et la progression mitotique“. Thesis, Strasbourg, 2012. http://www.theses.fr/2012STRAJ113/document.
Der volle Inhalt der QuellePoly(ADP-ribosyl)ation is a post-translational modification of proteins mediated by poly(ADP-ribose) polymerases (PARPs), a family of 17 members. We started the functional characterization of a new member of this family : the Poly(ADP-Ribose) Polymerase-3 (PARP-3). This protein was poorly studied. The human Parp3 gene displays two splicing variants giving rise to two proteins. Whereas the full length hPARP-3 has been identified as a core component of the centrosome throughout the cell cycle, the shorter splice variant accumulates within the nucleus. Of note, only the shorter nuclear variant is found in mice. We generated PARP-3 depletion in human lung cell line (MRC5) using RNA interference to analyse functional consequences of PARP-3 absence. We identified PARP-3 as a new specific actor of Double-Strand Breaks (DSB) repair mechanism. We also identified a new protein partner of PARP-3, NuMA, which is an essential regulator of mitotic division. These cells also showed problems in mitosis entry, in mitotic spindle formation, an increased mitosis duration and chromosomes aberrations. Performing protein interaction studies and using biochemical approaches, we highlighted a protein complex composed of PARP-3, NuMA and Tankyrase 1 (PARP-5a), involved in mitotic mechanisms. PARP-3 has a key role in the regulation of this complex. It plays essential role in mitotic progression and in mitotic spindle integrity maintenance and in telomere stability. The roles of PARP-3 in both DSB repair mechanisms and in mitotic progression indicate PARP-3 as a possible promising therapeutic target in cancer therapy
Mogga, Oliver Kenyi A. „EDUCATIONAL EXPERIENCE OF THE SUDANESE REFUGEE CHILDREN IN THE UNITED STATES“. Miami University / OhioLINK, 2007. http://rave.ohiolink.edu/etdc/view?acc_num=miami1187793319.
Der volle Inhalt der QuelleLima, Ãrico Oliveira de AraÃjo. „"Numa cama, numa festa, numa greve, numa revoluÃÃo: o cinema se bifurca, o tempo se abre"“. Universidade Federal do CearÃ, 2014. http://www.teses.ufc.br/tde_busca/arquivo.php?codArquivo=11842.
Der volle Inhalt der QuelleNuma cama, numa greve, numa festa ou numa revoluÃÃo: era assim que Glauber Rocha imaginava que A Idade da Terra (1980), seu Ãltimo filme, poderia ser experimentado. A obra leva ao limite um processo de pesquisa que radicalizava o fazer cinema e inventava novos possÃveis para a experiÃncia estÃtica. à um trabalho que tento pensar junto a duas outras obras do realizador, Claro (1975), filmado durante o exÃlio em Roma, e Di Cavalcanti (1977), curta-metragem que ele produziu no impulso, ao saber da morte do amigo pintor. Cada um desses filmes desencadeia procedimentos singulares de ocupaÃÃo do mundo e de invenÃÃo de caminhos para o cinema. Eles sÃo entendidos aqui como bifurcaÃÃes em formas configuradas de sensibilidade, na medida em que embarcam na proliferaÃÃo de veredas para a fabricaÃÃo fÃlmica. Trata-se de uma preocupaÃÃo mais ampla em discutir as polÃticas dos filmes, maneiras singulares pelas quais o cinema pode inscrever no mundo uma operaÃÃo de rotura estÃtica que à jà uma polÃtica. Nesse sentido, cabe pensar com as obras algumas figuras que afirmam o cinema como campo de resistÃncias. Uma das questÃes que norteiam as discussÃes deste trabalho à a dimensÃo de um devir minoritÃrio, pensado a partir de Deleuze e Guattari, um movimento no qual o cinema pode se engajar para tensionar com um visÃvel e um audÃvel que se apresentam como fatos majoritÃrios. Nesse processo, à a prÃpria vida em comum que està em jogo. Essas operaÃÃes de invenÃÃo se dÃo em um emaranhado de temporalidades, o que leva a uma abordagem metodolÃgica que se coloca como assumidamente anacrÃnica, na medida em que tenta pensar o que uma obra faz agitar no tempo e como ela pode fazer esse tempo se abrir, numa articulaÃÃo que tento fazer com os pensamentos de Benjamin, Warburg, Didi-Huberman e Agamben. Dessa maneira, cabe investigar a dimensÃo de uma contemporaneidade desse cinema de Glauber, na medida em que as proliferaÃÃes buscadas pelas formas fÃlmicas nÃo estÃo circunscritas a um instante de uma cronologia de eventos sucessivos, mas se espalham rizomaticamente pelos tempos, em movimento proliferante e diferenciante. A polÃtica e a estÃtica seriam questÃes de como fazemos pontes nas temporalidades, de quais traÃados sÃo arrancados como possÃveis. Ou de como os engajamentos no tempo podem suscitar acontecimentos e instaurar resistÃncias em devir.
In a bed, a strike, a party or a revolution: that was how Glauber Rocha once thought that his last film, A Idade da Terra (1980), could be experienced. The work takes to the limit a research that turns making cinema a process more radical. It also invents news possibilities to aesthetic experience. Itâs a film that I try to think with two others works from Glauber: Claro (1975), shot when he was in exile in Rome, and Di Cavalcanti (1977), a short film that he produced on an impulse, when he heard that his painter friend had died. Each of these films triggers singular procedures on occupying the world and on inventing paths to the cinema. They are taken here as bifurcations on configured forms of sensibility, as they try to proliferate ways of making a film. This is a broader concern in discussing the politics of films, singular ways in which cinema can inscribe in the world an operation of aesthetic fracture that is already political. In this sense, it is thinking with the works that we can propose some figures who claim cinema as field of resistances. One of the questions that guide the discussions of this work is the concept of a becoming minority, thought from Deleuze and Guattari, a movement in which cinema can engage to create tension with a visible and an audible that present themselves as major facts. In this process, it is common life that is at stake. Those operations of invention are taken in a entanglement of temporalities, which leads to an approach frankly anachronistic, on thinking what a work can shake in time and how it can open this time, in which I try to articulate with the thoughts of Benjamin, Warburg, Didi-Huberman and Agamben. Thus, the idea is to investigate how we could consider a contemporaneity in this cinema of Glauber, in that the proliferations researched by filmic forms are not restricted to a chronology of successive events, rather they spread in a rhizomatic way through temporalities, a proliferative and differentiating movement. Politics and aesthetics would be questions of how we bridge the temporalities, of which tracings are turn into possibilities. Or how the engagements in time can raise events and create resistances in becoming.
Lima, Érico Oliveira de Araújo. „Numa cama, numa festa, numa greve, numa revolução: o cinema se bifurca, o tempo se abre“. www.teses.ufc.br, 2014. http://www.repositorio.ufc.br/handle/riufc/8575.
Der volle Inhalt der QuelleSubmitted by Márcia Araújo (marcia_m_bezerra@yahoo.com.br) on 2014-08-04T14:59:11Z No. of bitstreams: 1 2014_dis_eoalima.pdf: 1651935 bytes, checksum: 4bd50acc541319d070f4328aa52784d1 (MD5)
Approved for entry into archive by Márcia Araújo(marcia_m_bezerra@yahoo.com.br) on 2014-08-04T17:22:26Z (GMT) No. of bitstreams: 1 2014_dis_eoalima.pdf: 1651935 bytes, checksum: 4bd50acc541319d070f4328aa52784d1 (MD5)
Made available in DSpace on 2014-08-04T17:22:26Z (GMT). No. of bitstreams: 1 2014_dis_eoalima.pdf: 1651935 bytes, checksum: 4bd50acc541319d070f4328aa52784d1 (MD5) Previous issue date: 2014
In a bed, a strike, a party or a revolution: that was how Glauber Rocha once thought that his last film, A Idade da Terra (1980), could be experienced. The work takes to the limit a research that turns making cinema a process more radical. It also invents news possibilities to aesthetic experience. It’s a film that I try to think with two others works from Glauber: Claro (1975), shot when he was in exile in Rome, and Di Cavalcanti (1977), a short film that he produced on an impulse, when he heard that his painter friend had died. Each of these films triggers singular procedures on occupying the world and on inventing paths to the cinema. They are taken here as bifurcations on configured forms of sensibility, as they try to proliferate ways of making a film. This is a broader concern in discussing the politics of films, singular ways in which cinema can inscribe in the world an operation of aesthetic fracture that is already political. In this sense, it is thinking with the works that we can propose some figures who claim cinema as field of resistances. One of the questions that guide the discussions of this work is the concept of a becoming minority, thought from Deleuze and Guattari, a movement in which cinema can engage to create tension with a visible and an audible that present themselves as major facts. In this process, it is common life that is at stake. Those operations of invention are taken in a entanglement of temporalities, which leads to an approach frankly anachronistic, on thinking what a work can shake in time and how it can open this time, in which I try to articulate with the thoughts of Benjamin, Warburg, Didi-Huberman and Agamben. Thus, the idea is to investigate how we could consider a contemporaneity in this cinema of Glauber, in that the proliferations researched by filmic forms are not restricted to a chronology of successive events, rather they spread in a rhizomatic way through temporalities, a proliferative and differentiating movement. Politics and aesthetics would be questions of how we bridge the temporalities, of which tracings are turn into possibilities. Or how the engagements in time can raise events and create resistances in becoming.
Numa cama, numa greve, numa festa ou numa revolução: era assim que Glauber Rocha imaginava que A Idade da Terra (1980), seu último filme, poderia ser experimentado. A obra leva ao limite um processo de pesquisa que radicalizava o fazer cinema e inventava novos possíveis para a experiência estética. É um trabalho que tento pensar junto a duas outras obras do realizador, Claro (1975), filmado durante o exílio em Roma, e Di Cavalcanti (1977), curta-metragem que ele produziu no impulso, ao saber da morte do amigo pintor. Cada um desses filmes desencadeia procedimentos singulares de ocupação do mundo e de invenção de caminhos para o cinema. Eles são entendidos aqui como bifurcações em formas configuradas de sensibilidade, na medida em que embarcam na proliferação de veredas para a fabricação fílmica. Trata-se de uma preocupação mais ampla em discutir as políticas dos filmes, maneiras singulares pelas quais o cinema pode inscrever no mundo uma operação de rotura estética que é já uma política. Nesse sentido, cabe pensar com as obras algumas figuras que afirmam o cinema como campo de resistências. Uma das questões que norteiam as discussões deste trabalho é a dimensão de um devir minoritário, pensado a partir de Deleuze e Guattari, um movimento no qual o cinema pode se engajar para tensionar com um visível e um audível que se apresentam como fatos majoritários. Nesse processo, é a própria vida em comum que está em jogo. Essas operações de invenção se dão em um emaranhado de temporalidades, o que leva a uma abordagem metodológica que se coloca como assumidamente anacrônica, na medida em que tenta pensar o que uma obra faz agitar no tempo e como ela pode fazer esse tempo se abrir, numa articulação que tento fazer com os pensamentos de Benjamin, Warburg, Didi-Huberman e Agamben. Dessa maneira, cabe investigar a dimensão de uma contemporaneidade desse cinema de Glauber, na medida em que as proliferações buscadas pelas formas fílmicas não estão circunscritas a um instante de uma cronologia de eventos sucessivos, mas se espalham rizomaticamente pelos tempos, em movimento proliferante e diferenciante. A política e a estética seriam questões de como fazemos pontes nas temporalidades, de quais traçados são arrancados como possíveis. Ou de como os engajamentos no tempo podem suscitar acontecimentos e instaurar resistências em devir.
Drebes, Andi. „Dynamic optimization of data-flow task-parallel applications for large-scale NUMA systems“. Thesis, Paris 6, 2015. http://www.theses.fr/2015PA066330/document.
Der volle Inhalt der QuelleWithin the last decade, microprocessor development reached a point at which higher clock rates and more complex micro-architectures became less energy-efficient, such that power consumption and energy density were pushed beyond reasonable limits. As a consequence, the industry has shifted to more energy efficient multi-core designs, integrating multiple processing units (cores) on a single chip. The number of cores is expected to grow exponentially and future systems are expected to integrate thousands of processing units. In order to provide sufficient memory bandwidth in these systems, main memory is physically distributed over multiple memory controllers with non-uniform access to memory (NUMA). Past research has identified programming models based on fine-grained, dependent tasks as a key technique to unleash the parallel processing power of massively parallel general-purpose computing architectures. However, the execution of task-paralel programs on architectures with non-uniform memory access and the dynamic optimizations to mitigate NUMA effects have received only little interest. In this thesis, we explore the main factors on performance and data locality of task-parallel programs and propose a set of transparent, portable and fully automatic on-line mapping mechanisms for tasks to cores and data to memory controllers in order to improve data locality and performance. Placement decisions are based on information about point-to-point data dependences, readily available in the run-time systems of modern task-parallel programming frameworks. The experimental evaluation of these techniques is conducted on our implementation in the run-time of the OpenStream language and a set of high-performance scientific benchmarks. Finally, we designed and implemented Aftermath, a tool for performance analysis and debugging of task-parallel applications and run-times
Lopes, Inês Margarida Oliveira. „Intervenção numa aldeia numa perspectiva de reconversão“. Master's thesis, Universidade de Lisboa. Faculdade de Arquitetura, 2013. http://hdl.handle.net/10400.5/12251.
Der volle Inhalt der QuelleA presente investigação pretende desenvolver a temática de intervenção em aldeias numa perspectiva de reconversão. O tema desta dissertação relaciona-se com o processo de requalificação e de qualificação de áreas rurais apoiando-se no balanço crítico e prospectivo de alguns projectos já realizados em aldeias portuguesas. O contributo deste trabalho crítico cairá, sobretudo, sobre a compreensão das estratégias e dos programas adoptados para revitalizar e promover áreas rurais. Argumenta-se que a fraca compreensão do funcionamento natural das áreas rurais é um obstáculo para muitos projectistas que leva a decisões e estratégias que geralmente não são entendidas, nem aceites, pelos próprios residentes destas áreas. Neste seguimento e tendo como premissas de trabalho os factores físicos e humanos de cada lugar os objectivos da investigação recaem na compreensão das medidas mais adequadas a adoptar para intervir em territórios rurais fragilizados e ao mesmo tempo desenvolver a capacidade de antecipação relativamente ao futuro da solução apresentada. Este trabalho final é composto por 3 fases. A fase de investigação; fase de elaboração de um programa funcional e de estratégia geral para o projecto Casal dos Lobos; fase do projecto de requalificação arquitectónica de Casal dos Lobos.
ABSTRACT: The main objective of this investigation is to develop the process of rethink and redesign of the urbanity ofrural villages. So, this thesis, relates to the process of rural areas improvement and qualification, substantiated by the critical analysis of other projects, already developed, in some Portuguese rural villages. This work will be supported by the understanding of the strategies and programs adopted to revitalize and promote areas and projects of this nature. For many architects, the poor understanding of these areas constitutes an obstacle which leads to bad decisions and strategies that aren’t, in general, understood or accepted by the local residents. In this line of thought, and having as work assumptions, human and physical conditions of each place, the research objectives should be related to the understanding of the most sustainable options, that we should choose, when we are intervening in fragile rural areas, while develop the ability to anticipate the evolution and consequences of our choices and options. So this work, in this way, is composed by three phases: the first one is the research phase; the second one is the phase of functional program and overall strategy conception; and the third one the phase of architectural requalification project.
Pinto, Rose Maria. „O discurso às avessas em Numa e a Ninfa de Lima Barreto“. Universidade Federal de Viçosa, 2012. http://locus.ufv.br/handle/123456789/4849.
Der volle Inhalt der QuelleThe objective of this research is to recognize and analyze the diversity of social voices present in Lima Barreto s novel Numa e a Ninfa, written in 1915. Possessing an innovative style and an inverted discourse, contradictory to the official patterns, Barreto was responsible for introducing a new type of literature, one which integrates fiction to reality, with the portrayal of the First Republic s social, political, and historical facts. The understanding of Barreto s proposal in creating the interaction among different fields of knowledge is, in this work, based on Mikhail Bakhtin s Diologism, which analyzes language s possibility to establish continuous linkages between individuals and societies, enabling a better understanding of them. In an objective, clear, and ironic way, Barreto s works analyze the individuals, their attitudes and social relations, attempting to incite the reader towards perception and conscience of a true reality underneath the masks worn for the performance of social roles. Through the depiction of characters such as Edgarda, Numa Pompílio, and Benevenuto, the author molds stereotypes, which denounce ambition, hypocrisy, and selfishness, common aspects among politicians. The ironical approaches used throughout the narrative identify Barreto s tone, used to combat, through literature, the social mishaps present in the politics of the Brazilian society. In order to promote the discussion about irony, Linda Hutcheon s and Colin Muecke s concepts are fundamental, as this resource provides the reader a more active interpretative process. The comparative path taken by Barreto, in Numa e a Ninfa, is also another efficient aspect to denounce and question the posture and character of people s representatives. The author confronts his fictitious characters Numa Pompílio and Edgarda with the Roman historical figures Numa Pompílio and the Egeria nymph (714-671 b.C.) in order to lead the reader s perception of inverted discourse, evinced by the contrasting characteristics. Numa e a Ninfa is a novel which portrays Lima Barreto s trajetory in his search for a less alienating literature and for one that conducts the reader to a posture of inquirer of reality and active participant.
Este trabalho busca reconhecer e analisar a diversidade de vozes social, política e histórica, existentes no discurso da obra Numa e a Ninfa (1915) de Lima Barreto. Dono de um estilo inovador e com um discurso às avessas, contrário aos padrões oficiais, o escritor abriu caminhos para um novo tipo de literatura, que integra à ficção, aspectos pertencentes à realidade, retratando os acontecimentos sociais, políticos e históricos pertencentes à 1a República. A compreensão da proposta barretiana de criar a interação entre campos de saberes diferenciados é, neste trabalho, fundamentada a partir da Teoria do Dialogismo, de Mikhail Bakhtin, que analisa as possibilidades da linguagem de estabelecer elos contínuos entre os indivíduos e as sociedades, possibilitando maior entendimento sobre os mesmos. De forma objetiva, clara e irônica, a obra de Barreto analisa os indivíduos, suas atitudes e relações sociais, procurando instigar no leitor a percepção e conscientização da verdadeira realidade por detrás das máscaras usadas nas representações de papéis sociais. Através da retratação das personagens Edgarda, Numa Pompílio e Benevenuto, o autor molda estereótipos, que servem para denunciar a ambição, a corrupção, o descaso, a hipocrisia e o egoísmo, comuns aos membros da classe política. As abordagens irônicas utilizadas no decorrer da narrativa retratam o tom usado por Barreto para combater, por intermédio da literatura, as mazelas sociais que assolam a política e a sociedade brasileira. A fim de promover a discussão sobre a ironia, busca-se junto aos conceitos propostos por Linda Hutcheon e Douglas Colin Muecke compreender a capacidade deste recurso, em quebrar as amarras que dificultam as possibilidades do leitor de torna-se mais ativo durante o processo interpretativo. O caminho percorrido por Barreto, em Numa e a Ninfa encontra, também, na comparação, outro aspecto capaz de denunciar e questionar o caráter e a postura dos representantes do povo. O autor utiliza o confronto entre as personagens barretianas Numa Pompílio e Edgarda, com as da história romana de Numa Pompílio e a Ninfa Egéria (714 a 671 a.C.), e induz a percepção do leitor sobre o diálogo ao revés, constatado no confronto de características tão distintas. Numa e a Ninfa é uma obra que retrata a trajetória de Lima Barreto em busca de uma literatura menos alienante e direcionadora de um leitor com postura de agente questionador e atuante em sua realidade.
Bui, Vo Quoc Bao. „Virtualization of micro-architectural components using software solutions“. Thesis, Toulouse, INPT, 2020. http://www.theses.fr/2020INPT0082.
Der volle Inhalt der QuelleCloud computing has become a dominant computing paradigm in the information technology industry due to its flexibility and efficiency in resource sharing and management. The key technology that enables cloud computing is virtualization. Essential requirements in a virtualized system where several virtual machines (VMs) run on a same physical machine include performance isolation and predictability. To enforce these properties, the virtualization software (called the hypervisor) must find a way to divide physical resources (e.g., physical memory, processor time) of the system and allocate them to VMs with respect to the amount of virtual resources defined for each VM. However, modern hardware have complex architectures and some microarchitectural-level resources such as processor caches, memory controllers, interconnects cannot be divided and allocated to VMs. They are globally shared among all VMs which compete for their use, leading to contention. Therefore, performance isolation and predictability are compromised. In this thesis, we propose software solutions for preventing unpredictability in performance due to micro-architectural components. The first contribution is called Kyoto, a solution to the cache contention issue, inspired by the polluters pay principle. A VM is said to pollute the cache if it provokes significant cache replacements which impact the performance of other VMs. Henceforth, using the Kyoto system, the provider can encourage cloud users to book pollution permits for their VMs. The second contribution addresses the problem of efficiently virtualizing NUMA machines. The major challenge comes from the fact that the hypervisor regularly reconfigures the placement of a VM over the NUMA topology. However, neither guest operating systems (OSs) nor system runtime libraries (e.g., HotSpot) are designed to consider NUMA topology changes at runtime, leading end user applications to unpredictable performance. We presents eXtended Para-Virtualization (XPV), a new principle to efficiently virtualize a NUMA architecture. XPV consists in revisiting the interface between the hypervisor and the guest OS, and between the guest OS and system runtime libraries so that they can dynamically take into account NUMA topology changes
Peyre, Elise. „Mécanisme et importance développementale de l'orientation du fuseau mitotique des progéniteurs neuraux chez les vertébrés : rôle du complexe Gαi\LGN\NUMA“. Thesis, Aix-Marseille 2, 2011. http://www.theses.fr/2011AIX22079.
Der volle Inhalt der QuelleTo maintain tissue architecture, epithelial cells divide in a planar fashion, perpendicular to their main polarity axis. As the centrosome resumes an apical localization in interphase, planar spindle orientation is reset at each cell cycle. We used three-dimensional live imaging of GFP-labeled centrosomes to investigate the dynamics of spindle orientation in chick neuroepithelial cells. The mitotic spindle displays stereotypic movements during metaphase, with an active phase of planar orientation and a subsequent phase of planar maintenance before anaphase. We describe the localization of the NuMA and LGN proteins in a belt at the lateral cell cortex during spindle orientation. Finally, we show that the complex formed of LGN, NuMA, and of cortically located Gái subunits is necessary for spindle movements and regulates the dynamics of spindle orientation. The restricted localization of LGN and NuMA in the lateral belt is instructive for the planar alignment of the mitotic spindle, and required for its planar maintenance
Gidra, Lokesh. „Garbage collector for memory intensive applications on NUMA architectures“. Thesis, Paris 6, 2015. http://www.theses.fr/2015PA066636/document.
Der volle Inhalt der QuelleLarge-scale multicore architectures create new challenges for garbage collectors (GCs). On con-temporary cache-coherent Non-Uniform Memory Access (ccNUMA) architectures, applications with a large memory footprint suffer from the cost of the garbage collector (GC), because, as the GC scans the reference graph, it makes many remote memory accesses, saturating the interconnect between memory nodes. In this thesis, we address this problem with NumaGiC, a GC with a mostly-distributed design. In order to maximise memory access locality during collection, a GC thread avoids accessing a different memory node, instead notifying a remote GC thread with a message; nonetheless, NumaGiC avoids the drawbacks of a pure distributed design, which tends to decrease parallelism and increase memory access imbalance, by allowing threads to steal from other nodes when they are idle. NumaGiC strives to find a perfect balance between local access, memory access balance, and parallelism. In this work, we compare NumaGiC with Parallel Scavenge and some of its incrementally improved variants on two different ccNUMA architectures running on the Hotspot Java Virtual Machine of OpenJDK 7. On Spark and Neo4j, two industry-strength analytics applications, with heap sizes ranging from 160 GB to 350 GB, and on SPECjbb2013 and SPECjbb2005, NumaGiC improves overall performance by up to 94% over Parallel Scavenge, and increases the performance of the collector itself by up to 5.4× over Parallel Scavenge. In terms of scalability of GC throughput with increasing number of NUMA nodes, NumaGiC scales substantially better than Parallel Scavenge for all the applications. In fact in case of SPECjbb2005, where inter-node object references are the least among all, NumaGiC scales almost linearly
Rossignon, Corentin. „Un modèle de programmation à grain fin pour la parallélisation de solveurs linéaires creux“. Thesis, Bordeaux, 2015. http://www.theses.fr/2015BORD0094/document.
Der volle Inhalt der QuelleSolving large sparse linear system is an essential part of numerical simulations. These resolve can takeup to 80% of the total of the simulation time.An efficient parallelization of sparse linear kernels leads to better performances. In distributed memory,parallelization of these kernels is often done by changing the numerical scheme. Contrariwise, in sharedmemory, a more efficient parallelism can be used. It’s necessary to use two levels of parallelism, a first onebetween nodes of a cluster and a second inside a node.When using iterative methods in shared memory, task-based programming enables the possibility tonaturally describe the parallelism by using as granularity one line of the matrix for one task. Unfortunately,this granularity is too fine and doesn’t allow to obtain good performance.In this thesis, we study the granularity problem of the task-based parallelization. We offer to increasegrain size of computational tasks by creating aggregates of tasks which will become tasks themself. Thenew coarser task graph is composed by the set of these aggregates and the new dependencies betweenaggregates. Then a task scheduler schedules this new graph to obtain better performance. We use as examplethe Incomplete LU factorization of a sparse matrix and we show some improvements made by this method.Then, we focus on NUMA architecture computer. When we use a memory bandwidth limited algorithm onthis architecture, it is interesting to reduce NUMA effects. We show how to take into account these effects ina task-based runtime in order to improve performance of a parallel program
Francesquini, Emilio de Camargo. „Ambientes de execução para o modelo de atores em plataformas hierárquicas de memória compartilhada com processadores de múltiplos núcleos“. Universidade de São Paulo, 2014. http://www.teses.usp.br/teses/disponiveis/45/45134/tde-09092014-163810/.
Der volle Inhalt der QuelleThe actor model is present in several mission-critical systems, such as those supporting WhatsApp and Facebook Chat. These systems serve thousands of clients simultaneously, therefore demanding substantial computing resources usually provided by multi-processor and multi-core platforms. Non-Uniform Memory Access (NUMA) architectures account for an important share of these platforms. Yet, research on the suitability of the current actor runtime environments for these machines is very limited. Current runtime environments, in general, assume a flat memory space, thus not performing as well as they could. In this thesis we study the challenges hierarchical shared memory multi-core platforms present to actor runtime environments. In particular, we investigate aspects related to memory management, scheduling, and load-balancing. In this document, we analyze and characterize actor based applications to, in light of the above, propose improvements to actor runtime environments. This analysis highlighted the existence of peculiar communication structures. We argue that the comprehension of these structures and the knowledge about the underlying hardware architecture can be used in tandem to improve application performance. As a proof of concept, we implemented our proposal using a real actor runtime environment, the Erlang Virtual Machine (VM). Concurrency in Erlang is based on the actor model and the language has a consistent syntax for actor handling. Our modifications to the Erlang VM significantly improved the performance of some applications thanks to better informed decisions on scheduling and on load-balancing.
Santos, Jonatan de Souza [UNESP]. „A sátira limabarretiana em Numa e a Ninfa“. Universidade Estadual Paulista (UNESP), 2016. http://hdl.handle.net/11449/139449.
Der volle Inhalt der QuelleApproved for entry into archive by Ana Paula Grisoto (grisotoana@reitoria.unesp.br) on 2016-06-13T12:40:21Z (GMT) No. of bitstreams: 1 santos_js_me_arafcl.pdf: 549638 bytes, checksum: 25e15f822152021e6c53dc62be038109 (MD5)
Made available in DSpace on 2016-06-13T12:40:21Z (GMT). No. of bitstreams: 1 santos_js_me_arafcl.pdf: 549638 bytes, checksum: 25e15f822152021e6c53dc62be038109 (MD5) Previous issue date: 2016-05-30
Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq)
No presente trabalho buscamos compreender como a sátira se constrói no romance Numa e a Ninfa, publicado pela primeira vez no jornal A Noite, no ano de 1915, por Lima Barreto. Na análise da construção do narrador irônico que movimenta a perspectiva satírica no romance, problematiza-se a representação da realidade política brasileira do início do século XX na obra do autor, ressaltando o tratamento dado aos temas da reforma arquitetônica ocorrida no Rio de Janeiro, do preconceito que permaneceu mesmo após a Lei Áurea, da ascensão do capitalismo nos anos iniciais da República, da imprensa que se tornou vítima da influência capitalista, da maneira como o autor de Triste Fim de Policarpo Quaresma viu a sociedade carioca de seu tempo sem deixar de anunciar seu pensamento sobre a comunhão proposta à humanidade. Nesse sentido, consideramos como a sátira se realizou no Pré-Modernismo, antes de tudo retomando suas definições, lembrando textos publicados em revistas como O Pirralho, Revista Fon! Fon!, especialmente o artigo “Urupês”, de Monteiro Lobato. Ao reconhecer esses aspectos, realizamos a análise do romance, ressaltando os personagens caricaturizados, a ironia do narrador, a desmistificação dos personagens que representam líderes políticos e as perspectivas utópicas do autor que são antevistas na norma satírica, que desconstrói o status quo em favor de uma nova ordem.
En el presente trabajo buscamos comprender como la sátira se construye en la novela Numa e a Ninfa, publicado por primera vez en el periodico A Noite, el año 1915, por Lima Barreto. En el análisis de la construcción del narrador irónico que mueve la perspectiva satírica en la novela, se problematiza la representación de la realidad política brasileña del principio del siglo XX en la obra del autor, resaltando el tratamiento dado a los temas de la reforma arquitectónica que se ocurrió en Río de Janeiro, del prejuicio que se ha permanecido mismo tras la Ley Áurea, del ascenso del capitalismo en los años iniciales de la República, de la prensa que se torna víctima de las influencias capitalistas, de la manera como el autor de Triste fim de Policarpo Quaresma miró la sociedad carioca de su tiempo jamás olvidándose de expresar su pensamiento acerca de la comunión propuesta a la humanidad. Por lo tanto, consideramos como la sátira se realizó en el Pré-Modernismo, al comprender sus definiciones por medio de los textos publicados en periódicos como O Pirralho, Revista Fon! Fon!, y de manera especial el artículo “Urupês”, de Monteiro Lobato. Al reconocer esos aspectos, realizamos el análisis de la novela, destacando los personajes caricaturizados, la ironía del narrador, la desmitificación de los personajes que representan líderes políticos y las perspectivas utópicas del autor que son antevistas en la norma satírica, que desconstruye el status quo em favor de un nuevo orden.
CNPq: 134001/2014-1
Turner, Darryl John. „The morphosyntax of Katcha nominals : a Dynamic Syntax account“. Thesis, University of Edinburgh, 2016. http://hdl.handle.net/1842/21003.
Der volle Inhalt der QuelleBjörk, Amanda. „numb grounds gas“. Thesis, Konstfack, Institutionen för Konst (K), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:konstfack:diva-7777.
Der volle Inhalt der QuelleDupros, Fabrice. „Contribution à la modélisation numérique de la propagation des ondes sismiques sur architectures multicœurs et hiérarchiques“. Thesis, Bordeaux 1, 2010. http://www.theses.fr/2010BOR14147/document.
Der volle Inhalt der QuelleOne major goal of strong motion seismology is the estimation of damage in future earthquake scenarios. Simulation of large scale seismic wave propagation is of great importance for efficient strong motion analysis and risk mitigation. Being particularly CPU-consuming, this three-dimensional problem makes use of high-performance computing technologies to make realistic simulation feasible on a regional scale at relatively high frequencies.Several evolutions at the chip level have an important impact on the performance of classical implementation of seismic applications. The trend in parallel computing is to increase the number of cores available at the shared-memory level with possible non-uniform cost of memory accesses. The increasing number of cores per processor and the effort made to overcome the limitation of classical symmetric multiprocessors SMP systems make available a growing number of NUMA (Non Uniform Memory Access) architecture as computing node. We therefore need to consider new approaches more suitable to such parallel systems.This PhD work addresses both the algorithmic issues and the integration of efficient programming models for multicore architectures. The proposed contributions are validated with two large scale examples. The first case is the modeling of the 2007 Niigata-Chuetsu, Japan earthquake based on the finite differences numerical method. The second example considers a potential seismic event in the Nice sedimentary basin in the French Riviera. The finite elements method is used and the nonlinear soil behavior is taken into account
Sid, Lakhdar Mohamed Wissam. „Scaling the solution of large sparse linear systems using multifrontal methods on hybrid shared-distributed memory architectures“. Thesis, Lyon, École normale supérieure, 2014. http://www.theses.fr/2014ENSL0958/document.
Der volle Inhalt der QuelleThe solution of sparse systems of linear equations is at the heart of numerous applicationfields. While the amount of computational resources in modern architectures increases and offersnew perspectives, the size of the problems arising in today’s numerical simulation applicationsalso grows very much. Exploiting modern architectures to solve very large problems efficiently isthus a challenge, from both a theoretical and an algorithmic point of view. The aim of this thesisis to address the scalability of sparse direct solvers based on multifrontal methods in parallelasynchronous environments.In the first part of this thesis, we focus on exploiting multi-threaded parallelism on sharedmemoryarchitectures. A variant of the Geist-Ng algorithm is introduced to handle both finegrain parallelism through the use of optimized sequential and multi-threaded BLAS libraries andcoarser grain parallelism through explicit OpenMP based parallelization. Memory aspects arethen considered to further improve performance on NUMA architectures: (i) on the one hand,we analyse the influence of memory locality and exploit adaptive memory allocation strategiesto manage private and shared workspaces; (ii) on the other hand, resource sharing on multicoreprocessors induces performance penalties when many cores are active (machine load effects) thatwe also consider. Finally, in order to avoid resources remaining idle when they have finishedtheir share of the work, and thus, to efficiently exploit all computational resources available, wepropose an algorithm wich is conceptually very close to the work-stealing approach and whichconsists in dynamically assigning idle cores to busy threads/activities.In the second part of this thesis, we target hybrid shared-distributed memory architectures,for which specific work to improve scalability is needed when processing large problems. We firststudy and optimize the dense linear algebra kernels used in distributed asynchronous multifrontalmethods. Simulation, experimentation and profiling have been performed to tune parameterscontrolling the algorithm, in correlation with problem size and computer architecture characteristics.To do so, right-looking and left-looking variants of the LU factorization with partialpivoting in our distributed context have been revisited. Furthermore, when computations are acceleratedwith multiple cores, the relative weight of communication with respect to computationis higher. We explain how to design mapping algorithms minimizing the communication betweennodes of the dependency tree of the multifrontal method, and show that collective asynchronouscommunications become critical on large numbers of processors. We explain why asynchronousbroadcasts using standard tree-based communication algorithms must be used. We then showthat, in a fully asynchronous multifrontal context where several such asynchronous communicationtrees coexist, new synchronization issues must be addressed. We analyse and characterizethe possible deadlock situations and formally establish simple global properties to handle deadlocks.Such properties partially force synchronization and may limit performance. Hence, wedefine properties which enable us to relax synchronization and thus improve performance. Ourapproach is based on the observation that, in our case, as long as memory is available, deadlockscannot occur and, consequently, we just need to keep enough memory to guarantee thata deadlock can always be avoided. Finally, we show that synchronizations can be relaxed in astate-of-the-art solver and illustrate the performance gains on large real problems in our fullyasynchronous multifrontal approach
Faverge, Mathieu. „Ordonnancement hybride statique-dynamique en algèbre linéaire creuse pour de grands clusters de machines NUMA et multi-coeurs“. Thesis, Bordeaux 1, 2009. http://www.theses.fr/2009BOR13922/document.
Der volle Inhalt der QuelleNew supercomputers incorporate many microprocessors which include themselves one or many computational cores. These new architectures induce strongly hierarchical topologies. These are called NUMA architectures. Sparse direct solvers are a basic building block of many numerical simulation algorithms. They need to be adapted to these new architectures with Non Uniform Memory Accesses. We propose to introduce a dynamic scheduling designed for NUMA architectures in the PaStiX solver. The data structures of the solver, as well as the patterns of communication have been modified to meet the needs of these architectures and dynamic scheduling. We are also interested in the dynamic adaptation of the computation grain to use efficiently multi-core architectures and shared memory. Experiments on several numerical test cases will be presented to prove the efficiency of the approach on different architectures
Estrela, João. „Implementação de técnicas de Eficiência Energética numa Unidade da Força Aérea“. Master's thesis, Academia da Força Aérea, 2015. http://hdl.handle.net/10400.26/11658.
Der volle Inhalt der QuelleKyriazis, George. „THE ENDOCYTIC PROTEIN NUMB REGULATES APP METABOLISM AND NOTCH SIGNALING: IMPLICATIONS FOR ALZHEIMER'S DISEASE“. Doctoral diss., University of Central Florida, 2008. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/3737.
Der volle Inhalt der QuellePh.D.
Department of Biomolecular Science
Burnett College of Biomedical Sciences
Biomedical Sciences PhD
Clet-Ortega, Jérôme. „Exploitation efficace des architectures parallèles de type grappes de NUMA à l’aide de modèles hybrides de programmation“. Thesis, Bordeaux 1, 2012. http://www.theses.fr/2012BOR14514/document.
Der volle Inhalt der QuelleModern computing servers usually consist in clusters of computers with several multi-core CPUs featuring a highly hierarchical hardware design. The major challenge of the programming models implementations is to efficiently take benefit from these servers. Combining two type of models, like MPI and OpenMP, is a current trend to reach this point. However these programming models haven't been designed to work together and that leads to performance issues. In this thesis, we propose to assist the programmer who develop hybrid applications. We lean on an analysis of the computing system architecture in order to set the number of processes and threads. Rather than a classical hybrid approach, that is to say creating one multithreaded MPI process per node, we automatically evaluate alternative solutions, with several multithreaded processes per node, better fitted to modern computing systems
Didelot, Sylvain. „Improving memory consumption and performance scalability of HPC applications with multi-threaded network communications“. Thesis, Versailles-St Quentin en Yvelines, 2014. http://www.theses.fr/2014VERS0029/document.
Der volle Inhalt der QuelleA recent trend in high performance computing shows a rising number of cores per compute node, while the total amount of memory per compute node remains constant. To scale parallel applications on such large machines, one of the major challenges is to keep a low memory consumption. This thesis develops a multi-threaded communication layer over Infiniband which provides both good performance of communications and a low memory consumption. We target scientific applications parallelized using the MPI standard in pure mode or combined with a shared memory programming model. Starting with the observation that network endpoints and communication buffers are critical for the scalability of MPI runtimes, the first contribution proposes three approaches to control their usage. We introduce a scalable and fully-connected virtual topology for connection-oriented high-speed networks. In the context of multirail configurations, we then detail a runtime technique which reduces the number of network connections. We finally present a protocol for dynamically resizing network buffers over the RDMA technology. The second contribution proposes a runtime optimization to enforce the overlap potential of MPI communications, showing a 2x improvement factor on communications. The third contribution evaluates the performance of several MPI runtimes running a seismic modeling application in a hybrid context. On large compute nodes up to 128 cores, the introduction of OpenMP in the MPI application saves up to 17 % of memory. Moreover, we show a performance improvement with our multi-threaded communication layer where the OpenMP threads concurrently participate to the MPI communications
Monteiro, Florbela Martins. „Controlo interno numa IPSS“. Master's thesis, Instituto Politécnico de Tomar, 2013. http://hdl.handle.net/10400.26/6569.
Der volle Inhalt der QuelleMartins, Jose Arthur. „Polimero numa rede unidimensional“. reponame:Repositório Institucional da UFSC, 1994. http://repositorio.ufsc.br/xmlui/handle/123456789/76032.
Der volle Inhalt der QuelleMade available in DSpace on 2012-10-16T06:44:02Z (GMT). No. of bitstreams: 0Bitstream added on 2016-01-08T19:13:43Z : No. of bitstreams: 1 97849.pdf: 1076846 bytes, checksum: 52cf48fe38bae28537d4ab9fd88b8593 (MD5)
Consideramos um modelo para um polímero dirigido numa rede unidimensiol da largura 2, com interações atrativas entre monômeros que ocupam sítios primeiros vizinhos na rede sem serem consecutivos ao longo da cadeia. Mostramos que este modelo pode ser mapeado no modelo de Ising unidimensional com interações de primeiros e segundos vizinhos. Analisamos o comportamento cinético do modelo na região do diagrama de fases em que o estado fundamental não apresenta frustação a partir de uma hipótese do tipo Glauber para a evolução temporal das configurações do modelo. Para desacoplar as equações de evolução temporal do modelo, recorremos à aproximação de pares. Nesta aproximação mostramos que o valor do expoente crítico dinâmico apresenta uma dependência da razão das intensidades das interações entre spins segundos e primeiros vizinhos.
Casadinho, Anabela Gertrudes Vaqueirinho Bilro. „Um estudo numa IPSS“. Master's thesis, Universidade de Évora, 2014. http://hdl.handle.net/10174/12230.
Der volle Inhalt der QuelleDinis, Pedro Daniel Oliveira. „Empreendedorismo : estagiar numa startup“. Master's thesis, FEUC, 2015. http://hdl.handle.net/10316/30121.
Der volle Inhalt der QuelleO empreendedorismo é um tema cada vez mais comum. Este fenómeno, se é que lhe posso dar esse nome, tem vindo a crescer exponencialmente nos últimos tempos. Hoje em dia, grande parte dos jovens sonha em criar a sua própria empresa ou criar algo inovador, tornando-se assim empreendedores. Confesso que eu próprio partilho esse mesmo sonho. No decorrer do meu estágio na Dascat Software, entre o mês de Fevereiro de Junho de 2015, tive a possibilidade de trabalhar no desenvolvimento de um projeto empreendedor, podendo assim conhecer de perto a realidade de quem tenta transformar uma ideia em algo concreto, dando início a uma nova empresa. Como tal, este relatório pretende dar a conhecer essa minha experiência dentro da Dascat e a minha perspetiva sobre o empreendedorismo e sobre a ação empreendedora. Para isso, decidi abordar a temática do empreendedorismo e demonstrar os principais influenciadores da ação empreendedora e os requisitos para que essa ação seja bem-sucedida.
Constantino, Tânia Cristina Letras. „Assédio moral numa estrutura autárquica“. Master's thesis, Escola Superior de Ciências Empresariais, 2012. http://hdl.handle.net/10400.26/4599.
Der volle Inhalt der QuelleO nosso estudo teve como objectivo avaliar a existência, intensidade e frequência de condutas de assédio moral, bem como suas consequências nos trabalhadores que desenvolvem as suas actividades numa Estrutura Autárquica situada na Margem Sul do Tejo. A amostra produtora de dados é constituída por 100 indivíduos, dos quais 42% são do género masculino e 51% do género feminino. Os dados foram recolhidos em dois momentos o primeiro através do Questionário sobre Assédio Moral (QAM) e o segundo momento através de uma entrevista efectuada a alguns responsáveis da autarquia. Os dados obtidos revelam a existência, em percentagens pouco expressivas, de diversos tipos de ataques: laborais ao nível da distribuição de tarefas e das condições de trabalho, bem como criticas insidiosas sobre as actividades profissionais das vitimas; às relações sociais durante as actividades de trabalho, através de isolamento, desconsideração pessoal e ofensas à vida privada; à saúde mental; ataques físicos; verbais, quer explícitos, quer implícitos; raciais; religiosos e políticos, e ainda de natureza sexual. Foram identificadas as direcções do assédio, bem como o tempo de duração e os apoios recebidos. Neste trabalho, procurámos ainda identificar os efeitos nas vítimas e o modo como lidam com a situação, como também apresentamos a leitura de alguns responsáveis da autarquia sobre esta problemática.
The purpose of this study is to evaluate the intensity, frequency of the moral harassment conducts, as well as to its consequences in workers that carry their activities in an autarchy structure, in the south shore of the Tejo's River. The data's productive specimen is constituted by 100 individuals, 42% male and 51% females. The data were collected between two periods: the 1st one was gathered through a questionnaire concerning the moral harassment (QAM); while the 2nd period was gathered through an interview with the top representatives of the autarchy. The data reached revealed, in percentages not that significant, several types of assaults: in the working matter, the sieges happened during the distribution of chores as well as in the condition of work, with insidious criticism around the professional activities of the victims; another kind of assault were over social relations during work, through seclusion, personal slight and offenses of their personal life; other attacks to their mental health, physical, verbal (whether explicit or implicit), racial, religious or politics, and as to their sexual nature. We identify the types of harassment, as well as the duration and supports received by the victims. In this written work, we sought the effects in victims and how they deal with it, presenting some reading material concerning this problem provided by the top responsible of the autarchy.
Pereira, Antonieta Eugénia Sá. „Avaliação Patrimonial numa Perspectiva Fiscal“. Dissertação, Faculdade de Economia da Universidade do Porto, 2009. http://hdl.handle.net/10216/45442.
Der volle Inhalt der QuelleRocha, Idorindo Vasconcelos da. „O carvão numa economia nacional“. Dissertação, Porto : [Edição do Autor], 1997. http://aleph.letras.up.pt/F?func=find-b&find_code=SYS&request=000059727.
Der volle Inhalt der QuelleCardoso, Aparecida. „Gestão participativa numa escola comunitaria“. [s.n.], 1995. http://repositorio.unicamp.br/jspui/handle/REPOSIP/253805.
Der volle Inhalt der QuelleDissertação (mestrado) - Universidade Estadual de Campinas, Faculdade de Educação
Made available in DSpace on 2018-07-20T12:26:56Z (GMT). No. of bitstreams: 1 Cardoso_Aparecida_M.pdf: 4463262 bytes, checksum: b8ccb68daabce1edc4aad71a03ef93be (MD5) Previous issue date: 1995
Resumo: O trabalho procura analisar a participação dos pais, professores, alunos e funcionários de uma escola comunitária, com base na representatividade e não representatividade dos membros do Conselho Comunitário. Esta análise baseia-se num (levantamento das opiniões dessas pessoas envolvidas na escola a respeito do que acontece na realidade quanto à gestão participativa. As escolas comunitárias e/ou cooperativas surgem para contestar os pacotes educacionais do regime autoritário e para o desenvolvimento de uma forma de trabalho na escola. As tentativas dessas experiências de gestão participativa, apesar de limitadas e isoladas, vêm se intensificando. Numa perspectiva de escola comunitária têm-se como ponto central o trabalho cooperativo das pessoas envolvidas no processo escolar. Existem também certos valores como articulação, co-manutenção, co-gestão que necessitam ser relevantes durante o processo do trabalho e que muitas vezes na prática do dia a dia aparecem de forma ambígua o desenvolvimento do trabalho procura mostrar que para superar a prática individualista no interior da escola, é necessário uma proposta de trabalho que atenda as necessidades do coletivo. E para a realização deste trabalho coletivo é preciso uma maior conscientização da importância e da necessidade da participação das pessoas no processo educativo. A proposta do trabalho de gestão participativa constitui numa superação da forma de trabalho individualista para buscar a forma de trabalho cooperativo e solidário, ampliando os espaços de participação como também o de dar oportunidade às pessoas para que possam co-responsavelmente conquistar e ocupar seus espaços nas tomadas de decisões dentro da escola
Mestrado
Administração e Supervisão Educacional
Mestre em Educação
Pereira, Antonieta Eugénia Sá. „Avaliação Patrimonial numa Perspectiva Fiscal“. Master's thesis, Faculdade de Economia da Universidade do Porto, 2009. http://hdl.handle.net/10216/45442.
Der volle Inhalt der QuelleRocha, Idorindo Vasconcelos da. „O carvão numa economia nacional“. Master's thesis, Porto : [Edição do Autor], 1997. http://hdl.handle.net/10216/19423.
Der volle Inhalt der QuelleAnastácio, Inês Rosário. „As relações públicas numa empresa“. Master's thesis, FEUC, 2015. http://hdl.handle.net/10316/29686.
Der volle Inhalt der QuelleAs Relações Públicas são, cada vez mais, um meio para as empresas progredirem e serem bem sucedidas. O presente trabalho propõe-se a analisar como o trabalho de Relações Públicas pode integrar a estratégia de uma organização de modo a contribuir para o posicionamento estratégico que esta pretende. Uma vez que se trata de um Relatório de Estágio, o presente trabalho integra a descrição da entidade onde foi realizado, a Active Space Technologies, S.A.. É na integração destes dois conceitos – as Relações Públicas e a organização - que nasce o tema e a finalidade deste relatório. Assim, procura-se compreender o propósito do trabalho de Relações Públicas, as suas contribuições, assim como, a sua inserção estratégica no contexto organizacional. Ainda neste contexto, é possível demonstrar a pertinência dos conceitos teóricos após a aplicação das teorias expostas na implementação de um projeto de Relações Públicas. No âmbito deste trabalho, foi também identificado um conjunto de aspetos suscetíveis de melhorias. As Relações Públicas, quando consubstanciadas por objetivos estrategicamente definidos possibilitará a criação de uma imagem sólida e credível, boa reputação, levando dessa forma à obtenção de bons resultados organizacionais. Fica ainda a expetativa de que se compreenda a pertinência das Relações Públicas e se veja nesta área uma abordagem capaz de criar valor e sustentabilidade organizacional.
Franco, João Miguel Vala. „As relações públicas numa organização“. Master's thesis, FEUC, 2016. http://hdl.handle.net/10316/33192.
Der volle Inhalt der QuelleApesar de vivermos no século das tecnologias, as Relações Públicas são, cada vez mais, uma ferramenta chave para o progresso e sucesso das empresas. Ao longo deste relatório será analisado o tema das Relações Públicas e como elas devem fazer parte da estratégia das organizações, para que se possa melhorar o posicionamento estratégico de cada uma. Este documento consiste em um Relatório de Estágio realizado entre 14 de setembro de 2015 e 15 de janeiro de 2016 e deste modo, para além de uma revisão da literatura inclui também a descrição da empresa, a Active Space Technologies, S.A. e das tarefas ai desenvolvidas. Assim, o objetivo deste relatório é precisamente relacionar as Relações Públicas com a Active Space Technologies. Pretende-se entender o propósito do trabalho das Relações Públicas e a sua importância na estratégia organizacional de uma empresa. Pretende-se também analisar os seus conceitos teóricos e aplicá-los na implementação dos projetos desenvolvidos na área das Relações Públicas. Serão também abordados alguns pontos que poderão ser melhorados na prática da empresa. Um dos deveres das Relações Públicas é criar uma boa imagem, sólida e que ofereça credibilidade aos seus públicos, fazendo com que a empresa obtenha melhores resultados organizacionais. Esta é uma área muitas vezes desvalorizada nas organizações e o objetivo deste relatório é tentar mudar essa filosofia.
Monteiro, Helena Adelaide Dias. „Vulvodinia numa população jovem universitária“. Master's thesis, Universidade da Beira Interior, 2013. http://hdl.handle.net/10400.6/1483.
Der volle Inhalt der QuelleIntroduction: Vulvodynia is the terminology used by ISSVD to define a chronic pain disorder located in the vulvar area, with more than 3 months length that could be described as provoked, unprovoked or both. Although previously thought to be rare, recent studies suggest an estimated prevalence of 3 to 18,5% of women of all ages. The majority of women who suffer from vulvodynia continue to be underdiagnosed and so improperly treated. Aim: To determine the prevalence and epidemiologic factors associated to vulvodynia in young women. Methods: Cross-sectional research, drafted in a quantitative descriptive caraway with analytical component of data. To collect data, an anonymous questionnaire was handed out to UBI students with ages between 17 and 28 years, selected by a non probabilistic sampling. The questionnaire was divided in three sections: 1) socio-demographic data, 2) obstetrics, gynecology and sexual background and 3) vulvar pain. The data were analyzed using Microsoft Excel® 2007 and SPSS® - version 20 for Windows® and were considered significant at p<0,05. We resorted to the test of independence Chi-square to analyze the relationships between variables. Results: From the total of validated questionnaires (n=752), 312 of the women (41,5%) reported vulvar pain complains in some point of their life, 68 of the women (9%) reported vulvar pain at the time of the questionnaire application but only 41 (5,5%) of the surveyed meet vulvodynia’s criteria. The presence of vulvodynia has shown a significant impact on the quality of life and the sexual activity of the surveyed (p<0,05). However, from the women who refer pain at the time of the questionnaire filling (n=68) only 23 (34%) women reported having sought medical care and 5 (7,4%) had consulted two or more clinicians. Conclusion: In our group of young women, we estimated the prevalence of vulvodynia in 5.5%.
Rodrigues, Cláudia Raquel Laurêncio. „Intervenção psicomotora numa comunidade terapêutica“. Master's thesis, Universidade de Évora, 2022. http://hdl.handle.net/10174/31709.
Der volle Inhalt der QuelleHernández, Ribera Jordi 1988. „Regulation of NUMB alternative splicing by RBM10 and control of cancer cell proliferation“. Doctoral thesis, Universitat Pompeu Fabra, 2016. http://hdl.handle.net/10803/458766.
Der volle Inhalt der QuelleL’empalmament alternatiu del pre-mARN de NUMB, un regulador de Notch, varia entre dos isoformes que promouen (inclusió de l’exó 9) o prevenen (salt de l’exó 9) la proliferació cel•lular. Hem estudiat la regulació de l’empalmament alternatiu de NUMB controlada per RBM10, una proteïna d’unió al ARN freqüentment mutada en càncer de pulmó. L’estudi de variants d’RBM10 associades a càncer revela dominis i residus importants per a la funció de RBM10. Mitjançant anàlisis estructurals i funcionals hem identificat residus al RRM2 que, quan mutats, no comprometen la unió al ARN però són incapaços d’alterar la regulació de l’exó 9 de NUMB. Anàlisis de co-immunoprecipitació i espectrometria de masses assenyalen interactors que inclouen U2 snRNP i PRP19 que ens permeten proposar un mecanisme de repressió del lloc d’empalmament al 3’ reprimit per RBM10.