You are here

Error msg while compiling on a new cluster

3 posts / 0 new
Last post
Error msg while compiling on a new cluster
#1

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.

Category: 
Post Situation: 
Fri, 2019-02-15 20:55
jharamesh

Have you tried compiling without the extras or without bin?

Sat, 2019-02-16 07:00
ajasja

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.

Sat, 2019-02-16 08:40
smlewis