--
You received this message because you are subscribed to the Google Groups "Vampire Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vampire-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vampire-users/4a174c2c-4648-4b24-a0d1-2ef9724919c1n%40googlegroups.com.
<vampire_compilation.png>

On 22 Jun 2026, at 05:18, gabo...@gmail.com <gabo...@gmail.com> wrote:
Richard,Even though, I can manually create a spininitialize folder in the obj directory to get past the build error. Would it be possible for you to add a spininitialize folder in the develop branch [1] between the simulate and spinlattice folder highlighted in the screenshot so that the following error doesn't occur when running make?$ g++ --version
g++ (Ubuntu 15.2.0-16ubuntu1) 15.2.0...$ make...g++ -std=c++11 -DCOMP='"GNU C++ Compiler"' -c -o obj/spininitialize/data.o -O3 -mtune=native -funroll-all-loops -fexpensive-optimizations -funroll-loops -I./hdr -I./src/qvoronoi -std=c++11 -Wsign-compare src/spininitialize/data.cpp
Assembler messages:
Fatal error: can't create obj/spininitialize/data.o: No such file or directory
make: *** [makefile:193: obj/spininitialize/data.o] Error 1
<spininitialize.png>Thanks,GavinVAMPIRE userOn Friday, June 19, 2026 at 10:57:54 AM UTC-6 richard....@gmail.com wrote:Dear Pravin,Sorry about this - I just fixed it now! Please trygit pull origin developmake cleanmake -j 8All the best,RichardOn 19 Jun 2026, at 17:43, Pravin Sharma <pravin...@gmail.com> wrote:Hi all,
I am having a compilation issue with the develop branch on the cluster. I then ran git branch main, then compiled. However, I need the git branch develop for my calculations? This was working fine and then I git pull to the latest version and this started happening.
What might be the solution in this case? I am attaching the file that causes the error.Best Regards,Pravin
--
You received this message because you are subscribed to the Google Groups "Vampire Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vampire-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vampire-users/33cd7ca7-703b-4518-b168-f90b571ccb04n%40googlegroups.com.
<spininitialize.png>