Page MenuHomec4science

run.sh
No OneTemporary

File Metadata

Created
Wed, Jul 16, 08:17
#!/bin/bash
SWIFT=../swiftsim/swift # Location of the SWIFT executable file
NTHREADS=4 # Number of MPI ranks to use (e.g. number of cores)
$SWIFT --self-gravity --threads=$NTHREADS params.yml 2>&1 | tee output.log

Event Timeline