Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling problem #3

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment
Open

Compiling problem #3

GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link


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

@GoogleCodeExporter
Copy link
Author

Please check your lammps version;  this version of fix-phonon needs to be 
compile along with lammps newer than May 2011 version.

Original comment by [email protected] on 23 Aug 2011 at 6:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant