Avoid resize messages on run_stub output and build objects from assembly files
Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
@@ -33,7 +33,8 @@ for timesteps in ${TIMESTEPS}; do
|
||||
for nruns in ${NRUNS}; do
|
||||
output=$(
|
||||
./${EXEC} -f ${FREQUENCY} -n ${timesteps} -na ${atoms_per_unit_cell} -nx ${nx} -ny ${ny} -nz ${nz} -csv |
|
||||
grep -v steps
|
||||
grep -v steps |
|
||||
grep -iv resize
|
||||
)
|
||||
perf=$(echo $output | cut -d',' -f8)
|
||||
if [ -z "$best_perf" ]; then
|
||||
|
Reference in New Issue
Block a user