diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-06 10:15:04 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-06 10:15:04 +0200 |
| commit | 13bfcb2cb9c9b06702fe783623837354c980f667 (patch) | |
| tree | 3fd37702f57c58b7ef2e5869cf6c0fe08e7ab4a6 | |
| parent | 9091090aa0f2b3d497963e169802c23bb7af8973 (diff) | |
Verbosified parametric study table output with hostname
| -rwxr-xr-x | hp_height_study_driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hp_height_study_driver.sh b/hp_height_study_driver.sh index 234bbaf..06a094d 100755 --- a/hp_height_study_driver.sh +++ b/hp_height_study_driver.sh @@ -23,6 +23,6 @@ for pool_height in $(seq 1 45); do pm=$(cat $output_file | grep "Combined k-effective" | cut -d "=" -f 2 | cut -d "-" -f 2) md5=$(cat $output_file | grep "MD5:" | cut -d ":" -f 2 | sed "s/ //g") echo K-eff $keff +/- $pm found for p=$pool_height and s=$sat_height \($md5\) - echo $pool_height $sat_height $keff $pm $md5 \($(date)\) >> results/keff_table + echo $pool_height $sat_height $keff $pm $(hostname) $md5 \($(date)\) >> results/keff_table done done |
