No help page for ‘tau target create’
Command Line Usage
tau target create <target_name> [arguments]
| Optional Arguments | Description |
|---|---|
| -@ level | Create the target at the specified storage level. |
| – level: project, user, system | |
| -h, –help | Show this help message and exit. |
| CUDA Arguments | Description |
|---|---|
| –cuda-compilers family | Select all CUDA compilers automatically from the given family, ignored if at least one CUDA compiler is specified. |
| – family: IBM, NVIDIA | |
| –cuda-cxx command | CUDA compiler command. |
| –cuda-fc command | CUDA Fortran compiler command. |
| –cuda-toolkit path | Path to NVIDIA CUDA Toolkit (enables OpenCL support). |
| Host Arguments | Description |
|---|---|
| –arch arch | Host architecture. |
| – arch: x86_64, KNL, ppc64le, arm32, ppc64, BGL, KNC, BGP, BGQ, arm64, ibm64 | |
| –cc command | Host C compiler command. |
| –compilers family | Select all host compilers automatically from the given family, ignored if at least one host compiler is specified. |
| – family: Apple, BlueGene, Cray, GNU, IBM, Intel, PGI, System | |
| –cxx command | Host C++ compiler command. |
| –fc command | Host Fortran compiler command. |
| –os os | Host operating system. |
| – os: CNL, Darwin, CNK, Android, Linux |
| Message Passing Interface (MPI) Arguments | Description |
|---|---|
| –mpi-cc command | MPI C compiler command. |
| –mpi-compilers family | Select all MPI compilers automatically from the given family, ignored if at least one MPI compiler is specified. |
| – family: Cray, IBM, Intel, System | |
| –mpi-cxx command | MPI C++ compiler command. |
| –mpi-fc command | MPI Fortran compiler command. |
| –mpi-libraries flag [flag …] | Libraries to link to when building MPI applications. |
| Software Package Arguments | Description |
|---|---|
| –binutils (path|url|download|None) | Path or URL to a GNU binutils installation or archive file. |
| –libunwind (path|url|download|None) | Path or URL to a libunwind installation or archive file. |
| –ompt (path|url|download|None) | Path or URL to OMPT installation or archive file. |
| –otf (path|url|download|None) | Path or URL to libotf2 installation or archive file. |
| –papi (path|url|download|None) | Path or URL to a PAPI installation or archive file. |
| –pdt (path|url|download|None) | Path or URL to a PDT installation or archive file. |
| –scorep (path|url|download|None) | Path or URL to a Score-P installation or archive file. |
| –tau (path|url|download|nightly) | Path or URL to a TAU installation or archive file. |
| Symmetric Hierarchical Memory (SHMEM) Arguments | Description |
|---|---|
| –shmem-cc command | SHMEM C compiler command. |
| –shmem-compilers family | Select all SHMEM compilers automatically from the given family, ignored if at least one SHMEM compiler is specified. |
| – family: Cray, OpenSHMEM, SOS | |
| –shmem-cxx command | SHMEM C++ compiler command. |
| –shmem-fc command | SHMEM Fortran compiler command. |
| –shmem-libraries flag [flag …] | Libraries to link to when building SHMEM applications. |
| Target Arguments | Description |
|---|---|
| target_name | Target configuration name. |
| –from-tau-makefile path | Populate target configuration from a TAU Makefile (WARNING: Overrides safety checks). |
| Universal Parallel C Arguments | Description |
|---|---|
| –upc command | Universal Parallel C compiler command. |
Previous: TAU Commander Target Copy
Manual Home TOC
Next: TAU Commander Target Delete