Re: openmx and linux distribution ( No.1 ) |
- Date: 2015/02/10 21:27
- Name: T. Ozaki
- Hi,
Though basically the installation of OpenMX does not depend on linux distribution, we are generally using RedHat and SuSE.
Regards,
TO
|
Re: openmx and linux distribution ( No.2 ) |
- Date: 2015/02/11 16:48
- Name: Mosahhar <mosahar_bagheri@yahoo.com>
- Hi,
Dear professor Ozaki, thank you so much best regards
|
Re: openmx and linux distribution ( No.3 ) |
- Date: 2015/02/21 23:10
- Name: marcindulak <Marcin.Dulak@fysik.dtu.dk>
- Hi,
i'm working on getting openmx into Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1156086 It takes time due to the fact there are not many people willing to review packages. You can try to rebuidl the RPM (rpmbuild --rebuild openmx-3.7.8-1.fc21.src.rpm), but you need a fairly recent Fedora (>= 21) due to elpa dependency, or just get an unofficial build from here: http://koji.fedoraproject.org/koji/taskinfo?taskID=9016138
|
Re: openmx and linux distribution ( No.4 ) |
- Date: 2015/02/22 02:13
- Name: Mosahhar <mosahar_bagheri@yahoo.com>
- Hi, good job dear marcin and I appreciate it.
Thanks again
|
Re: openmx and linux distribution ( No.5 ) |
- Date: 2015/02/22 06:07
- Name: Mosahhar <mosahar_bagheri@yahoo.com>
- Dear Marcin would you explain step-by-step guide to install openmx through rpm based packages?
at present I'm using centos 7 and have acml and mpich3 installed. Thank you in advance
|
Re: openmx and linux distribution ( No.6 ) |
- Date: 2015/02/23 16:24
- Name: marcindulak <Marcin.Dulak@fysik.dtu.dk>
- On CentOS7 x86_64 you can do this (this is an unofficial build that bundles ELPA):
url=https://kojipkgs.fedoraproject.org//work/tasks/4795/9034795/ su -c "yum -y install ${url}/openmx-3.7.10-elpa1.el7.x86_64.rpm ${url}/openmx-common-3.7.10-elpa1.el7.noarch.rpm ${url}/openmx-data-3.7.10-elpa1.el7.noarch.rpm ${url}/openmx-mpich-3.7.10-elpa1.el7.x86_64.rpm ${url}/openmx-openmpi-3.7.10-elpa1.el7.x86_64.rpm"
Run an openmx example:
module load mpi/openmpi-x86_64 echo "DATA.PATH /usr/share/openmx/DFT_DATA13" | cat - /usr/share/openmx/work/input_example/H2O.dat > H2O.dat mpiexec -np 2 `which openmx_openmpi` H2O.dat
|
Re: openmx and linux distribution ( No.7 ) |
- Date: 2015/02/26 01:27
- Name: mojtaba <barnamehshop@yahoo.com>
- Hi all advances :
can help me to install openmx through rpm based packages? my platform is fedora 21 and acml and MPICH3
|
Re: openmx and linux distribution ( No.8 ) |
- Date: 2015/02/26 20:42
- Name: marcindulak <Marcin.Dulak@fysik.dtu.dk>
- Hi,
just replace the koji url in post No.6 with the one from post No.3, and CentOS7 filenames with Fedora ones (openmx*-3.7.8-1.fc21.*.rpm) from the koji build page.
|
Re: openmx and linux distribution ( No.9 ) |
- Date: 2015/03/01 18:14
- Name: amir <it.i30t@gmail.com>
- hi
Dear Marcin L've followed your instructions on installing openmx on centos 7 but during installation through internet I get the following message:
---> Package tcl.x86_64 1:8.5.13-4.el7 will be installed --> Finished Dependency Resolution Error: Package: openmx-mpich-3.7.10-elpa1.el7.x86_64 (/openmx-mpich-3.7.10-elpa1.el7.x86_64) Requires: libopenblas.so.0()(64bit) Error: Package: openmx-openmpi-3.7.10-elpa1.el7.x86_64 (/openmx-openmpi-3.7.10-elpa1.el7.x86_64) Requires: libopenblas.so.0()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [TYAN@localhost ~]$
|
Re: openmx and linux distribution ( No.10 ) |
- Date: 2015/03/02 19:03
- Name: marcindulak <Marcin.Dulak@fysik.dtu.dk>
- The CentOS7 package needs the EPEL repository configured: https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F
|