| 查看: 2014 | 回复: 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 ] |
» 猜你喜欢
面上提前没消息,有中的吗
已经有14人回复
这种情况还有戏吗
已经有12人回复
微信指数没变化,科研之友没阅读
已经有19人回复
准备明年的基金了
已经有7人回复
面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇!
已经有24人回复
2026年国自然面上资助率
已经有21人回复
基础研究怎么拉横向,学校到款任务越来越多,难以完成 拉横向,都有哪些途径啊
已经有10人回复
2027年申博
已经有3人回复
一个有机合成实验室都需要哪些设备?
已经有7人回复
HXDI做水性聚氨酯乳液,是不是特别容易出渣
已经有3人回复

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

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










回复此楼