Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Mar 5, 2024
1 parent 789faac commit e66b8d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 2 additions & 0 deletions examples/cp2k_run_batch/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
production/

cp2k.out
cp2k.inp
cp2k_shell.ssmp
1 change: 0 additions & 1 deletion examples/cp2k_run_batch/cp2k_shell.ssmp

This file was deleted.

12 changes: 2 additions & 10 deletions examples/cp2k_run_batch/return_CP2K_versions.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
#! /bin/bash

echo "cp2k.ssmp"
which cp2k.ssmp
echo "cp2k.popt"
which cp2k.popt
echo "cp2k.psmp"
which cp2k.psmp
echo "cp2k.sopt"
which cp2k.sopt
echo "cp2k"
which cp2k
echo "List all exectubales containing 'cp2k'"
compgen -cX '!*cp2k*'

0 comments on commit e66b8d2

Please sign in to comment.