Changeset 76b3dc for util


Ignore:
Timestamp:
Apr 24, 2008, 11:14:27 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
464c6d
Parents:
090299
Message:

.csv files of linear response values are written on first level, appended on all latters. No more .L1.csv.

Essentially, this is a fix, as it was meant to be like that before. Level in filename is not needed anymore as we are writing the correct ecut (respective to the current level) into the file. Hence, we may easily pack all into one file. This was already implemented with one of the three values but not with all and not for each PAS and non-PAS. Now, we have a if (Lev0->LevelNo == MaxLevel-2) check everywhere and OpenFile either in write or in append mode and put a header only in the former case.
Also, PAS values are now also written for the magnetic moments which was not done before (only to screen).

Location:
util
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • util/CreateFromXYZ.sh.in

    r090299 r76b3dc  
    99#pfad="${2}/`basename ${1}`"
    1010pfad="$2"
    11 molecuilder="/home/heber/workspace/pcp_alternate/bin/"
    12 pseudopot="/home/heber/workspace/pcp_alternate/defaults/pseudopot"
     11exec_prefix=@prefix@
     12molecuilder=@bindir@
     13pseudopot="${exec_prefix}/defaults/pseudopot"
    1314
    1415echo "Target dir is ${pfad}, using xyz file ${mol}."
  • util/dynamicANOVA.sh.in

    r090299 r76b3dc  
    55MPIRUN="/opt/packages/mpichgm-1.2.7..15/bin/mpirun.ch_gm"
    66#MPIRUN="/usr/bin/mpirun.mpich"
    7 MOLECUILDER="/home/heber/workspace/espack/pcp/bin/molecuilder"
    8 JOINER="/home/heber/workspace/espack/pcp/bin/joiner"
    9 PCP="/home/heber/workspace/espack/pcp/bin/pcp"
     7exec_prefix=@prefix@
     8MOLECUILDER=@bindir@/molecuilder
     9JOINER=@bindir@/joiner
     10PCP=@bindir@/pcp
    1011
    1112function check {
Note: See TracChangeset for help on using the changeset viewer.