SU2 在linux作業系統上的安裝過程

2021-06-18 06:51:07 字數 2575 閱讀 5454

tar-zxvf su2v2.0.tgz

cdsu2v2.0/

lsaclocal.m4 changelog copying install-sh missing trunk

authors configure depcomp makefile.am news

autom4te.cache configure.ac install makefile.in readme

./configure

checkingfor a bsd-compatible install... /usr/bin/install -c

checkingwhether build environment is sane... yes

checkingfor gawk... gawk

checkingwhether make sets $(make)... yes

checkingfor g++... g++

checkingfor c++ compiler default output file name... a.out

checkingwhether the c++ compiler works... yes

checkingwhether we are cross compiling... no

checkingfor suffix of executables...

checkingfor suffix of object files... o

checkingwhether we are using the gnu c++ compiler... yes

checkingwhether g++ accepts -g... yes

checkingfor style of include used by make... gnu

checkingdependency style of g++... gcc3

checkingfor ranlib... ranlib

configure:creating ./config.status

config.status:creating makefile

config.status:creating trunk/common/lib/makefile

config.status:creating trunk/su2_cfd/bin/makefile

config.status:creating trunk/su2_ddc/bin/makefile

config.status:creating trunk/su2_gpc/bin/makefile

config.status:creating trunk/su2_mac/bin/makefile

config.status:creating trunk/su2_mdc/bin/makefile

config.status:creating trunk/su2_pbc/bin/makefile

config.status:creating trunk/su2_smc/bin/makefile

config.status:creating trunk/su2py/makefile

config.status:executing depfiles commands

buildconfiguration summary:

sourcecode location: 這個地方是軟體源**的位置,會顯示完整的所在路徑

installlocation: /usr/local

version: 2.0

compiler: g++

preprocessorflags:

compilerflags: -dno_mpi

linkerflags:

cgnssupport: no

mpisupport: no

metissupport: no

buildsu2_cfd: yes

buildsu2_ddc: yes

buildsu2_gpc: yes

buildsu2_mac: yes

buildsu2_mdc: yes

buildsu2_pbc: yes

buildsu2_smc: yes

pleasebe sure to add the $su2_home and $su2_run environment variables, andupdate your $path with $su2_run

basedon the input to this configuration, add these lines to your .bashrcfile -

exportsu2_run="/usr/local/bin"

exportsu2_home="/**/su2v2.0/trunk"

exportpath=$path:$su2_run

make

需要等待一段時間,

makeinstall

需要注意的是,這一步需要有管理員許可權。可以考慮用su命令,然後輸入管理員密碼就可以按照成功了。

nginx在linux作業系統上的安裝方法

現在,nginx 安裝包適用於下列的分類和版本 rhel centos 版本支援的平台 6.xx86 64,i386 7.xx86 64,ppc64le debian 版本 代號 支援的平台 7.xwheezy x86 64,i386 8.xjessie x86 64,i386 9.xstretch...

Linux作業系統上的基本操作 二

命令模式下的命令 游標的移動 shift 6 移動到當前行的首列 shift 4 移動到當前行的尾列 shift g 當前檔案的最後一行 gg 當前檔案的第一行 n shift g 移動到n行 shift h 移動到當前螢幕的首行 shift l 移動到當前螢幕的尾行 f m 移動到當前螢幕的中間行...

Linux作業系統上的檔案共享

共享檔案對乙個 團隊來說是非常重要的。團隊成員常常要在一台伺服器上共同完成乙個專案。這個時候就要實現不同使用者間的檔案共享。下面就詳細介紹一下實現過程 sudo groupadd workgroup sudo useradd g workgroup username sudo passwd user...