...
g) Change into 'build' directory:
| Volet |
|---|
| cd build |
h) Create make files and dependencies
Only need once at the beginning and whenever you add any new routines or add include files or module "use" lines to an existing routine.
| Volet |
|---|
| cmake -DCOMPILER=intel -DCMAKE_VERBOSE_MAKEFILE=ON -DWORK_PREFIX=${abs_dir}/work ${abs_dir}/project |
i) Compile and create executable
...