Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 1d6e4369 authored by gsell's avatar gsell
Browse files

fix typo in 'Elliptic-1', 'Slit-1', 'Slit-2'

parent 7c5ddb66
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" elliptic-1.in --info 3 --warn 0 2>&1 timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Elliptic-1.in --info 3 --warn 0 2>&1
#!/bin/bash #!/bin/bash
timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" slit-1.in --info 3 --warn 0 2>&1 timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Slit-1.in --info 3 --warn 0 2>&1
#!/bin/bash #!/bin/bash
timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" slit-2.in --info 3 --warn 0 2>&1 timeout 300 mpirun -np 2 "$OPAL_EXE_PATH/opal" "$@" Slit-2.in --info 3 --warn 0 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment