Skip to content
GitLab
Explore
Sign in
"src/distributed_io.h" did not exist on "839cbab33b942f0cc915c67a22bb970556750f3e"
Changes
Page history
updates
authored
Aug 04, 2016
by
Stefan Arridge
Hide whitespace changes
Inline
Side-by-side
my-experience-of-installing-swift.md
View page @
67c555c3
...
@@ -45,3 +45,17 @@ idl test.pro
...
@@ -45,3 +45,17 @@ idl test.pro
(it takes a while)
(it takes a while)
# ... need to re-wrie this in python (for simplicity)
# ... need to re-wrie this in python (for simplicity)
so now I've built SWIFT and tested it with some of the examples scripts.
Can we new include hydroparticles? yes - Tom's already got an example.
cp -r /gpfs/data/tt/Codes/Swift-git/swiftsim.July21/examples/IsothermalPotential//HydroStatic/ .
and try it :) compare to rgb's attempt
/gpfs/data/rgb/Swift/swiftsim/examples/IsothermalPotential/HydroStatic
Stefan:
GravityOnly works fine
Trying Tom's example:
Need to add timestep_mult to the yml file (set to be 0.03 in the GravityOnly example)
Need to add Statistics:delta_time
Got a segmentation fault when I ran it.
Trying Richard's example:
Seems to run fine