Dear Christopher,
although the compilation under windows worked, I cannot run any simulations,
since every python script gives errors eg:
d:\programs\ProtoMS2\tutorials\protoms-setup-ligand>run.py 1.00
The syntax of the command is incorrect.
Traceback (most recent call last):
File "D:\programs\ProtoMS2\tutorials\protoms-setup-ligand\run.py", line 88, in <module>
sim.writeCommandFile("%s/used-%s.cmd" % (out,count))
File "../../interfaces\protoms.py", line 113, in writeCommandFile
f = open(filename,"w")
IOError: [Errno 2] No such file or directory: 'out/lam-1.00/used-0001.cmd'
In the Linux compilation, when I remove -m64 or change it to -m32 I get a long list of similar errors:
/usr/bin/ld: i386:x86-64 architecture of input file `updatesplitmoveresiduelist.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `updatesurfaces.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `updatetotalenergies.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `updateureybradley.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `ureybradleyenergy.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `veclength.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `veclength2.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `vecnormalise.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `volumemove.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `writenumberstring.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `writerestart.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `zeroallpdacont.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `zeropdacont.o' is incompatible with i386 output
collect2: ld returned 1 exit status
Can you help, please?
Jola