Last change
on this file since 1207 was
1171,
checked in by raasch, 11 years ago
|
New:
---
use_reference-case activated in accelerator version. (buoyancy, diffusion_e)
new option -e which defines the execution command to be used to run PALM,
compiler options for pgi/openacc added (palm_simple_run)
parameter sets for openACC benchmarks added (trunk/EXAMPLES/benchmark_acc)
Changed:
split of prognostic_equations deactivated (time_integration)
Errors:
bugfix: diss array is allocated with full size if accelerator boards are used (init_3d_model)
|
-
Property svn:executable set to
*
|
File size:
511 bytes
|
Line | |
---|
1 | # Contents of this file are included in palm's makefile if the simple install |
---|
2 | # process (palm_simple_install) is used. |
---|
3 | # Please adjust compiling parameters as required for your system. |
---|
4 | |
---|
5 | PROG=palm |
---|
6 | F90=pgf90 |
---|
7 | COPT= -Mpreprocess -D__nopointer -D__openacc -D__cuda_fft -D__lc |
---|
8 | F90FLAGS= -acc -ta=nvidia,5.0 -Minfo=acc -Mcray=pointer -fastsse -r8 -Mcuda=cuda5.0 |
---|
9 | LDFLAGS= -acc -ta=nvidia,5.0 -Minfo=acc -Mcray=pointer -fastsse -r8 -Mcuda=cuda5.0 -L/muksoft/packages/pgi/2013-133/linux86-64/2013/cuda/5.0/lib64 -lcufft |
---|
Note: See
TracBrowser
for help on using the repository browser.