Member Site Forums Rosetta 3 Rosetta 3 – General Remote access to Rosetta on Blue Gene or another HPC system? Reply To: Remote access to Rosetta on Blue Gene or another HPC system?

#5595
Anonymous

    Another possibility opens up if your system wants you to use “mpicxx” instead of “mpicc”. You can force an override there by editing user.settings (in tools/build):


    "gcc, mpi" : {
    "overrides" : {
    "cxx" : "mpicxx"
    },
    },