Lines Matching full:build
82 Build examples with:
138 # Build examples
142 if [[ ! -d build ]]; then
143 mkdir build
147 if [[ ! -f build/makenek ]]; then
148 cp $NEK5K_DIR/bin/makenek build/
152 cp bps/bps.* build/
155 if [[ ! -f build/SIZE ]]; then
156 cp SIZE.in build/SIZE
159 # Change to build directory
160 cd build
162 # Attempt build
164 FFLAGS="$FFLAGS" USR_LFLAGS="$USR_LFLAGS" ./makenek bps >> bps.build.log 2>&1
168 echo " Building examples failed. See build/bps.build.log for details."
174 echo " Built examples successfully. See build/bps.build.log for details."
185 if [[ -f ./build/makenek ]]; then
186 cd build
191 # Remove build dir
192 rm -rf build
301 # Check for build
303 echo " Examples file does not exist. Build it with nek-examples.sh -m"
328 …./build/bps ${nek_ex} ${nek_spec} ${nek_test} > ${nek_ex}.${nek_spec_short}.log.${nek_np}.b${nek_b…
331 ${MPIEXEC:-mpiexec} -np ${nek_np} ./build/bps ${nek_ex} ${nek_spec} ${nek_test} > \