⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 基于格子Boltzmann方法开源可视化软件的源代码 具有很高的实用价值。对学习LBM方法及其软件开发非常游泳
💻
字号:
################################################################################## Copyright (C), 2005, Michael Sukop and Danny Thorne## Makefile#EXE=lb2d_primeall:	gcc -o ${EXE} ./src/lb2d_prime.c -lmostype:	gcc -DOSTYPE=${OSTYPE} -o ${EXE} ./src/lb2d_prime.c -lmpar:	gcc -DPARALLEL -DOSTYPE=${OSTYPE} -o ${EXE} ./src/lb2d_prime.c -L/sw/lib -I/sw/include/ -lmpi -llam -lmswap_byte_order:	gcc -DSWAP_BYTE_ORDER -o ${EXE} ./src/lb2d_prime.c -lmwarn:	gcc -pedantic -Wall -Wunused-variable -o ${EXE} ./src/lb2d_prime.c -lmnocygwin:	gcc -mno-cygwin -o ${EXE} ./src/lb2d_prime.c -lmslice: new_slice.c lbio.c	gcc -o slice ./src/new_slice.c -lmspy: spy.c	gcc -o spy ./src/spy.c -lmsweep:	/bin/rm -f ./out/*.dat	/bin/rm -f ./out/rho*.txt	/bin/rm -f ./out/u*.txt	/bin/rm -f ./out/force*.txt	/bin/rm -f ./out/f*.txt	/bin/rm -f ./out/*.txt	/bin/rm -f ./out/rho*.bmp	/bin/rm -f ./out/ueq*.bmp	/bin/rm -f ./out/u*.bmp	/bin/rm -f ./out/vor*.bmp	/bin/rm -f ./out/force*.bmp	/bin/rm -f ./out/sforce*.bmp	/bin/rm -f *~ .*.sw*	/bin/rm -f ./src/*~ ./src/.*.sw*	/bin/rm -f ./out/slice*.m	/bin/rm -f ./out/new_slice*.mclean:	/bin/rm -f ${EXE}.exe slice.exe ${EXE}.exe* *.stackdump dump*.*xclean:	/bin/rm -f ${EXE} slice core dump*.*

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -