Rosetta Commons
Member Site
Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › Error msg while compiling on a new cluster
Not sure why scons is failing on a new cluster
>./scons.py bin -j16 mode=release extras=mpi
I see en error:
scons: *** Do not know how to make File target `bin’ (/usr/projects/xyz/shared/rosetta_3.10_release/main/source/bin). Stop.
rosetta_3.10_release could be easily compiled on my local machine.
Have you tried compiling without the extras or without bin?
When scons doesn’t understand bin it usually means either you are compiling from the wrong directory, or there is a problem with the hookup to python / a wrong python version.