Go to file
2022-11-25 11:23:28 -05:00
home working on analog simulation through Xyce 2022-10-02 11:14:58 -04:00
.drone.yml cleaning up useability, adding a few more tools 2022-09-24 18:31:12 -04:00
.gitignore fixing handling of secrets 2022-09-18 15:28:51 -04:00
bcli-develop.sh fixing up linkage, removing unused trilinos reconfigure script 2022-11-25 11:23:28 -05:00
Dockerfile updating Xyce and installing actsim 2022-11-25 11:05:35 -05:00
Makefile fixing up linkage, removing unused trilinos reconfigure script 2022-11-25 11:23:28 -05:00
README.md connecting up technology server 2022-09-26 10:33:59 -04:00
VERSION fixing up linkage, removing unused trilinos reconfigure script 2022-11-25 11:23:28 -05:00

Broccoli Development Environment

Setup the broccoli command line interface with the following command.

source bcli-develop.sh

Set up your ssh connection to the technology node server, it is preferrable to set up an ssh key.

export BROCCOLI_USER="nbingham"
bcli mount

Download the developement environment and boot it up in docker

bcli up

Open up a shell inside the development environment. Here you will have access to all of the necessary tools.

bcli

Your home directory will be mounted at

/host

Many of the installed tools may be found at

/opt

Finally, vim is fully set up for both golang and act

vim file.act

When you are done, you can shut down the development environment and disconnect the technology server.

bcli down
bcli unmount