Search found 6 matches
- Mon Dec 15, 2014 2:39 am
- Forum: Configuring and compiling ABINIT
- Topic: help MPI support on dual CPU server
- Replies: 8
- Views: 6329
Re: help MPI support on dual CPU server
attachment is the config.log of openompi with intel compiler SO the openmpi works. but why the detection in abinit failed [root@c64 openmpi-1.8.3]# ldconfig --print |grep -i mpi libvt.so.0 (libc6,x86-64) => /opt/openmpi-intel/lib/libvt.so.0 libvt.so (libc6,x86-64) => /opt/openmpi-intel/lib/libvt.so ...
- Mon Dec 15, 2014 2:36 am
- Forum: Configuring and compiling ABINIT
- Topic: help MPI support on dual CPU server
- Replies: 8
- Views: 6329
Re: help MPI support on dual CPU server
ok, I just tried another configuration, with the intel compliler 2013 I compile the openmpi with options ./configure CC=icc CXX=icpc FC=ifort --prefix=/opt/openmpi-intel/ after make, I enter make check, the result show all tests passed. Contiguous multiple data-type (1*4500) raw extraction in 0 micr...
- Sun Dec 14, 2014 9:03 am
- Forum: Configuring and compiling ABINIT
- Topic: help MPI support on dual CPU server
- Replies: 8
- Views: 6329
Re: help MPI support on dual CPU server
I revised the configuration file. but the script output the same error message. I think I had use this setting before. config.log is attached. ============================================================================== === Multicore architecture support === =======================================...
- Sat Dec 13, 2014 4:22 am
- Forum: Configuring and compiling ABINIT
- Topic: help MPI support on dual CPU server
- Replies: 8
- Views: 6329
Re: help MPI support on dual CPU server
the configuration file for centos 64
run under vmware workstation 10
I have tried run another cenos7 , in real mode. The message is the same, corrupt on mpicc
The host OS is windows server 2012, I have to shared it with other colleagues.
run under vmware workstation 10
I have tried run another cenos7 , in real mode. The message is the same, corrupt on mpicc
The host OS is windows server 2012, I have to shared it with other colleagues.
- Sat Dec 13, 2014 4:19 am
- Forum: Configuring and compiling ABINIT
- Topic: help MPI support on dual CPU server
- Replies: 8
- Views: 6329
Re: help MPI support on dual CPU server
checking whether to use C clock for timings... no ============================================================================== === Multicore architecture support === ============================================================================== checking whether to enable OpenMP support... yes chec...
- Fri Dec 12, 2014 2:29 am
- Forum: Configuring and compiling ABINIT
- Topic: help MPI support on dual CPU server
- Replies: 8
- Views: 6329
help MPI support on dual CPU server
hi, I have a lenovo D20 server, dual CPUs and 12 cores. The OS is centos7, with epel repo I configure all the requeirements from vendor and epel repo, and I can run through the tests under serial mode. but when I compile with MPI support, it always failed. the terminal message is: ==================...