Member Site Forums Rosetta 3 Rosetta 3 – Build/Install test/run.py errors Reply To: test/run.py errors

#5503
Anonymous

    A) It appears you haven’t compiled the unit tests – did you compile them with “scons mode=release cat=test”? From your other thread, you may be using MPI; you’ll need to compile main Rosetta in not-MPI mode beforehand.

    B) You’re using the wrong database flag; it’s just -d. (This may be wrong in the documentation, try test/run.py -help). You may also need the –mode=”release” flag if you compile the tests in release mode.