Page MenuHomec4science

run.sh
No OneTemporary

File Metadata

Created
Thu, Jul 10, 03:46
#!/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 --external-gravity --threads=$NTHREADS params.yml 2>&1 | tee output.log

Event Timeline