Easybuild Documentation Release 20170109.01

Total Page:16

File Type:pdf, Size:1020Kb

Easybuild Documentation Release 20170109.01 EasyBuild Documentation Release 20170109.01 Ghent University Fri, 27 Jan 2017 16:57:55 Contents 1 Introductory topics 3 1.1 What is EasyBuild?.........................................3 1.2 Concepts and terminology......................................4 1.2.1 EasyBuild framework....................................4 1.2.2 Easyblocks.........................................4 1.2.3 Toolchains..........................................5 1.2.4 Easyconfig files.......................................6 1.2.5 Extensions..........................................6 1.3 Typical workflow example: building and installing WRF......................6 1.3.1 Searching for available easyconfigs files..........................7 1.3.2 Getting an overview of planned installations........................7 1.3.3 Installing a software stack.................................8 2 Getting started 9 2.1 Installing EasyBuild.........................................9 2.1.1 Requirements........................................9 2.1.2 Bootstrapping EasyBuild.................................. 10 2.1.3 Advanced bootstrapping options.............................. 13 2.1.4 Updating an existing EasyBuild installation........................ 14 2.1.5 Dependencies........................................ 15 2.1.6 Sources........................................... 17 2.1.7 In case of installation issues.................................. 17 2.2 Configuring EasyBuild........................................ 18 2.2.1 Supported configuration types............................... 18 2.2.2 Overview of current configuration (--show-config, --show-full-config).. 22 2.2.3 Available configuration settings.............................. 23 3 Basic usage topics 29 3.1 Using the EasyBuild command line................................. 29 3.1.1 Specifying builds...................................... 29 3.1.2 Commonly used command line options.......................... 31 3.2 Writing easyconfig files: the basics................................. 39 3.2.1 What is an easyconfig (file)?................................ 39 3.2.2 Available easyconfig parameters.............................. 40 3.2.3 Mandatory easyconfig parameters............................. 40 3.2.4 Common easyconfig parameters.............................. 40 3.2.5 Tweaking existing easyconfig files............................. 45 3.2.6 Dynamic values for easyconfig parameters......................... 45 3.2.7 Contributing back...................................... 45 3.3 Understanding EasyBuild logs.................................... 46 3.3.1 Basic information...................................... 46 3.3.2 Navigating log files..................................... 47 i 4 Advanced usage topics 49 4.1 Archived easyconfigs......................................... 49 4.1.1 Toolchain deprecation.................................... 49 4.1.2 Using --consider-archived-easyconfigs ................... 50 4.2 Common toolchains......................................... 50 4.2.1 Definition and motivation.................................. 50 4.2.2 Versioning scheme for common toolchains......................... 52 4.2.3 Update cycle for common toolchains............................ 52 4.2.4 Overview of common toolchains.............................. 52 4.2.5 Customizing common toolchains.............................. 53 4.3 Controlling compiler optimization flags............................... 53 4.3.1 Controlling target architecture specific optimizations via --optarch .......... 53 4.4 EasyBuild on Cray.......................................... 55 4.4.1 Test systems......................................... 56 4.4.2 EasyBuild toolchains.................................... 56 4.4.3 What works already?.................................... 56 4.4.4 Required EasyBuild configuration............................. 57 4.4.5 Major supported/tested applications............................ 57 4.5 Experimental features........................................ 58 4.6 Extended dry run........................................... 58 4.6.1 Important notes....................................... 59 4.6.2 Overview of dry run mechanism.............................. 60 4.6.3 Guidelines for easyblocks.................................. 66 4.6.4 Example output....................................... 69 4.7 Including additional Python modules (--include-*)...................... 69 4.7.1 General aspects of --include-* options........................ 70 4.7.2 Including additional easyblocks (--include-easyblocks)............. 70 4.7.3 Including additional module naming schemes (--include-module-naming-schemes) 71 4.7.4 Including additional toolchains (--include-toolchains).............. 71 4.8 Integration with GitHub....................................... 72 4.8.1 Requirements........................................ 72 4.8.2 Configuration........................................ 73 4.8.3 Checking status of GitHub integration (--check-github)............... 74 4.8.4 Using easyconfigs from pull requests (--from-pr)................... 75 4.8.5 Uploading test reports (--upload-test-report).................. 77 4.8.6 Reviewing easyconfig pull requests (--review-pr).................. 78 4.8.7 Submitting new and updating pull requests (--new-pr, --update-pr)....... 79 4.9 Manipulating dependencies..................................... 84 4.9.1 Filtering out dependencies using --filter-deps ................... 84 4.9.2 Installing dependencies as hidden modules using --hide-deps ............ 84 4.9.3 Using minimal toolchains for dependencies........................ 85 4.10 Packaging support.......................................... 86 4.10.1 Prerequisites........................................ 86 4.10.2 Configuration options.................................... 87 4.10.3 Usage............................................ 87 4.10.4 Packaging existing installations............................... 88 4.11 Partial installations.......................................... 89 4.11.1 Stopping the installation procedure after a step using -s/--stop ............ 89 4.11.2 Installing additional extensions using -k/-skip ..................... 90 4.11.3 Only (re)generating (additional) module files using --module-only ......... 90 4.12 Support for RPATH......................................... 93 4.12.1 What is RPATH?...................................... 94 4.12.2 Why RPATH?........................................ 94 4.12.3 Enabling RPATH linking.................................. 94 4.12.4 Implementation....................................... 94 4.12.5 Filtering RPATH entries via --rpath-filter ..................... 95 4.12.6 Relation to $LD_LIBRARY_PATH ............................ 95 4.13 Submitting jobs using --job .................................... 96 ii 4.13.1 Quick introduction to --job ................................ 96 4.13.2 Configuring --job ..................................... 96 4.13.3 Usage of --job ...................................... 97 4.13.4 Examples.......................................... 98 4.14 Using external modules....................................... 101 4.14.1 Using external modules as dependencies.......................... 101 4.14.2 Metadata for external modules............................... 102 5 Other topics 105 5.1 Code style.............................................. 105 5.1.1 Notes............................................ 105 5.2 Unit tests............................................... 105 5.2.1 What the unit tests are not ................................. 106 5.2.2 Available unit test suites.................................. 106 5.2.3 Applications......................................... 107 5.2.4 Usage............................................ 107 5.3 Useful scripts............................................. 109 5.3.1 fix_broken_easyconfigs.py ........................... 110 5.3.2 install-EasyBuild-develop.sh ......................... 111 5.3.3 clean_gists.py .................................... 111 5.4 Deprecated functionality....................................... 111 5.4.1 Overview of deprecated functionality in EasyBuild version 3.0.2............. 111 5.4.2 Deprecation policy..................................... 112 5.4.3 How to check for use of deprecated functionality..................... 112 5.5 Removed functionality........................................ 113 5.5.1 Overview of removed functionality since EasyBuild v3.0................. 113 5.5.2 Overview of removed functionality since EasyBuild v2.0................. 114 6 Overview of version specific (auto-generated) documentation pages 123 7 Getting help 125 8 Lists and tables 127 9 Appendices 129 9.1 Changelog for EasyBuild documentation.............................. 129 9.2 Configuration Legacy........................................ 133 9.2.1 Porting from legacy configuration style.......................... 133 9.2.2 How EasyBuild used to be configured in the early days.................. 134 9.3 Available easyconfig parameters for EB_WRF........................... 135 9.4 List of easyblocks.......................................... 137 9.5 List of known toolchains....................................... 140 9.6 Alternative installation methods................................... 141 9.6.1 Standard installation of latest release............................ 141 9.6.2 Installation from downloaded sources........................... 143 9.6.3 Installation of latest release from GitHub......................... 143 9.6.4 Installation of latest development version......................... 143 9.6.5 Installation of latest
Recommended publications
  • Using the GNU Compiler Collection (GCC)
    Using the GNU Compiler Collection (GCC) Using the GNU Compiler Collection by Richard M. Stallman and the GCC Developer Community Last updated 23 May 2004 for GCC 3.4.6 For GCC Version 3.4.6 Published by: GNU Press Website: www.gnupress.org a division of the General: [email protected] Free Software Foundation Orders: [email protected] 59 Temple Place Suite 330 Tel 617-542-5942 Boston, MA 02111-1307 USA Fax 617-542-2652 Last printed October 2003 for GCC 3.3.1. Printed copies are available for $45 each. Copyright c 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being \GNU General Public License" and \Funding Free Software", the Front-Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled \GNU Free Documentation License". (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development. i Short Contents Introduction ...................................... 1 1 Programming Languages Supported by GCC ............ 3 2 Language Standards Supported by GCC ............... 5 3 GCC Command Options .........................
    [Show full text]
  • Secondary Structure Propensities in Peptide Folding Simulations: a Systematic Comparison of Molecular Mechanics Interaction Schemes
    Biophysical Journal Volume 97 July 2009 599–608 599 Secondary Structure Propensities in Peptide Folding Simulations: A Systematic Comparison of Molecular Mechanics Interaction Schemes Dirk Matthes and Bert L. de Groot* Department of Theoretical and Computational Biophysics, Computational Biomolecular Dynamics Group, Max-Planck-Institute for Biophysical Chemistry, Go¨ttingen, Germany ABSTRACT We present a systematic study directed toward the secondary structure propensity and sampling behavior in peptide folding simulations with eight different molecular dynamics force-field variants in explicit solvent. We report on the combi- national result of force field, water model, and electrostatic interaction schemes and compare to available experimental charac- terization of five studied model peptides in terms of reproduced structure and dynamics. The total simulation time exceeded 18 ms and included simulations that started from both folded and extended conformations. Despite remaining sampling issues, a number of distinct trends in the folding behavior of the peptides emerged. Pronounced differences in the propensity of finding prominent secondary structure motifs in the different applied force fields suggest that problems point in particular to the balance of the relative stabilities of helical and extended conformations. INTRODUCTION Molecular dynamics (MD) simulations are routinely utilized to that study, simulations of relatively short lengths were per- study the folding dynamics of peptides and small proteins as formed and the natively folded state was used as starting well as biomolecular aggregation. The critical constituents of point, possibly biasing the results (13). such molecular mechanics studies are the validity of the under- For folding simulations, such a systematic test has not lyingphysical models together with theassumptionsofclassical been carried out so far, although with growing computer dynamics and a sufficient sampling of the conformational power several approaches toward the in silico folding space.
    [Show full text]
  • The GNU Configure and Build System
    The GNU configure and build system Ian Lance Taylor Copyright c 1998 Cygnus Solutions Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the con- ditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another lan- guage, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. i Table of Contents 1 Introduction ............................... 1 1.1 Goals................................................... 1 1.2 Tools ................................................... 1 1.3 History ................................................. 1 1.4 Building ................................................ 2 2 Getting Started............................ 3 2.1 Write configure.in ....................................... 4 2.2 Write Makefile.am ....................................... 6 2.3 Write acconfig.h......................................... 7 2.4 Generate files ........................................... 8 2.5 Example................................................ 8 2.5.1 First Try....................................... 9 2.5.2 Second Try.................................... 10 2.5.3 Third
    [Show full text]
  • Molecular Dynamics Simulations in Drug Discovery and Pharmaceutical Development
    processes Review Molecular Dynamics Simulations in Drug Discovery and Pharmaceutical Development Outi M. H. Salo-Ahen 1,2,* , Ida Alanko 1,2, Rajendra Bhadane 1,2 , Alexandre M. J. J. Bonvin 3,* , Rodrigo Vargas Honorato 3, Shakhawath Hossain 4 , André H. Juffer 5 , Aleksei Kabedev 4, Maija Lahtela-Kakkonen 6, Anders Støttrup Larsen 7, Eveline Lescrinier 8 , Parthiban Marimuthu 1,2 , Muhammad Usman Mirza 8 , Ghulam Mustafa 9, Ariane Nunes-Alves 10,11,* , Tatu Pantsar 6,12, Atefeh Saadabadi 1,2 , Kalaimathy Singaravelu 13 and Michiel Vanmeert 8 1 Pharmaceutical Sciences Laboratory (Pharmacy), Åbo Akademi University, Tykistökatu 6 A, Biocity, FI-20520 Turku, Finland; ida.alanko@abo.fi (I.A.); rajendra.bhadane@abo.fi (R.B.); parthiban.marimuthu@abo.fi (P.M.); atefeh.saadabadi@abo.fi (A.S.) 2 Structural Bioinformatics Laboratory (Biochemistry), Åbo Akademi University, Tykistökatu 6 A, Biocity, FI-20520 Turku, Finland 3 Faculty of Science-Chemistry, Bijvoet Center for Biomolecular Research, Utrecht University, 3584 CH Utrecht, The Netherlands; [email protected] 4 Swedish Drug Delivery Forum (SDDF), Department of Pharmacy, Uppsala Biomedical Center, Uppsala University, 751 23 Uppsala, Sweden; [email protected] (S.H.); [email protected] (A.K.) 5 Biocenter Oulu & Faculty of Biochemistry and Molecular Medicine, University of Oulu, Aapistie 7 A, FI-90014 Oulu, Finland; andre.juffer@oulu.fi 6 School of Pharmacy, University of Eastern Finland, FI-70210 Kuopio, Finland; maija.lahtela-kakkonen@uef.fi (M.L.-K.); tatu.pantsar@uef.fi
    [Show full text]
  • Introduction to GROMOS
    CSCPB - Introduction to GROMOS Information: Prof. Dr. W.F. van Gunsteren Laboratory of Physical Chemistry, ETH-Z¨urich, 8092 Z¨urich, Switzerland Tel: +41-44-6325501 Fax: +41-44-6321039 e-mail: [email protected] Note: This MD tutorial is still under development. Please report any errors, incon- sistencies, obscurities or suggestions for improvements to [email protected]. Purpose: This molecular dynamics (MD) tutorial serves a number of objectives. These are to obtain experience with: • computer simulation in general • executing and understanding GROMOS • interpreting the results of computer simulations Version: SVN revision December 5, 2007 W.F.v.G., Z.G., J.D., A-P.K., C.C., N.S. 1 Required knowledge: Some knowledge about the following is required: • Computer programming languages: ability to read simple code (C++). • Computer operating system language of the machine on which the tutorial will be carried out: UNIX. Good books on MD are (Frenkel & Smit, 2002) and (Allen & Tildesley, 1987). 2 Contents 1 INTRODUCTION 4 1.1 The Lennard-Jones interaction . 4 1.2 Electrostatic interaction . 5 1.3 Periodic boundary conditions . 5 1.4 Newton’s equations of motion . 6 1.5 The leap-frog integration scheme . 7 1.6 Coupling to a temperature bath . 8 1.7 Pressure and the virial . 9 1.8 Center of mass motion . 9 1.9 Gaussian or Maxwellian distributions . 10 1.10 The radial distribution function g(r).................. 10 1.11 Units . 11 2 INSTALLATION OF GROMOS 12 2.1 System Requirements . 12 2.2 Getting and Installing GROMOSXX . 13 2.3 Getting and Installing GROMOS++ .
    [Show full text]
  • Qwikmd-Tutorial.Pdf
    University of Illinois at Urbana-Champaign Beckman Institute for Advanced Science and Technology Theoretical and Computational Biophysics Group Computational Biophysics Workshop QwikMD - Easy Molecular Dynamics with NAMD and VMD Tutorial by Rafael C. Bernardi, Till Rudack, Joao V. Ribeiro, Angela Barragan, Muyun Lihan, Rezvan Shahoei and Yi Zhang July 12 2017 QwikMD Developers: Joao V. Ribeiro Rafael C. Bernardi Till Rudack A current version of this tutorial is available at http://www.ks.uiuc.edu/Training/Tutorials/ CONTENTS 2 Contents 1 Introduction 3 1.1 NAMD . 3 1.2 QwikMD . 4 2 Required programs 4 2.1 For Linux/Mac Users: . 5 2.2 For Windows Users: . 5 3 Getting Started 5 4 Installing the Required Programs 6 4.1 VMD . 6 4.2 QwikMD . 6 4.3 NAMD . 6 5 Running my First Molecular Dynamics Simulation 7 5.1 Ubiquitin in implicit solvent . 8 5.1.1 Preparing structures and starting simulations . 9 5.1.2 Analyzing during a Live Simulation . 11 5.2 Ubiquitin in a Water Box . 12 5.2.1 Starting a New Simulation . 12 5.2.2 Creating a Salt Solution . 13 5.3 Running your Simulation outside of QwikMD . 14 6 Tackling common scientific problems 15 6.1 Cancer mutation in Ras . 16 6.2 HIV protease . 19 6.3 Proton transport through a membrane by bactheriorhodopsin . 25 7 Steered Molecular Dynamics 31 7.1 Biomolecular interactions during protein unfolding . 31 7.1.1 Preparing a SMD system . 32 7.1.2 Analyzing during a Live Simulation . 33 7.2 Setting-up steered molecular dynamics to study protein complex interaction .
    [Show full text]
  • Release 0.11 Todd Gamblin
    Spack Documentation Release 0.11 Todd Gamblin Feb 07, 2018 Basics 1 Feature Overview 3 1.1 Simple package installation.......................................3 1.2 Custom versions & configurations....................................3 1.3 Customize dependencies.........................................4 1.4 Non-destructive installs.........................................4 1.5 Packages can peacefully coexist.....................................4 1.6 Creating packages is easy........................................4 2 Getting Started 7 2.1 Prerequisites...............................................7 2.2 Installation................................................7 2.3 Compiler configuration..........................................9 2.4 Vendor-Specific Compiler Configuration................................ 13 2.5 System Packages............................................. 16 2.6 Utilities Configuration.......................................... 18 2.7 GPG Signing............................................... 20 2.8 Spack on Cray.............................................. 21 3 Basic Usage 25 3.1 Listing available packages........................................ 25 3.2 Installing and uninstalling........................................ 42 3.3 Seeing installed packages........................................ 44 3.4 Specs & dependencies.......................................... 46 3.5 Virtual dependencies........................................... 50 3.6 Extensions & Python support...................................... 53 3.7 Filesystem requirements........................................
    [Show full text]
  • Investigating the Dynamics of Aggregation in Chromophores Used in Organic Photovoltaics with the Help of Simulations
    Investigating the Dynamics of Aggregation in Chromophores used in Organic Photovoltaics with the Help of Simulations Von der Universität Bayreuth zur Erlangung des Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigte Abhandlung von Axel Bourdick geboren in Frankfurt am Main 1. Gutachter: Prof. Dr. Stephan Gekle 2. Gutachter: Prof. Dr. Stephan Kümmel Tag der Einreichung: 20.12.2019 Tag des Kolloquiums: 28.04.2020 When one experiences truth, the madness of finding fault with others disappears. - S. N. Goenka Contents 1 Summary1 2 Introduction6 2.1 Motivation of this dissertation . .6 2.2 Morphology . .8 2.3 Methological details . 12 2.3.1 Molecular dynamics simulations . 12 2.3.2 Free energy and umbrella sampling . 13 2.3.3 Metadynamics . 16 2.3.4 Density functional theory . 17 2.3.5 Model building . 18 3 Overview of the publications 20 3.1 Investigated systems . 20 3.2 Summary and scientific context . 22 3.3 Summary of individual publications . 26 3.3.1 Elucidating Aggregation Pathways in the Donor-Acceptor Type Molecules p-DTS(FBTTh2)2 and p-SIDT(FBTTh2)2 . 26 3.3.2 What is the role of planarity and torsional freedom for ag- gregation in a π-conjugated donor-acceptor model oligomer? 30 3.3.3 Directing the Aggregation of Native Polythiophene during in Situ Polymerization . 33 4 References 37 5 Publications 50 5.1 Elucidating Aggregation Pathways in the Donor-Acceptor Type Molecules p-DTS(FBTTh2)2 and p-SIDT(FBTTh2)2 ......... 52 5.2 What is the role of planarity and torsional freedom for aggregation in a π-conjugated donor-acceptor model oligomer? .
    [Show full text]
  • Gnu Libiberty September 2001 for GCC 3
    gnu libiberty September 2001 for GCC 3 Phil Edwards et al. Copyright c 2001 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”. i Table of Contents 1 Using ............................................ 1 2 Overview ........................................ 2 2.1 Supplemental Functions ........................................ 2 2.2 Replacement Functions ......................................... 2 2.2.1 Memory Allocation ........................................ 2 2.2.2 Exit Handlers ............................................. 2 2.2.3 Error Reporting ........................................... 2 2.3 Extensions ..................................................... 3 3 Obstacks......................................... 4 3.1 Creating Obstacks.............................................. 4 3.2 Preparing for Using Obstacks................................... 4 3.3 Allocation in an Obstack ....................................... 5 3.4 Freeing Objects in an Obstack.................................. 6 3.5 Obstack Functions and Macros ................................. 7 3.6 Growing Objects ............................................... 8 3.7 Extra Fast Growing Objects ...................................
    [Show full text]
  • 1 Australian Synchrotron
    EPICS Qt Update Paul Martin 1 Australian Synchrotron • 3GeV, 216m circumference synchrotron • 8 Beamlines • 12 Software Engineers • IMBL – Worlds Widest Beam - MRT Clinical Program – Safety Critical • Melbourne, Australia • Nearest other facilities: Taiwan, Thailand, Japan • 16th Most Urbanized Country • World’s most livable cities • Hosting ICALEPCS in 2015 2 Qt • Qt is a cross-platform application and UI framework for developers using C++ – Windows,OS X, Linux, Embedded Linux, Android, iOS, vxWorks, Win CE, Amiga OS • Open Source (LPGL v2.1) Qt Designer • Trolltech -> Nokia -> Digia, • Development tools: Qt Creator, Qt Designer, Qmake, Qt Linguist, Qt Assistant, Integration into Visual Studio • Rich set of Widgets and other classes (1000+), Qwt (125+) • Very Good Documentation, help, examples • All Qt Objects contain powerful object communication Qt Creator mechanism (Signal+Slots) • GUI Layout widgets • Qt Project: www.qt-project.org 3 EPICS Qt – Team • Started 2009 – Anthony Owen, Andrew Rhyder, Glenn Jackson • Joined 2011 – Andy Starritt • Joined 2012 – Ricardo Fernandez • Joined 2013 – Zai Wang (1 year contract) 4 EPICS Qt – Rapid GUI Development • Adds Channel Access to standard Qt Widgets and Data Classes • Rapid GUI Dev – Drag and Drop EPICS aware components in Qt Designer • Macro Substitutions for PV names and other GUI functions Qt Designer Channel Access running at design time .ui file – presented using QEGui on any platform (windows / linux) 5 EPICS Qt – Other App Types QCaString Qt Creator QCaInteger QCaFloating QCaByteArray
    [Show full text]
  • Pyqwt Documentation Release 5.2.1
    PyQwt Documentation Release 5.2.1 Gerard Vermeulen July 18, 2010 CONTENTS 1 Introduction 1 1.1 NumPy................................................1 1.2 Qwt..................................................2 1.3 PyQwt with NumPy.........................................2 1.4 Getting help.............................................4 2 Installation 5 2.1 Source Code Installation.......................................5 3 PyQwt Reference Guide 9 3.1 PyQt4.Qwt5 ............................................9 3.2 PyQt4.Qwt5.qplt ........................................ 16 3.3 PyQt4.Qwt5.grace ....................................... 18 4 Copyright 19 5 Indices and Tables 21 Python Module Index 23 Index 25 i ii CHAPTER ONE INTRODUCTION PyQwt is a set of Python bindings for the Qwt library featuring fast plotting of Python lists and tuples and the powerful multi-dimensional arrays provided by NumPy, the fundamental package for efficient scientific and engi- neering computing in Python. 1 1.1 NumPy The NumPy package extends Python with multi-dimensional arrays and a complete set of ‘standard’ functions and operators to manipulate the arrays. NumPy turns Python into is an ideal language experimental numerical and scientific computing (as powerful as APL, MatLab, IDL and others, but much more elegant). If you do not have a mathematical background, you can think of a 1-dimensional array as a column in a spread- sheet. The spreadsheet lets you change whole columns element by element in one single statement. In a similar way, NumPy lets you change whole arrays element by element in one single statement as illustrated by the fol- lowing snippet: >>> import numpy as np >>> x= np.arange(0.0, 10.0, 3.0) >>> y= np.sin(x) >>> x array([ 0., 3., 6., 9.]) >>> y array([ 0.
    [Show full text]
  • Vysoke´Ucˇenítechnicke´V Brneˇ
    VYSOKE´ UCˇ ENI´ TECHNICKE´ V BRNEˇ BRNO UNIVERSITY OF TECHNOLOGY FAKULTA INFORMACˇ NI´CH TECHNOLOGII´ U´ STAV INTELIGENTNI´CH SYSTE´ MU˚ FACULTY OF INFORMATION TECHNOLOGY DEPARTMENT OF INTELLIGENT SYSTEMS BEZDRA´TOVA´ SENZOROVA´ SI´Tˇ SESTAVENA´ Z KOMPONENT ARDUINO DIPLOMOVA´ PRA´ CE MASTER’S THESIS AUTOR PRA´ CE Bc. JAKUB Sˇ PLI´CHAL AUTHOR BRNO 2012 VYSOKE´ UCˇ ENI´ TECHNICKE´ V BRNEˇ BRNO UNIVERSITY OF TECHNOLOGY FAKULTA INFORMACˇ NI´CH TECHNOLOGII´ U´ STAV INTELIGENTNI´CH SYSTE´ MU˚ FACULTY OF INFORMATION TECHNOLOGY DEPARTMENT OF INTELLIGENT SYSTEMS BEZDRA´TOVA´ SENZOROVA´ SI´Tˇ SESTAVENA´ Z KOMPONENT ARDUINO WIRELESS SENSOR NETWORK WITH ARDUINO COMPONENTS DIPLOMOVA´ PRA´ CE MASTER’S THESIS AUTOR PRA´ CE Bc. JAKUB Sˇ PLI´CHAL AUTHOR VEDOUCI´ PRA´ CE Ing. JAN SAMEK, Ph.D. SUPERVISOR BRNO 2012 Abstrakt Diplomova´pra´ce se zaby´va´vytvorˇenı´m bezdra´tove´senzorove´sı´teˇsestavene´z komponent Arduino. Pra´ce obsahuje sezna´menı´s platformou Arduino a jejı´mi mozˇnostmi v kombinaci s bezdra´tovy´mi moduly XBee. Du˚lezˇitou cˇa´stı´pra´ce je na´vrh bezdra´tove´sı´teˇz teˇchto komponent a aplikace pro zobrazenı´nameˇrˇeny´ch hodnot ze senzorovy´ch uzlu˚. Cı´lem pra´ce je vytvorˇenı´senzorove´sı´teˇs dyna- mickou topologiı´a prozkouma´nı´jejı´ho chova´nı´v rea´lne´m prostrˇedı´a vytvorˇenı´aplikace pro ulozˇenı´ a zobrazenı´nameˇrˇeny´ch dat z jednotlivy´ch senzorovy´ch uzlu˚. Abstract This thesis deals with the creation of wireless sensor networks consisting of components Arduino. The work includes introduction to the Arduino platform and its capabilities in combination with the wireless XBee modules.
    [Show full text]