Science Score: 28.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 11 committers (18.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary
Last synced: 11 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: batterysim
  • License: other
  • Language: Python
  • Default Branch: master
  • Size: 5.39 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 7 years ago · Last pushed about 7 years ago
Metadata Files
Readme License Citation

README.txt

Building IPS with CMake using shell script 
============================================

In this example, we will "build out of place".  The building also works
if you stay in the top level directory.

From the top level directory::
  
  mkdir build
  cd build
  ../bin/ipsconfig.sh

This creates a config.sh which is meant to easily edit your cmake
configuration.  Assuming that you just want to use the default::

  ./config.sh

After configuring, to build IPS and run the tests::
  
  make
  make test
  
It is highly recommended to install the IPS in a location separate from 
the build tree using the command

  make install

If you have sphinx-build in your path and cmake detected it, then the
following command will build the documentation::

  make docs

The documentation may be found at docs/html/index.html.  The
tests are located in the tests subdirectory.

Things to check after building
============================================

The share directory contains platform.conf and component-generic.conf.
You can edit these if the values are not correct.  The values are
generally meant to be passed in as discussed in the next section, but it
can be easier to just edit these files.


Advanced building with CMake
============================================

The config.sh is meant to be easily editted to create more complicated
configuration commands.  For example::

  cmake \
    -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/ips \
    -DPHYS_BIN_ROOT=/usr/local/swimroot/bin \
    -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
    -DCMAKE_INSTALL_ALWAYS:BOOL=TRUE \
    -DCMAKE_BUILD_TYPE:STRING=RELEASE \
    -DSUPRA_SEARCH_PATH='/usr/local;/contrb' \
    $PWD/..

SUPRA_SEARCH_PATH is a list of directories to search for where to find
things like sphinx which is used to build the documentation.

Owner

  • Name: batterysim
  • Login: batterysim
  • Kind: organization

Citation (CITATION)

To cite the IPS, please use

Wael Elwasif, David E. Bernholdt, Aniruddha G. Shet, Samantha S. Foley, Randall Bramley, Donald B. Batchelor, and Lee A. Berry, The Design and Implementation of the SWIM Integrated Plasma Simulator, in The 18th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP), pages 419–427, 2010.

@InProceedings{Elwasif:2010:DIS,
  author =       {Wael Elwasif and David E. Bernholdt and Aniruddha
                  G. Shet and Samantha S. Foley and Randall Bramley
                  and Donald B. Batchelor and Lee A. Berry},
  title =        {The Design and Implementation of the {SWIM}
                  {I}ntegrated {P}lasma {S}imulator},
  booktitle =    {The 18th Euromicro International Conference on 
                  Parallel, Distributed and Network-Based Processing (PDP)},
  pages = {419--427},
  year =         2010,
  isbn = {978-0-7695-3939-3, 978-1-4244-5672-7},
  doi = {10.1109/PDP.2010.63},
  url = {http://doi.ieeecomputersociety.org/10.1109/PDP.2010.63},
}


GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 253
  • Total Committers: 11
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.684
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Wael Elwasif e****f 80
Scott Kruger k****r@t****m 69
dexter d****r@e****6 60
elwasif e****r@o****v 17
David E. Bernholdt 4****d 15
loverich l****h@e****6 5
tgjenkins t****s@e****6 2
cianciosa c****r@o****v 2
ammar a****r@e****6 1
jdelamere j****e@e****6 1
roopa r****a@e****6 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels