access-test-component
A stub model component for testing CI
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Keywords
Repository
A stub model component for testing CI
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
- Releases: 0
Topics
Metadata Files
README.md
Test Model Component
This is a small stub of FORTRAN code which is used to simulate a model component for testing purposes.
Compilation
Spack compilation
Follow instructions to set up to use the ACCESS-NRI spack configuration.
Install using spack:
bash
spack install access-test-component %intel@2021.10.0
In this case the compiler and version are specified, but they can be changed.
Direct compilation
On gadi this can be compiled like so
```bash module load openmpi/4.1.7 module load intel-compiler/2021.10.0
cd stub && CMAKEPREFIXPATH=/apps/openmpi/4.1.7/include/Intel cmake . && make ```
Note that CMAKE_PREFIX_PATH is specified in the spack-config so this is required to be specified explicitly to mimic what is done when built inside spack.
Sample Run
Spack
bash
$ spack load access-test-component
$ mpirun -n 6 $(which hello_world.exe)
Hello World from process: 1 of 6
Hello World from process: 2 of 6
Hello World from process: 3 of 6
Hello World from process: 4 of 6
Hello World from process: 5 of 6
Hello World from process: 0 of 6
Direct
bash
$ mpirun -n 6 build/hello_world.exe
Hello World from process: 0 of 6
Hello World from process: 1 of 6
Hello World from process: 2 of 6
Hello World from process: 3 of 6
Hello World from process: 4 of 6
Hello World from process: 5 of 6
$
Owner
- Name: ACCESS-NRI
- Login: ACCESS-NRI
- Kind: organization
- Email: access.nri@anu.edu.au
- Website: https://www.access-nri.org.au/
- Repositories: 17
- Profile: https://github.com/ACCESS-NRI
Australian Earth System Simulator - National Research Infrastructure
GitHub Events
Total
- Issues event: 3
- Delete event: 4
- Member event: 1
- Issue comment event: 3
- Push event: 66
- Pull request review comment event: 2
- Pull request event: 14
- Pull request review event: 5
- Create event: 6
Last Year
- Issues event: 3
- Delete event: 4
- Member event: 1
- Issue comment event: 3
- Push event: 66
- Pull request review comment event: 2
- Pull request event: 14
- Pull request review event: 5
- Create event: 6
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 3
- Total pull requests: 7
- Average time to close issues: 3 days
- Average time to close pull requests: 11 days
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.29
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 7
- Average time to close issues: 3 days
- Average time to close pull requests: 11 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.29
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- CodeGat (2)
- aidanheerdegen (1)
Pull Request Authors
- CodeGat (6)
- aidanheerdegen (1)