You are here

rosetta default and mpi @ same tree?

3 posts / 0 new
Last post
rosetta default and mpi @ same tree?
#1

Hi there,
Will rosetta default and mpi compilations coexists in the same directory tree?
I usually test flags with rosetta default to check things before launch the mpi process. However, I've experienced some weird behaviors after installing the last version 2014.35. Looks like something stupid but it's worth to check.
Best,
Fred

Category: 
Post Situation: 
Fri, 2014-11-28 05:53
fred

Yes, the scons build command separates out different "extras" builds into different subdirectories under build/, so you can have both an MPI and a "default" Rosetta living in the same directory. The one issue would be the two-part name in the bin/ directory (e.g. relax.linuxgccrelease versus relax.default.linuxgccrelease or relax.mpi.linuxgccrelease) - that corresponds to the last compile you've done, so an MPI compile will overwrite the default compile. If you use the three-part names, though, you'll be explicit about which version you want to use.

Fri, 2014-11-28 09:31
rmoretti

This is it! I think now I inverted the order of compilation used in the previous install.

Fri, 2014-11-28 10:15
fred