Skip to content

QligFEP inputfiles/runscript bug #11

@bananatana

Description

@bananatana

QligFEP automatically generates runCLUSTER.sh within inputfiles. The problem is that generated run.sh always contains:

time mpirun -np 32 $qdyn eq1.inp > eq1.log (for example)

which will run for example on CSB, but not on Tetralith where mpirun should be replaced with mpprun

it can be replaced manually with sed -i 's/mpi/mpp/g' run.sh but it is not really convenient if there is a lot of molecules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions