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

Typo in sample/Makefile #378

Open
sekocabas opened this issue Dec 31, 2020 · 0 comments
Open

Typo in sample/Makefile #378

sekocabas opened this issue Dec 31, 2020 · 0 comments

Comments

@sekocabas
Copy link

When compiling the debug version of the sample programs, there is an issue with ctmrg-g build. The following change on line 67 seems to fix it.

--- a/sample/Makefile
+++ b/sample/Makefile
@@ -64,7 +64,7 @@ trg-g: mkdebugdir .debug_objs/trg.o $(ITENSOR_GLIBS) $(TENSOR_HEADERS)
 ctmrg: ctmrg.o $(ITENSOR_LIBS) $(TENSOR_HEADERS)
        $(CCCOM) $(CCFLAGS) ctmrg.o -o ctmrg $(LIBFLAGS)
 
-ctmrg-g: mkdebugdir .debug_objs/trg.o $(ITENSOR_GLIBS) $(TENSOR_HEADERS)
+ctmrg-g: mkdebugdir .debug_objs/ctmrg.o $(ITENSOR_GLIBS) $(TENSOR_HEADERS)
        $(CCCOM) $(CCGFLAGS) .debug_objs/ctmrg.o -o ctmrg-g $(LIBGFLAGS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant