Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122172113
run.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 16, 08:17
Size
235 B
Mime Type
text/x-shellscript
Expires
Fri, Jul 18, 08:17 (2 d)
Engine
blob
Format
Raw Data
Handle
27444211
Attached To
R12859 GalacticDynamicsExamples
run.sh
View Options
#!/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
Log In to Comment