Skip to content

[Small Documentation Update] Darshan Runtime.txt ./prepare line should be updated in the readme should be similar to the util. #1022

@HungrySkeleton

Description

@HungrySkeleton

Hey Maintainers,

Just noticed in the darshanruntime.txt file theres a small typo could you modify the ./prepare line to be ./prepare.sh. I took a peek at the util and it refers to ./prepare.sh instead.

Before:
=== Compilation

.Configure and build example (with MPI support)

tar -xvzf darshan-.tar.gz
cd darshan-/
./prepare
cd darshan-runtime/
./configure --with-log-path=/darshan-logs --with-jobid-env=PBS_JOBID CC=mpicc
make
make install

.Configure and build example (without MPI support)

tar -xvzf darshan-.tar.gz
cd darshan-/
./prepare
cd darshan-runtime/
./configure --with-log-path=/darshan-logs --with-jobid-env=PBS_JOBID --without-mpi CC=gcc
make
make install

Suggested Change:
=== Compilation

.Configure and build example (with MPI support)

tar -xvzf darshan-.tar.gz
cd darshan-/
./prepare.sh
cd darshan-runtime/
./configure --with-log-path=/darshan-logs --with-jobid-env=PBS_JOBID CC=mpicc
make
make install

.Configure and build example (without MPI support)

tar -xvzf darshan-.tar.gz
cd darshan-/
./prepare.sh
cd darshan-runtime/
./configure --with-log-path=/darshan-logs --with-jobid-env=PBS_JOBID --without-mpi CC=gcc
make
make install

Thanks,
Hungryskeleton

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions