Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120845961
run_external_gravity.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:49
Size
240 B
Mime Type
text/x-shellscript
Expires
Wed, Jul 9, 11:49 (2 d)
Engine
blob
Format
Raw Data
Handle
27236598
Attached To
R12859 GalacticDynamicsExamples
run_external_gravity.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 --external-gravity --threads=$NTHREADS params.yml 2>&1 | tee output.log
Event Timeline
Log In to Comment