Page MenuHomec4science

run.sh
No OneTemporary

File Metadata

Created
Thu, Jul 17, 17:22
#!/bin/bash
SWIFT=../swiftsim/swift # Location of the SWIFT executable file
NTHREADS=8 # 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