FabSim3
FabSim3 is an automation toolkit for complex simulation tasks. FabSim3 helps users to perform complex remote tasks from a local command-line, and to automatically organise their data and environment variables when they perform these tasks. FabSim3 supports the execution of single jobs, ensembles of multiple jobs, and dynamic workflows through schedulers such as Slurm, PBSPro, LoadLeveller and QCG. Further information can be found here:
- Documentation: https://fabsim3.readthedocs.io/en/latest/
- Code: http://www.github.com/djgroen/FabSim3
EasySurrogate
EasySurrogate is a toolkit designed to facilitate the creation of surrogate models for multiscale simulations. The beta version of the EasySurrogate toolkit we use is for replacing the expensive (small-scale) components of multiscale simulations by a surrogate model. The overall design is similar to EasyVVUQ, our forward uncertainty propagation toolkit.
EasyVVUQ
EasyVVUQ is a Python library designed to facilitate verification, validation and uncertainty quantification (VVUQ) for a wide variety of simulations. It was concieved and developed within the EU funded VECMA (Verified Exascale Computing for Multiscale Applications) project. Further information can be found here:
- Documentation: https://easyvvuq.readthedocs.io/en/latest/
- Code: http://www.github.com/UCL-CCS/EasyVVUQ
QCG Pilot Job
QCG Pilot Job is a lightweight implementation of the Pilot Job mechanism. It can be easily incorporated into scientific workflows to provide efficient and reliable execution of large number of computational jobs.
- Code: https://github.com/vecma-project/QCG-PilotJob
- Documentations can be found here
QCG-Now
QCG-Now is a portable desktop program that allows to prepare and run computational jobs on the HPC machines. With an intuitive interface and in a flexible and secure manner it automatises a process of job submission, data management and simulation progress monitoring. The sources are currently stored on our servers, the access to them could be requested. The released packages are available from the downloads webpage. Particular links are as follows:
- Windows 64-bit: http://www.qoscosgrid.org/qcg-now/resources/downloads/current/QCG-Now-1.4.1-1-setup.exe
- Windows 32-bit: http://www.qoscosgrid.org/qcg-now/resources/downloads/current/QCG-Now-1.4.1-1-setup-32bit.exe
- Windows portable: http://www.qoscosgrid.org/qcg-now/resources/downloads/current/QCG-Now-1.4.1-1-portable.zip
- Linux: http://www.qoscosgrid.org/qcg-now/resources/downloads/current/QCG-Now-linux-1.4.1-1.tar.bz2
- Mac OS: http://www.qoscosgrid.org/qcg-now/resources/downloads/current/QCG-Now-osx-1.4.1-1.tar.bz2
QCG-Client
QCG-Client a command-line interface to the QCG middleware. Its interface is similar to the well known interfaces of queuing systems, such as Slurm or PBS. QCG-Client provides support for a variety of computing jobs, from simple ones to complex distributed workflows.
- Documentation and Code: http://www.qoscosgrid.org/trac/qcg-broker#QCG-BrokerClient
EasyVVUQ-QCGPilotJob
EasyVVUQ-QCGPilotJob is a lightweight integration code that simplifies usage of EasyVVUQ with a QCG Pilot Job execution engine. The tool could be used for efficient, parallel execution of demanding EasyVVUQ scenarios on HPC resources.
- Documentation here
- Code: https://github.com/vecma-project/easyvvuq-qcgpj
MUSCLE 3
MUSCLE 3 is the third incarnation of the Multiscale Coupling Library and Environment. Its purpose is to make creating coupled multiscale simulations easy, and to then enable efficient Uncertainty Quantification of such models using advanced semi-intrusive algorithms. MUSCLE 3 uses the Multiscale Modelling and Simulation Language (MMSL) to describe the structure of a multiscale model. MMSL can be expressed in the form of a diagram (gMMSL; not yet implemented) or as a YAML file (yMMSL; this is convenient both for people and for software). The MMSL lets one describe which compute elements (submodels, scale bridges, data converters, UQ components, etc.) a multiscale model consist of, how many instances of each we need, and how they are wired together. MUSCLE 3 is intended to scale from your laptop to the exascale, and we intend to test and apply the toolkit to progressively larger resources with each new release.
- Manual and documentations: http://muscle3.
readthedocs.io - Code: https://github.com/
multiscale/muscle3/releases/ tag/0.4.0
MUSCLE3 is contributed by the e-MUSC project of the Netherlands eScience Center and the University of Amsterdam.
Mogp Emulator
Multi-Output Gaussian Process Emulator (mogp_emulator)is a Python package for fitting Gaussian Process Emulators to computer simulation results. The code contains routines for fitting GP emulators to simulation results with a single or multiple target values, optimizing hyperparameter values, and making predictions on unseen data. The library also implements experimental design, dimension reduction, and calibration tools to enable modellers to understand complex computer simulations.