| 查看: 1799 | 回复: 15 | |||
| 当前主题已经存档。 | |||
wuli8荣誉版主 (知名作家)
…………
|
[交流]
[求助]wein2k集群并行
|
||
|
Recommended options for system linuxif9 are: RP_LIB(SCALAPACK+PBLAS): -lmkl_intel_lp64 -lmkl_scalapack_lp64 -lmkl_blacs_lp64 -lmkl_sequential -L /opt/local/fftw/lib/ -lfftw_mpi -lfftw FPOPT(par.comp.options): $(FOPT) MPIRUN commando : mpirun -np _NP_ -machinefile _HOSTS_ _EXEC_ Current settings: RP RP_LIB(SCALAPACK+PBLAS): -lmkl_intel_lp64 -lmkl_scalapack_lp64 -lmkl_blacs_lp64 -lmkl_sequential -L /opt/local/fftw/lib/ -lfftw_mpi -lfftw FP FPOPT(par.comp.options): $(FOPT) MP MPIRUN commando : 请问这里的RP,FP和MP怎么样设置?谢谢。 我微机集群的配置Q6600四核。 intel ifort 编译器,安装位置是默认的 [ Last edited by wuli8 on 2009-5-3 at 10:26 ] |
» 猜你喜欢
面上可以超过30页吧?
已经有13人回复
网上报道青年教师午睡中猝死、熬夜猝死的越来越多,主要哪些原因引起的?
已经有10人回复
为什么中国大学工科教授们水了那么多所谓的顶会顶刊,但还是做不出宇树机器人?
已经有13人回复
什么是人一生最重要的?
已经有8人回复
版面费该交吗
已经有17人回复
体制内长辈说体制内绝大部分一辈子在底层,如同你们一样大部分普通教师忙且收入低
已经有19人回复
【博士招生】太原理工大学2026化工博士
已经有8人回复
280求调剂
已经有4人回复

y1ding
铁杆木虫 (著名写手)
- 1ST强帖: 1
- 应助: 61 (初中生)
- 贵宾: 0.33
- 金币: 5959.3
- 散金: 1
- 红花: 21
- 帖子: 1884
- 在线: 491.1小时
- 虫号: 142265
- 注册: 2005-12-21
- 专业: 凝聚态物性 II :电子结构
10楼2009-03-08 22:54:18
2楼2009-03-06 01:04:33
wuli8
荣誉版主 (知名作家)
…………
- 1ST强帖: 2
- 应助: 35 (小学生)
- 贵宾: 12.924
- 金币: 20189.4
- 散金: 15888
- 红花: 88
- 沙发: 4
- 帖子: 7840
- 在线: 1114.6小时
- 虫号: 465889
- 注册: 2007-11-23
- 专业: 物理学I
- 管辖: 计算模拟
★ ★ ★ ★
spur(金币+4,VIP+0):Many thanks!! 3-6 11:50
spur(金币+4,VIP+0):Many thanks!! 3-6 11:50
|
Howto-WIEN2k v 0.12 May 8 2006 ============================= 0. make sure you got some good compiler and libraries, e.g. ifort9 and mkl8 or later (free for academic use from intel) on your computer If you are the administrator of the computer update '/etc/ld.so.conf' with paths to the libraries you are using: /opt/intel/fc/9.0/lib /opt/intel/mkl/8.0.1/lib/32 (just an example above) and run 'ldconfig' check that the compiler is in your path (if you enter 'ifort' is it found?) 1. copy a recent distribution of WIEN2k, for example 'WIEN2k_06.2_060309.tar' located at '/HOME/ikeno' on "earth" or at '/home/weine' on "earth" For the following steps also refer to the WIEN2k manual ======================================================= also check http://www.wien2k.at/reg_user/index.html for F.A.Q. and searching the WIEN2k mailing list 2. create a directory to install WIEN2k, for example 'WIEN2k/06.2' move your tar-file there, expand files etc: $ tar xvf WIEN2k_06.2_060309.tar $ gzip -d *.gz $ ./expand_lapw clean up a bit by: $ mkdir tars $ mv *.tar tars 3. configure and compile WIEN2k by running $ ./siteconfig you can choose for example system 'J' modify the settings 'O', 'L' and 'R', I use the following compiler flags on a 64-bit Opteron system: O (FOPT) -FR -w -mp1 -prec_div -pad -ip -DINTEL_VML -O3 -xW L (LDFLAGS) -L/opt/intel/fce/9.0/lib -i-static -lguide_stats -lsvml -lpthread R (R_LIBS) -L/opt/intel/mkl/8.0.1/lib/em64t -lmkl_lapack -lmkl_em64t -lguide -lpthread on a 32-bit Pentium 4 system I just modify: -FR -w -mp1 -prec_div -pad -ip -DINTEL_VML -O3 -xW -L/opt/intel/fc/9.0/lib -i-static -lguide_stats -lsvml -lpthread -L/opt/intel/mkl/8.0.1/lib/32 -lmkl_lapack -lmkl_ia32 -lguide -lpthread you can also ask Ikeno-san for good compiler flags on your system you might also try the default flags for system 'J' and check if they work use the appropriate version of ifort, depending if you use 32-bit or 64-bit system for itanium systems the compiler and flags would be a bit different I found the flags I'm using by reading 'Fecher_CompileIntel.pdf' the parameters NMATMAX and NMATMUL should reflect the RAM available on your computer, e.g. on my 8 GB RAM opteron I used (though I'm no expert) NMATMAX = 80000 NMATMUL = 8000 this also depends on 4. configure the user environment $ ./userconfig |

