You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Dr. Kong,
I was trying to install fix_phonon in Cray XT5 platform. I ve got these error
messages. Could you please help me that how can i solve this problems?
Best Regards
Sefa
"fix_phonon.cpp", line 144: error: class "LAMMPS_NS::Memory" has no member
"create"
RIloc = memory->create(RIloc,nGFatoms,(sysdim+1),"fix_phonon:RIloc");
^
"fix_phonon.cpp", line 145: error: class "LAMMPS_NS::Memory" has no member
"create"
RIall = memory->create(RIall,nGFatoms,(sysdim+1),"fix_phonon:RIall");
^
"fix_phonon.cpp", line 146: error: class "LAMMPS_NS::Memory" has no member
"create"
Rsort = memory->create(Rsort,nGFatoms, sysdim, "fix_phonon:Rsort");
^
"fix_phonon.cpp", line 148: error: class "LAMMPS_NS::Memory" has no member
"create"
Rnow = memory->create(Rnow, MAX(1,mynpt),fft_dim,"fix_phonon:Rnow");
^
"fix_phonon.cpp", line 149: error: class "LAMMPS_NS::Memory" has no member
"create"
Rsum = memory->create(Rsum, MAX(1,mynpt),fft_dim,"fix_phonon:Rsum");
^
"fix_phonon.cpp", line 151: error: class "LAMMPS_NS::Memory" has no member
"create"
basis = memory->create(basis,nucell, sysdim, "fix_phonon:basis");
^
"fix_phonon.cpp", line 154: error: class "LAMMPS_NS::Memory" has no member
"create"
Rqnow = memory->create(Rqnow,MAX(1,mynq),fft_dim, "fix_phonon:Rqnow");
^
Original issue reported on code.google.com by [email protected] on 16 Aug 2011 at 9:41
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Aug 2011 at 9:41The text was updated successfully, but these errors were encountered: