Page MenuHomec4science

run.sh
No OneTemporary

File Metadata

Created
Sun, Jul 6, 20:09
#!/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