alter_elements

Moderators: cyao, michael_borland

Post Reply
broemmel
Posts: 1
Joined: 19 Jul 2012, 14:32

alter_elements

Post by broemmel » 07 Oct 2012, 10:41

In the .ele file

&alter_elements
name = X107
item = FILENAME
string_value = booger
&end

gives the output

&alter_elements
name = X107,
item = FILENAME,
type = {NULL},
exclude = {NULL},
value = 0.000000000000000e+00,
string_value = booger,
differential = 0,
multiplicative = 0,
verbose = 0,
allow_missing_elements = 0,
allow_missing_parameters = 0,
start_occurence = 0,
end_occurence = 0,
s_start = -1.000000000000000e+00,
s_end = -1.000000000000000e+00,
after = {NULL},
before = {NULL},
&end

In save_lattice output there is only

X107: WATCH

which of course generates the following error

MPI_File_open failed: MPI_File_open failed: File does not exist, error stack:
(unknown)(): File does not exist
File does not exist, error stack:
ADIOI_UFS_OPEN(67): File does not exist

michael_borland
Posts: 1927
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: alter_elements

Post by michael_borland » 10 Oct 2012, 08:09

I tried this and it worked fine with both elegant and Pelegant. Can you post a complete set of files that exhibit the problem?

--Michael

Post Reply