Home
last modified time | relevance | path

Searched refs:coarray (Results 1 – 25 of 1354) sorted by relevance

12345678910>>...55

/dports/lang/opencoarrays/OpenCoarrays-2.9.0/src/tests/integration/pde_solvers/navier-stokes/
H A DMakefile_NS_GASNET4 executable=coarray-shear
14 compile=ifort -coarray=shared -standard-semantics -O3 -coarray-num-images=2
24 $(executable): coarray-shear.o $(objects) Makefile
25 …$(GASNET_LD) $(GASNET_LDFLAGS) $(LIBCAF_FLAGS) $(opt) coarray-shear.o $(objects) -lgfortran -lm -o…
27 coarray-shear.o: coarray-shear.f90 $(objects) Makefile
28 $(compile) -c coarray-shear.f90
38 -rm -f coarray-shear.o *.mod $(executable) core fort.*
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Semantics/
H A Dmisc-declarations.f9012 real, allocatable :: coarray[:] component
14 real :: coarray[*] variable
27 volatile :: coarray
31 subroutine C868(coarray,coarrayComponent) argument
32 real, volatile :: coarray[*]
36 volatile :: coarray
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dmisc-declarations.f9013 real, allocatable :: coarray[:] component
15 real :: coarray[*] variable
28 volatile :: coarray
32 subroutine C868(coarray,coarrayComponent) argument
33 real, volatile :: coarray[*]
37 volatile :: coarray
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dmisc-declarations.f9012 real, allocatable :: coarray[:] component
14 real :: coarray[*] variable
27 volatile :: coarray
31 subroutine C868(coarray,coarrayComponent) argument
32 real, volatile :: coarray[*]
36 volatile :: coarray
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dmisc-declarations.f9012 real, allocatable :: coarray[:] component
14 real :: coarray[*] variable
27 volatile :: coarray
31 subroutine C868(coarray,coarrayComponent) argument
32 real, volatile :: coarray[*]
36 volatile :: coarray
H A Dthis_image.f909 integer :: coscalar[*], coarray(3)[*] local
10 save :: coteam, coscalar, coarray
16 print *, this_image(coarray)
17 print *, this_image(coarray, team)
18 print *, this_image(coarray, 1)
19 print *, this_image(coarray, 1, team)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dmisc-declarations.f9013 real, allocatable :: coarray[:] component
15 real :: coarray[*] variable
28 volatile :: coarray
32 subroutine C868(coarray,coarrayComponent) argument
33 real, volatile :: coarray[*]
37 volatile :: coarray
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dmisc-declarations.f9012 real, allocatable :: coarray[:] component
14 real :: coarray[*] variable
27 volatile :: coarray
31 subroutine C868(coarray,coarrayComponent) argument
32 real, volatile :: coarray[*]
36 volatile :: coarray
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dmisc-declarations.f9012 real, allocatable :: coarray[:] component
14 real :: coarray[*] variable
27 volatile :: coarray
31 subroutine C868(coarray,coarrayComponent) argument
32 real, volatile :: coarray[*]
36 volatile :: coarray
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dmisc-declarations.f9013 real, allocatable :: coarray[:] component
15 real :: coarray[*] variable
28 volatile :: coarray
32 subroutine C868(coarray,coarrayComponent) argument
33 real, volatile :: coarray[*]
37 volatile :: coarray
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/fortran/13 coarray/
H A Dmeson.build1 project('Fortran coarray', 'fortran',
10 # coarray is required because single-image fallback is an intrinsic feature
11 coarray = dependency('coarray') variable
13 # check coarray, because user might not have all the library stack installed correctly
17 if fc.run('sync all; end', dependencies: coarray, name: 'Coarray link & run').returncode() != 0
18 …error('MESON_SKIP_TEST: coarray stack (including MPI) did not link correctly so that a simple test…
22 dependencies : coarray)
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/fortran/13 coarray/
H A Dmeson.build1 project('Fortran coarray', 'fortran',
10 # coarray is required because single-image fallback is an intrinsic feature
11 coarray = dependency('coarray') variable
13 # check coarray, because user might not have all the library stack installed correctly
17 if fc.run('sync all; end', dependencies: coarray, name: 'Coarray link & run').returncode() != 0
18 …error('MESON_SKIP_TEST: coarray stack (including MPI) did not link correctly so that a simple test…
22 dependencies : coarray)
/dports/devel/meson/meson-0.60.3/test cases/fortran/13 coarray/
H A Dmeson.build1 project('Fortran coarray', 'fortran',
10 # coarray is required because single-image fallback is an intrinsic feature
11 coarray = dependency('coarray') variable
13 # check coarray, because user might not have all the library stack installed correctly
17 if fc.run('sync all; end', dependencies: coarray, name: 'Coarray link & run').returncode() != 0
18 …error('MESON_SKIP_TEST: coarray stack (including MPI) did not link correctly so that a simple test…
22 dependencies : coarray)
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/fortran/13 coarray/
H A Dmeson.build1 project('Fortran coarray', 'fortran',
10 # coarray is required because single-image fallback is an intrinsic feature
11 coarray = dependency('coarray') variable
13 # check coarray, because user might not have all the library stack installed correctly
17 if fc.run('sync all; end', dependencies: coarray, name: 'Coarray link & run').returncode() != 0
18 …error('MESON_SKIP_TEST: coarray stack (including MPI) did not link correctly so that a simple test…
22 dependencies : coarray)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/fortran/13 coarray/
H A Dmeson.build1 project('Fortran coarray', 'fortran',
10 # coarray is required because single-image fallback is an intrinsic feature
11 coarray = dependency('coarray') variable
13 # check coarray, because user might not have all the library stack installed correctly
17 if fc.run('sync all; end', dependencies: coarray, name: 'Coarray link & run').returncode() != 0
18 …error('MESON_SKIP_TEST: coarray stack (including MPI) did not link correctly so that a simple test…
22 dependencies : coarray)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9049 call coarray(caf1) ! rank mismatch; OK, for non allocatable coarrays
50 call coarray(caf2)
51 call coarray(caf2[1]) ! { dg-error "must be a coarray" }
66 subroutine coarray(a) subroutine
68 end subroutine coarray argument

12345678910>>...55