Page MenuHomec4science

run.sh
No OneTemporary

File Metadata

Created
Mon, Jul 7, 11:53
#!/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