Skip to content

Commit

Permalink
User's Guide: Fix Instruction on Making Movies with VisIt (#3368)
Browse files Browse the repository at this point in the history
Use `ls -1v` instead of `ls -1` to get a list of sorted plotfile
headers. We need to use `-v` because the length of plotfiles may be
different.

Thank @JerryNiOnly for identifying the issue! (#3363)
  • Loading branch information
WeiqunZhang authored Jun 15, 2023
1 parent c31bf0d commit 6303e0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Docs/sphinx_documentation/source/Visualization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ done using the command:

::

~/amrex-tutorials/ExampleCodes/Basic/HeatEquation_EX1_C> ls -1 plt*/Header | tee movie.visit
~/amrex-tutorials/ExampleCodes/Basic/HeatEquation_EX1_C> ls -1v plt*/Header | tee movie.visit
plt00000/Header
plt01000/Header
plt02000/Header
Expand Down Expand Up @@ -1025,4 +1025,3 @@ simulation will periodically write images during the run.
salloc -C haswell -N 1 -t 00:30:00 -q debug
cd $SCRATCH/amrex-tutorials/ExampleCodes/Amr/Advection_AmrLevel/Exec/SingleVortex
./main2d.gnu.haswell.MPI.ex inputs

0 comments on commit 6303e0a

Please sign in to comment.