aboutsummaryrefslogtreecommitdiff
blob: 3222dfcfc4e374e2e29052687b0b4b16f245c46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>xarthisius@gentoo.org</email>
		<name>Kacper Kowalik</name>
	</maintainer>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription>
FortranCL is an OpenCL interface for Fortran 90. It allows programmers to call
the OpenCL parallel programming framework directly from Fortran, so developers
can accelerate their Fortran code using graphical processing units (GPU) and
other accelerators.
The interface is designed to be as close to C OpenCL interface as possible,
while written in native Fortran 90 with type checking. It was originally
designed as an OpenCL interface to be used by the Octopus code.
The interface is not complete but provides all the basic calls required to 
write a full Fortran 90 OpenCL program. 
</longdescription>
</pkgmetadata>