Commit 39c9976c authored by Valentina Fioretti's avatar Valentina Fioretti
Browse files

README updated

parent a7b41872
Loading
Loading
Loading
Loading

AUTHORS

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
Project managers:
- Valentina Fioretti <valentina.fioretti@inaf.it>
- Andrea Bulgarelli <andrea.bulgarelli@inaf.it>

Developers:
- Alex Ciabattoni <alex.ciabattoni@inaf.it>
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ find_package(G4mpi REQUIRED)
if(DEFINED GEANT4_VERSION)
    set(GEANT4_VERSION "${GEANT4_VERSION}" CACHE STRING "Set Geant4 version" FORCE)
else()
    set(GEANT4_VERSION "-D GEANT4_11_1" CACHE STRING "Set Geant4 version")
    set(GEANT4_VERSION "GEANT4_11_1" CACHE STRING "Set Geant4 version")
endif()
add_definitions(${GEANT4_VERSION})

LICENSE

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
Copyright (c) 2024 INAF

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+20 −12
Original line number Diff line number Diff line
# BoGEMMS-HPC


## Installation
## Building

Clone or unpack the source code in a location of your choice.
> <pathto>/BoGEMMS-HPC
Create a directory in which to configure and run the build and store the build products (not inside the source dir) 
> makedir <pathto>/BoGEMMS-HPC-build
To configure, change into the build directory and run CMake
> cd <pathto>/BoGEMMS-HPC-build
> cmake <pathto>/BoGEMMS-HPC
> make

### Building options

-DSQLBUILD=ON -DGEANT4_VERSION=GEANT4_11_1

## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
@@ -10,22 +22,18 @@ Use examples liberally, and show the expected output if you can. It's helpful to
## Support
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.

## Roadmap
If you have ideas for releases in the future, it is a good idea to list them in the README.

## Contributing
State if you are open to contributions and what your requirements are for accepting them.

For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
## Authors

You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
see doc/AUTHORS

## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.

## License

See LICENSE
See doc/LICENSE


## Acknowledgment

## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
This is supported by Centro Nazionale di Ricerca in High-Performance Computing, Big Data and Quantum Computing (CN_00000013 - CUP C53C22000350006).