Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120758052
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
Sun, Jul 6, 20:09
Size
237 B
Mime Type
text/x-shellscript
Expires
Tue, Jul 8, 20:09 (2 d)
Engine
blob
Format
Raw Data
Handle
27234140
Attached To
R12859 GalacticDynamicsExamples
run.sh
View Options
#!/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
Log In to Comment