https://github.com/pscedu/singularity-octave
GNU Octave is software featuring a high-level programming language, primarily intended for numerical computations
https://github.com/pscedu/singularity-octave
numerical-computation singularity
Last synced: 5 months ago
JSON representation
GNU Octave is software featuring a high-level programming language, primarily intended for numerical computations
- Host: GitHub
- URL: https://github.com/pscedu/singularity-octave
- Owner: pscedu
- License: apache-2.0
- Created: 2019-03-01T22:25:56.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T01:57:02.000Z (11 months ago)
- Last Synced: 2025-08-12T03:36:24.736Z (11 months ago)
- Topics: numerical-computation, singularity
- Language: Shell
- Homepage: https://www.gnu.org/software/octave/index
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README






# singularity-octave

Singularity recipe for [Octave](https://www.gnu.org/software/octave/).
## Installing the container on Bridges 2
Copy the
* `SIF` file
* and the `octave-cli`, `pandoc` and `gnuplot` scripts
to `/opt/packages/octave/10.2.0`.
Copy the file `modulefile.lua` to `/opt/modulefiles/octave` as `10.2.0.lua`.
## Building the image using the recipe
### To build the image locally
Run the script `build.sh` to build image locally
```
bash ./build.sh
````
### To build the image remotely
Run the script `rbuild.sh` to build image remotely
```
bash ./rbuild.sh
```
## To run tests
To run the available tests, run the command
```
bash ./test.sh
```
## Contributing
We welcome contributions to this repository. Before getting started, please review our [Contributing Guide](https://raw.githubusercontent.com/pscedu/singularity-report/refs/heads/main/CONTRIBUTING.md) for detailed instructions and best practices.
---
Copyright © 2020-2025 Pittsburgh Supercomputing Center. All Rights Reserved.
The [Biomedical Applications Group](https://www.psc.edu/biomedical-applications/) at the [Pittsburgh Supercomputing Center](http://www.psc.edu) in the [Mellon College of Science](https://www.cmu.edu/mcs/) at [Carnegie Mellon University](http://www.cmu.edu).