Last change
on this file since 4836 was
4530,
checked in by knoop, 4 years ago
|
palmtest: introducing separate PGI+CUDA build environment
|
File size:
689 bytes
|
Line | |
---|
1 | --- |
---|
2 | # this is a palmtest build configuration file |
---|
3 | |
---|
4 | compiler: |
---|
5 | id: PGI |
---|
6 | executable: "{{PGI.executable}}" |
---|
7 | mpi_wrapper: "{{PGI.mpi_wrapper}}" |
---|
8 | definitions: |
---|
9 | - "MPI_REAL=MPI_DOUBLE_PRECISION" |
---|
10 | - "MPI_2REAL=MPI_2DOUBLE_PRECISION" |
---|
11 | - "__parallel" |
---|
12 | - "__cuda_aware_mpi" |
---|
13 | options: |
---|
14 | default: |
---|
15 | - "-cpp" |
---|
16 | - "-w" |
---|
17 | - "-fast" |
---|
18 | - "-Mfree" |
---|
19 | - "-Mfprelaxed" |
---|
20 | - "-ta=tesla" |
---|
21 | - "-Minfo=accel" |
---|
22 | debug: |
---|
23 | - "-cpp" |
---|
24 | - "-g" |
---|
25 | - "-Minform=inform" |
---|
26 | - "-Mchkfpstk" |
---|
27 | - "-Mchkstk" |
---|
28 | - "-Mpgicoff" |
---|
29 | - "-traceback" |
---|
30 | - "-Mfree" |
---|
31 | - "-ta=tesla" |
---|
32 | - "-Minfo=accel" |
---|
33 | includes: [] |
---|
34 | |
---|
35 | linker: |
---|
36 | options: |
---|
37 | - "-ta=tesla" |
---|
Note: See
TracBrowser
for help on using the repository browser.