Skip to content
Snippets Groups Projects
Commit e87ca4f1 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Pipe the output of the examples into log files.

parent a9fb5d5f
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -7,4 +7,4 @@ then
./getIC.sh
fi
../swift -s -t 16 cosmoVolume.yml
../swift -s -t 16 cosmoVolume.yml 2>&1 | tee output.log
......@@ -7,5 +7,5 @@ then
./getIC.sh
fi
../swift -s -t 16 eagle_12.yml
../swift -s -t 16 eagle_12.yml 2>&1 | tee output.log
......@@ -7,5 +7,5 @@ then
./getIC.sh
fi
../swift -s -t 16 eagle_25.yml
../swift -s -t 16 eagle_25.yml 2>&1 | tee output.log
......@@ -7,5 +7,5 @@ then
./getIC.sh
fi
../swift -s -t 16 eagle_50.yml
../swift -s -t 16 eagle_50.yml 2>&1 | tee output.log
......@@ -7,4 +7,4 @@ then
python makeIC.py 10000
fi
../swift -g -t 2 externalPointMass.yml
../swift -g -t 2 externalPointMass.yml 2>&1 | tee output.log
......@@ -13,7 +13,7 @@ then
fi
# Run SWIFT
../swift -s -t 1 gresho.yml
../swift -s -t 1 gresho.yml 2>&1 | tee output.log
# Plot the solution
python plotSolution.py 11
......@@ -7,4 +7,4 @@ then
python makeIC.py 1000 1
fi
../../swift -g -t 2 isothermal.yml
../../swift -g -t 2 isothermal.yml 2>&1 | tee output.log
......@@ -8,7 +8,7 @@ then
fi
# Run SWIFT
../swift -s -t 1 kelvinHelmholtz.yml
../swift -s -t 1 kelvinHelmholtz.yml 2>&1 | tee output.log
# Plot the solution
python plotSolution.py 6
......@@ -7,4 +7,4 @@ then
python makeIC.py 50 60
fi
../swift -s -g -t 16 multiTypes.yml
../swift -s -g -t 16 multiTypes.yml 2>&1 | tee output.log
......@@ -7,4 +7,4 @@ then
python makeIC.py 50
fi
../swift -s -t 16 perturbedBox.yml
../swift -s -t 16 perturbedBox.yml 2>&1 | tee output.log
......@@ -8,7 +8,7 @@ then
fi
# Run SWIFT
../swift -s -t 1 sedov.yml
../swift -s -t 1 sedov.yml 2>&1 | tee output.log
# Plot the solution
python plotSolution.py 5
......@@ -13,7 +13,7 @@ then
fi
# Run SWIFT
../swift -s -t 1 sedov.yml
../swift -s -t 1 sedov.yml 2>&1 | tee output.log
# Plot the solution
python plotSolution.py 5
......@@ -13,7 +13,7 @@ then
fi
# Run SWIFT
../swift -s -t 4 sedov.yml
../swift -s -t 4 sedov.yml 2>&1 | tee output.log
# Plot the solution
python plotSolution.py 5
......@@ -8,7 +8,7 @@ then
fi
# Run SWIFT
../swift -s -t 1 sodShock.yml
../swift -s -t 1 sodShock.yml 2>&1 | tee output.log
# Plot the result
python plotSolution.py 1
python plotSolution.py 1
......@@ -13,6 +13,6 @@ then
fi
# Run SWIFT
../swift -s -t 1 sodShock.yml
../swift -s -t 1 sodShock.yml 2>&1 | tee output.log
python plotSolution.py 1
......@@ -13,6 +13,6 @@ then
fi
# Run SWIFT
../swift -s -t 4 sodShock.yml
../swift -s -t 4 sodShock.yml 2>&1 | tee output.log
python plotSolution.py 1
......@@ -8,7 +8,7 @@ then
fi
# Run SWIFT
../swift -s -t 1 square.yml
../swift -s -t 1 square.yml 2>&1 | tee output.log
# Plot the solution
python plotSolution.py 40
......@@ -7,4 +7,4 @@ then
python makeIC.py 100
fi
../swift -s -t 16 uniformPlane.yml
../swift -s -t 16 uniformPlane.yml 2>&1 | tee output.log
......@@ -7,4 +7,4 @@ then
python makeIC.py 100
fi
../swift -s -t 16 uniformBox.yml
../swift -s -t 16 uniformBox.yml 2>&1 | tee output.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment