CCPP and SCM Online Tutorial | Download and Build

Download and Build

Defining your workspace

 

The first step is to create an environment variable that contains the path to the directory in which you will build and run the SCM. 

Go to the directory in which you will build and run the SCM and run the command below substituting /path/to/my/build/and/run/directory with your actual directory name

cd /path/to/my/build/and/run/directory

Next, define an environment variable that contains the path

For C-Shell:

setenv SCM_WORK `pwd`

For Bourne Shell:

export SCM_WORK=`pwd`
 

Determining your platform

 

In order to build the SCM, you need to have either a computational platform that meets certain system requirements and has certain pre-installed libraries and tools or use a Docker container. Please follow one of the options below to build the SCM.