2,684
edits
m (fix link) |
(→Host code example: Fixed typo missing _host. Thx Graeme!) Tags: Mobile edit Mobile web edit |
||
Line 20: | Line 20: | ||
! ifort -qopenmp generic_data_plugin.f90 test_generic_host.f90 -o test_generic_host | ! ifort -qopenmp generic_data_plugin.f90 test_generic_host.f90 -o test_generic_host | ||
! or | ! or | ||
! gfortran -O -fopenmp -ldl generic_data_plugin.f90 | ! gfortran -O -fopenmp -ldl generic_data_plugin.f90 test_generic_host.f90 -o test_generic_host | ||
! run with | ! run with | ||
! ./test_generic_host < test.in | ! ./test_generic_host < test.in |