Build only specified objectfile

Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Build only specified objectfile

  • This topic has 2 replies, 2 voices, and was last updated 11 years ago by Anonymous.
Viewing 2 reply threads
  • Author
    Posts
    • #1644
      Anonymous

        Hi,
        I would like to install .exe for only fixbb, ligrpkmin, liganddock.

        From rosetta manual i got the below:-

        Build only specified objectfile
        scons /

        So where exactly are the object file ; I would be happy if you could give a working example for a particular .exe.

        Also i want mpi in it. Will just adding extras=mpi is enough.

      • #9026
        Anonymous

          I missed something:

          https://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/d8/df1/build.html

          In the above link they have given how to Build only specified objectfile can you help me out?

        • #9027
          Anonymous

            If you just want to compile fixbb, ligrpkmin, and liganddock, then you would do something like the following:

            scons mode=release bin/fixbb.linuxgccrelease bin/ligrpkmin.linuxgccrelease bin/liganddock.linuxgccrelease

            (Substitute the platform and compiler as appropriate)

            The executable file will be in the rosetta_source/bin directory.

            Regarding MPI, adding extras=mpi to the scons commandline should be enough, but you may need to alter your environment variables, etc. to make sure that your MPI compiler and libraries can be found when building.

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.