Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Build Error, ubuntu 10.10, scons 2.0, python 2.6.6 and gcc 4.4.5, truncation Reply To: Build Error, ubuntu 10.10, scons 2.0, python 2.6.6 and gcc 4.4.5, truncation

#5115
Anonymous

    There’s no formal check, but an easy way is to run the integration tests:


    cd rosetta_source/test/integration
    python integration.py -j(num_procs) -d path/to/rosetta_database

    It will take quite a while, as it runs short trajectories of many Rosetta executeables. If none explicitly fail (it will print a failure message), you can look into ref/(testname) to see the results of any given test; if they look like not-garbage then you’re probably okay.