We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eee3be commit 4cafd03Copy full SHA for 4cafd03
src/tests/integration/pde_solvers/coarrayHeatSimplified/Makefile
@@ -3,10 +3,7 @@ compiler=gnu
3
executable=co_heat
4
5
ifeq ($(compiler),gnu)
6
- opencoarrays_dir=/opt/opencoarrays
7
- opt=-L $(opencoarrays_dir)/lib
8
- compile=mpifort -fcoarray=lib
9
- lib=-lcaf_mpi
+ compile=caf
10
else
11
ifeq ($(compiler),intel)
12
compile=ifort -coarray=shared -standard-semantics -O3 -coarray-num-images=2
0 commit comments