LIB: Difference between revisions

5 bytes added ,  4 December 2018
→‎Host code example: Fixed typo missing _host. Thx Graeme!
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 test_generic.f90 -o test_generic_host
! 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
2,652

edits