Hi!
Thanks for answering, but I already did it before posting my question, going back
to last February, (before the 2.3.4 version), and I could not find an answer.
There were posts with similar problems, like "Open SUSE Linux issue with
2.3.4" or "Result files not created but the job is finished
"correctly"" and an older
"No results after a run 2.3.3" but I do not believe they were solved.
Am I missing something?
PS I'm accessing the Linux machine as root, so there should not be administrative
privilege problems
--
You received this message because you are subscribed to the Google Groups "structure-software" group.
To view this discussion on the web visit https://groups.google.com/d/msg/structure-software/-/lKC6-XxtMrgJ.
In the event you still have not fixed the problem, are you by any chance running Linux 64bit? I know I had the same issue, and it was because of that.
The way I fixed it was to use:
"sudo apt-get install ia32-libs"
which installs libraries necessary to run 32 bit programs on 64 bit systems. Then I ran structure as per instructions and it worked fine.
,Andrei
you can find out if you have the wrong version of structure by trying to start the binary: <installation folder>/bin/structure
If you get a complaint about a wrong ELF interpreter you probably try to start a 32bit structure in a 64bit environment.
The Andrei suggested won't be of use to you if you're using a Fedora machine. Redhat-based systems don't have a metapackage like ia32-libs on Debian/Ubuntu. You'll have to find out which libs you need and install their compat-versions, which can become quite cumbersome.
It might be easier to compile the structure binary on the 64 bit machine from source. You can probably just exchange it for the 32 bit one.
As for the multi-threading problem: Try creating the options files with the frontend and using them on the binaries "manually". You can then start multiple instances with different Ks in parallel, even on more than one machine, which makes the analysis considerably faster.
Best,
Markus
> To unsubscribe from this group, send email to structure-software+unsub...@googlegroups.com.