diff --git a/README-Fedora.md b/README-Fedora.md index 792fe90..0a8ae9f 100644 --- a/README-Fedora.md +++ b/README-Fedora.md @@ -3,7 +3,7 @@ The neural simulation tool. This documentation is also provided with each nest package variant as -`README.Fedora` (`nest`, `nest-mpich`, `nest-openmpi`): +`README-Fedora.md` (`nest`, `nest-mpich`, `nest-openmpi`): The Fedora packages of the NEST simulator are built to cover various configurations and installs their files in the standard locations: @@ -24,18 +24,11 @@ The `nest_vars.sh` must be sourced to set up the environment correctly for NEST, which makes use of a few environment variables: -The `nest_vars.sh` file is located in: +The `nest_vars.sh` file can be sourced: -For MPICH builds: - -`source /usr/lib64/mpich/bin/nest_vars_mpich.sh` - -For OpenMPI builds: -`source /usr/lib64/openmpi/bin/nest_vars_openmpi.sh` - - -For non MPI builds: -`source /usr/bin/nest_vars.sh` +- for MPICH builds: `source /usr/lib64/mpich/bin/nest_vars_mpich.sh` +- for OpenMPI builds: `source /usr/lib64/openmpi/bin/nest_vars_openmpi.sh` +- for non MPI builds: `source /usr/bin/nest_vars.sh` To use an MPI build of NEST, one must also load the appropriate module. For MPICH builds: @@ -73,11 +66,11 @@ nest_indirect_openmpi sli_openmpi `````` -Documentation -------------- +More information on using MPI builds can be found in the NeuroFedora documentation here: https://docs.fedoraproject.org/en-US/neurofedora/mpi/ + +Package documentation +---------------------- The generated documentation is provided in the nest-doc package, and is common for all builds. Official documentation can be found at http://nest-simulator.org/ - -For issues with this package, please contact the [NeuroFedora SIG](https://fedoraproject.org/wiki/SIGs/NeuroFedora#Communication_and_getting_help).