3楼2009-03-06 08:52:59
wuli8
荣誉版主 (知名作家)
…………
- 1ST强帖: 2
- 应助: 35 (小学生)
- 贵宾: 12.924
- 金币: 20189.4
- 散金: 15888
- 红花: 88
- 沙发: 4
- 帖子: 7840
- 在线: 1114.6小时
- 虫号: 465889
- 注册: 2007-11-23
- 专业: 物理学I
- 管辖: 计算模拟
★ ★
wuchenwf(金币+2,VIP+0):谢谢共享 3-6 21:59
wuchenwf(金币+2,VIP+0):谢谢共享 3-6 21:59

4楼2009-03-06 08:54:48
wuli8
荣誉版主 (知名作家)
…………
- 1ST强帖: 2
- 应助: 35 (小学生)
- 贵宾: 12.924
- 金币: 20189.4
- 散金: 15888
- 红花: 88
- 沙发: 4
- 帖子: 7840
- 在线: 1114.6小时
- 虫号: 465889
- 注册: 2007-11-23
- 专业: 物理学I
- 管辖: 计算模拟

5楼2009-03-08 14:24:02
wuli8
荣誉版主 (知名作家)
…………
- 1ST强帖: 2
- 应助: 35 (小学生)
- 贵宾: 12.924
- 金币: 20189.4
- 散金: 15888
- 红花: 88
- 沙发: 4
- 帖子: 7840
- 在线: 1114.6小时
- 虫号: 465889
- 注册: 2007-11-23
- 专业: 物理学I
- 管辖: 计算模拟
|
如果是这样的配置: RP RP_LIB(SCALAPACK+PBLAS): -L/opt/intel/MKL/10.5.025/em64t -lmkl_intel_lp64 -lmkl_scalapack_lp64 -lmkl_blacs_lp64 -lmkl_sequential -L /opt/local/fftw/lib/ -lfftw_mpi -lfftw FP FPOPT(par.comp.options): $(FOPT) MP MPIRUN commando :/usr/local/lam/bin/mpirun.csh 就得到如下错误: ompile time errors (if any) were: SRC_lapw0/compile.msg:fortcom: Error: modules.F, line 19: Cannot open include file 'mpif.h' SRC_lapw0/compile.msg:fortcom: Error: modules.F, line 44: Cannot open include file 'mpif.h' SRC_lapw0/compile.msg:fortcom: Error: modules.F, line 20: This name does not have a type, and must have an explicit type. [MPI_STATUS_SIZE] SRC_lapw0/compile.msg:fortcom: Error: modules.F, line 20: The highest data type rank permitted is INTEGER(KIND=8). [MPI_STATUS_SIZE] SRC_lapw0/compile.msg:fortcom: Error: modules.F, line 22: This name does not have a type, and must have an explicit type. [MPI_SUCCESS] SRC_lapw0/compile.msg:fortcom: Error: modules.F, line 26: This name does not have a type, and must have an explicit type. [MPI_COMM_WORLD] SRC_lapw0/compile.msg:fortcom: Error: modules.F, line 46: This name does not have a type, and must have an explicit type. [MPI_UNDEFINED] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 33: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 67: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 172: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 182: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 191: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 36: This name does not have a type, and must have an explicit type. [MPI_COMM_WORLD] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 228: Error in opening the compiled module file. Check INCLUDE paths. [PARALLEL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 303: Error in opening the compiled module file. Check INCLUDE paths. [PARALLEL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 321: Error in opening the compiled module file. Check INCLUDE paths. [PARALLEL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 233: Conflicting attributes or multiple declaration of name. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 240: Conflicting attributes or multiple declaration of name. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 228: Name in only-list does not exist. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 309: Conflicting attributes or multiple declaration of name. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 303: Name in only-list does not exist. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 327: Conflicting attributes or multiple declaration of name. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 321: Name in only-list does not exist. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 501: Error in opening the compiled module file. Check INCLUDE paths. [PARALLEL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 513: Conflicting attributes or multiple declaration of name. [NPE] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 528: Conflicting attributes or multiple declaration of name. [MYID] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 531: Conflicting attributes or multiple declaration of name. [INIT_PARALLELMATRICES] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 538: Conflicting attributes or multiple declaration of name. [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 538: The highest data type rank permitted is INTEGER(KIND=8). [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 538: Conflicting attributes or multiple declaration of name. [LCOLHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 538: The highest data type rank permitted is INTEGER(KIND=8). [LCOLHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 539: Conflicting attributes or multiple declaration of name. [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 539: The highest data type rank permitted is INTEGER(KIND=8). [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 539: Conflicting attributes or multiple declaration of name. [LCOLHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 539: The highest data type rank permitted is INTEGER(KIND=8). [LCOLHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 540: Conflicting attributes or multiple declaration of name. [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 540: Conflicting attributes or multiple declaration of name. [LCOLHS] SRC_lapw1/compile.msg:fortcom: Severe: Too many errors, exiting SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 33: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 67: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 172: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 182: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 191: Cannot open include file 'mpif.h' SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 36: This name does not have a type, and must have an explicit type. [MPI_COMM_WORLD] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 228: Error in opening the compiled module file. Check INCLUDE paths. [PARALLEL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 303: Error in opening the compiled module file. Check INCLUDE paths. [PARALLEL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 321: Error in opening the compiled module file. Check INCLUDE paths. [PARALLEL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 233: Conflicting attributes or multiple declaration of name. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 240: Conflicting attributes or multiple declaration of name. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 228: Name in only-list does not exist. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 309: Conflicting attributes or multiple declaration of name. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 303: Name in only-list does not exist. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 327: Conflicting attributes or multiple declaration of name. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 321: Name in only-list does not exist. [ICTXTALL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 501: Error in opening the compiled module file. Check INCLUDE paths. [PARALLEL] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 513: Conflicting attributes or multiple declaration of name. [NPE] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 528: Conflicting attributes or multiple declaration of name. [MYID] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 531: Conflicting attributes or multiple declaration of name. [INIT_PARALLELMATRICES] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 538: Conflicting attributes or multiple declaration of name. [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 538: The highest data type rank permitted is INTEGER(KIND=8). [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 538: Conflicting attributes or multiple declaration of name. [LCOLHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 538: The highest data type rank permitted is INTEGER(KIND=8). [LCOLHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 539: Conflicting attributes or multiple declaration of name. [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 539: The highest data type rank permitted is INTEGER(KIND=8). [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 539: Conflicting attributes or multiple declaration of name. [LCOLHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 539: The highest data type rank permitted is INTEGER(KIND=8). [LCOLHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 542: Conflicting attributes or multiple declaration of name. [LDHS] SRC_lapw1/compile.msg:fortcom: Error: modules_tmp_.F, line 542: Conflicting attributes or multiple declaration of name. [LCOLHS] SRC_lapw1/compile.msg:fortcom: Severe: Too many errors, exiting SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 46: Cannot open include file 'mpif.h' SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 73: Cannot open include file 'mpif.h' SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 48: This name does not have a type, and must have an explicit type. [MPI_STATUS_SIZE] SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 48: The highest data type rank permitted is INTEGER(KIND=8). [MPI_STATUS_SIZE] SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 50: This name does not have a type, and must have an explicit type. [MPI_SUCCESS] SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 54: This name does not have a type, and must have an explicit type. [MPI_COMM_WORLD] SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 46: Cannot open include file 'mpif.h' SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 73: Cannot open include file 'mpif.h' SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 48: This name does not have a type, and must have an explicit type. [MPI_STATUS_SIZE] SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 48: The highest data type rank permitted is INTEGER(KIND=8). [MPI_STATUS_SIZE] SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 50: This name does not have a type, and must have an explicit type. [MPI_SUCCESS] SRC_lapw2/compile.msg:fortcom: Error: modules_tmp_.F, line 54: This name does not have a type, and must have an explicit type. [MPI_COMM_WORLD] [ Last edited by wuli8 on 2009-3-8 at 14:33 ] |

6楼2009-03-08 14:31:49
wax54
铜虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 151.2
- 帖子: 86
- 在线: 28.4小时
- 虫号: 507923
- 注册: 2008-02-20
- 性别: GG
- 专业: 凝聚态物性 II :电子结构
7楼2009-03-08 14:39:52
wax54
铜虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 151.2
- 帖子: 86
- 在线: 28.4小时
- 虫号: 507923
- 注册: 2008-02-20
- 性别: GG
- 专业: 凝聚态物性 II :电子结构
8楼2009-03-08 14:45:57
wuli8
荣誉版主 (知名作家)
…………
- 1ST强帖: 2
- 应助: 35 (小学生)
- 贵宾: 12.924
- 金币: 20189.4
- 散金: 15888
- 红花: 88
- 沙发: 4
- 帖子: 7840
- 在线: 1114.6小时
- 虫号: 465889
- 注册: 2007-11-23
- 专业: 物理学I
- 管辖: 计算模拟

9楼2009-03-08 14:47:20













回复此楼