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
I was trying to help my student compile qmp, I found my old compilation scripts no longer worked.
The lines below seemed to compile the code in scalar mode. (This was done for testing.)
I was trying to help my student compile qmp, I found my old compilation scripts no longer worked.
The lines below seemed to compile the code in scalar mode. (This was done for testing.)
git clone https://github.com/usqcd-software/qmp.git
cd qmp
cmake .
./configure
make
Is that a reasonable way to compile? It would be useful if the INSTALL file was updated.
The text was updated successfully, but these errors were encountered: