Lines Matching full:then
48 if [[ "${#BASH_ARGV[@]}" -ne "$#" ]]; then
142 if [[ ! -d build ]]; then
147 if [[ ! -f build/makenek ]]; then
155 if [[ ! -f build/SIZE ]]; then
167 if [ ! -f ./nek5000 ]; then
171 elif [ ${nek_verbose} = "true" ]; then
180 if [ ${nek_verbose} = "true" ]; then
185 if [[ -f ./build/makenek ]]; then
211 if [ $((prod%3)) -ne 0 ]; then
214 if [ $((prod%3)) -eq 2 ]; then
228 if [ ${nek_verbose} = "true" ]; then
232 if [ -z ${NEK5K_TOOLS_DIR} ]; then
239 if [ ${nek_verbose} = "true" ]; then
244 if [ ${nek_verbose} = "true" ]; then
257 if [ $# -ne 2 ]; then
272 if [ ! -f b$i/b$i.map ]; then
297 if [ ${nek_verbose} = "true" ]; then
302 if [ ! -f $bps ]; then
309 [ ! -f ${nek_box_dir}/b${nek_box}/b${nek_box}.map ]; then
310 if [ -z ${nek_box} ]; then
327 if [ ${nek_mpi} = "false" ]; then
337 if [ ${nek_verbose} = "true" ]; then
342 if [[ $(grep 'ERROR IS TOO LARGE' ${nek_ex}.${nek_spec_short}.log*) ]]; then
345 elif [ ${nek_verbose} != "true" ]; then # Cleanup if test mode
353 if [ "${nek_clean}" = "true" ]; then
356 if [ "${nek_make}" = "true" ]; then
359 if [ "${nek_run}" = "true" ]; then