Re: [Wien] time difference among nodes

2015-09-25 Thread Pawel Lesniak
f time. The last concept is to prepare a job to run at the same time on the same node as Wien2K, consisting of several "ps auxww | grep ogando >> ${HOME}/ps.output; sleep 2" commands. It will give you some information on what's going on. Think of it as non-interactive top

[Wien] w2web proplem

2010-03-12 Thread Pawel Lesniak
W dniu 12.03.2010 21:50, Ibrahim, El-Said pisze: > Hi > > I was installing wien2k > and when I try to begin I find > > sal at sal-laptop:~$ w2web > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE = (unset), > LC_ALL = (unset), >

[Wien] graphical interface is not coming

2010-02-04 Thread Pawel Lesniak
always) or http://localhost:7890/ (this one works almost always) Of course this is true only when w2web is started on the same computer which is running browser. Otherwise point your browser to http://aaa.bbb.ccc.ddd:7890/, where aaa.bbb.ccc.ddd is the IP address of computer running w2web

[Wien] lapw0_mpi (MPI_Bcast) bug

2010-02-03 Thread Pawel Lesniak
buff ? I believe correct version is: call MPI_Bcast(potk(it1), ibbuff, MPI_DOUBLE_COMPLEX , 0,MPI_COMM_WORLD , ierr) Pawel Lesniak

[Wien] Missing k-points in SGE job

2009-11-18 Thread Pawel Lesniak
> Dear users, > > I was running parallel jobs on a supercomputer using SGE and > WIEN2k_08 when I noticed a strange problem which causes my job to > crash. Suppose that I'm running 84 k-points on 6 nodes, then each > node will handle 14 k-points and so I should have six sets of k-point > files eac

[Wien] failed compilation wien2k

2009-08-31 Thread Pawel Lesniak
ns of file: 555 (r-xr-xr-x) > i do appreciate the assistance on this matter. No problem Regards, Pawel Lesniak

[Wien] failed compilation wien2k

2009-08-31 Thread Pawel Lesniak
age to run wien2k now, you can run into difficulties later (with compilation). Regards, Pawel Lesniak

[Wien] failed compilation wien2k

2009-08-31 Thread Pawel Lesniak
EXEC_ > Change R_LIBS to: -L/opt/intel/mkl/10.2.1.017/lib/em64t -lmkl_lapack -lmkl -liomp5 lmkl_core is not sufficient, you need to link against lmkl Regards, Pawel Lesniak

[Wien] failed compilation wien2k

2009-08-31 Thread Pawel Lesniak
Pawel Lesniak pisze: > Jeff DeReus pisze: >> I am trying to compile WIEN2K_09 and running into some issues. I was >> hoping to get some assistance from the user community. >> >> I am running CentOS5.3 on dual core dell machines, intel >> non-commercial

[Wien] failed compilation wien2k

2009-08-31 Thread Pawel Lesniak
kl 10.1 - works ok. In your config error is obvious: -L is to set PATH to library to link dynamically to library in file /opt/intel/mkl/10.2.1.017/lib/em64t/libmkl_lapack.so <http://10.2.1.017/lib/em64t/libmkl_lapack.so> you should use sth like: -L/opt/intel/mkl/10.2.1.017/lib/em64t -lm

[Wien] (no subject)

2009-08-05 Thread Pawel Lesniak
.com/mail_cn/tagline/card/*http://card.mail.cn.yahoo.com/> > > > > ___ > Wien mailing list > Wien at zeus.theochem.tuwien.ac.at > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien > Take a look here: http://hartree-fock.blogspot.com/2009/02/wien2k-fedora-10-issue.html Pawel Lesniak

[Wien] parallel task stops at the end of LAPW1

2009-07-23 Thread Pawel Lesniak
Lyudmila Dobysheva pisze: > > On Tuesday 21 July 2009 21:08:36 Pawel Lesniak wrote: > > > Try running lapw1 uplapw1_1.def > > I have tried > > lapw1 uplapw1_1.def > > It works o'k. But if I make > > lapw1 uplapw1_1.def & > > it comes to back

[Wien] parallel task stops at the end of LAPW1

2009-07-21 Thread Pawel Lesniak
ing? If it's tcsh 6.15.01 or newer, you have to apply a small patch to your wien2k package. > .time1_ contains only "localhost(18)" > > I think the problem lies in command & > Could you please advice me something? > & at the end means that command will be executed in background, so script can carry on without waiting for command to be finished. Regards, Pawel Lesniak