Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120846600
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
Mon, Jul 7, 11:53
Size
236 B
Mime Type
text/x-shellscript
Expires
Wed, Jul 9, 11:53 (2 d)
Engine
blob
Format
Raw Data
Handle
27242300
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