https://github.com/bluebrain/bluepyopt-test

https://github.com/bluebrain/bluepyopt-test

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BlueBrain
  • License: apache-2.0
  • Language: AGS Script
  • Default Branch: main
  • Size: 223 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

BluePyOpt Test Repository

This repository provides a basic test to verify if BluePyOpt is installed correctly and functioning as expected. It's handy when verifying installations on clusters.

Requirements

See BluePyOpt installation for more details. Main dependencies are:

Usage

Execute the test script:

```bash

!/bin/bash

SBATCH --ntasks=6

SBATCH --partition=prod

SBATCH --job-name=bluepyopt_test

SBATCH --time=00:10:00

SBATCH --account=proj16

PWD=$(pwd) LOGS=$PWD/logs/${SLURM_JOBID} mkdir -p $LOGS

just to use modules if you have

module purge module load unstable python-dev py-bluepyopt neuron

compile mod files

rm -rf x86_64 nrnivmodl mechanisms

ipython settings

export IPYTHONDIR=${PWD}/.ipython export IPYTHONPROFILE=benchmark.${SLURMJOBID}

start controller and engines

ipcontroller --init --ip='*' --ping=30000 --profile=${IPYTHONPROFILE} & sleep 5 srun --output="${LOGS}/engine.out" ipengine --timeout=300 --profile=${IPYTHONPROFILE} & sleep 5

launch small test

maxngen=2 offspringsize=6 python opt.py --checkpoint="${LOGS}/run.pkl" --maxngen=$maxngen --offspringsize=$offspringsize ```

License

See LICENSE file.

Funding

This project/research was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

Copyright (c) 2020-2024 Blue Brain Project/EPFL

Owner

  • Name: The Blue Brain Project
  • Login: BlueBrain
  • Kind: organization
  • Email: bbp.opensource@epfl.ch
  • Location: Geneva, Switzerland

Open Source Software produced and used by the Blue Brain Project

GitHub Events

Total
  • Public event: 1
  • Fork event: 1
Last Year
  • Public event: 1
  • Fork event: 1