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?

#5588
Anonymous

    Thanks for the advice. I am attempting an MPI installation in my own directory. The basic installation seemed to work fine, but I ran into trouble with the mpiCC installation. Regarding the system-specific steps, specifically the mpiCC compiler, I get this error:

    scons: Building targets …
    mpiCC -o build/src/release/linux/2.6/64/x86/gcc/mpi/apps/public/AbinitioRelax.o -c -std=c++98 -pipe -ffor-scope -W -Wall -pedantic -Wno-long-long -O3 -ffast-math -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -DNDEBUG -DUSEMPI -Isrc -Iexternal/include -Isrc/platform/linux/64/gcc -Isrc/platform/linux/64 -Isrc/platform/linux -Iexternal/boost_1_38_0 -I/usr/local/include -I/usr/include src/apps/public/AbinitioRelax.cc
    sh: mpiCC: command not found
    scons: *** [build/src/release/linux/2.6/64/x86/gcc/mpi/apps/public/AbinitioRelax.o] Error 127
    scons: building terminated because of errors.

    I’ve already adjusted the SConstruct file to include the pat the mpiCC:
    path =
    env = Environment(ENV = {‘PATH’ : path})

    Any ideas?

    Thanks!