Changeset c510a7 for pcp/src/init.c
- Timestamp:
- Apr 29, 2008, 12:19:51 PM (18 years ago)
- Children:
- e936b3
- Parents:
- 307fd1
- File:
-
- 1 edited
-
pcp/src/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/init.c
r307fd1 rc510a7 1176 1176 struct LatticeLevel *LevS = R->LevS; 1177 1177 MPI_Comm_rank(P->Par.comm_ST_Psi, &myPE); // Determines the rank of the calling process in the communicator 1178 //char name[ 255];1178 //char name[MAXSTRINGSIZE]; 1179 1179 //sprintf(name, ".Psis-%i.all", myPE); 1180 1180 //FILE *psi; … … 1533 1533 /* Namen einlesen */ 1534 1534 1535 P->Files.filename = MallocString(MAX DUMMYSTRING,"ReadParameters: filename");1535 P->Files.filename = MallocString(MAXSTRINGSIZE,"ReadParameters: filename"); 1536 1536 ParseForParameter(P->Call.out[ReadOut],file, "mainname", 0, 1, 1, string_type, P->Files.filename, 1, critical); 1537 1537 //debug(P,"mainname"); 1538 1538 CreateMainname(P, filename); 1539 P->Files.default_path = MallocString(MAX DUMMYSTRING,"ReadParameters: default_path");1539 P->Files.default_path = MallocString(MAXSTRINGSIZE,"ReadParameters: default_path"); 1540 1540 ParseForParameter(P->Call.out[ReadOut],file, "defaultpath", 0, 1, 1, string_type, P->Files.default_path, 1, critical); 1541 P->Files.pseudopot_path = MallocString(MAX DUMMYSTRING,"ReadParameters: pseudopot_path");1541 P->Files.pseudopot_path = MallocString(MAXSTRINGSIZE,"ReadParameters: pseudopot_path"); 1542 1542 ParseForParameter(P->Call.out[ReadOut],file, "pseudopotpath", 0, 1, 1, string_type, P->Files.pseudopot_path, 1, critical); 1543 1543 ParseForParameter(P->Call.out[ReadOut],file,"ProcPEGamma", 0, 1, 1, int_type, &(P->Par.proc[PEGamma]), 1, critical);
Note:
See TracChangeset
for help on using the changeset viewer.
