LIB: Difference between revisions

No change in size ,  3 March 2021
→‎Host code example: fix position of -ldl in gfortran compile/link line
(→‎Problems: Feb 3, 2021 code update)
(→‎Host code example: fix position of -ldl in gfortran compile/link line)
Line 22: Line 22:
! 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_host.f90 -o test_generic_host
! gfortran -O -fopenmp generic_data_plugin.f90 test_generic_host.f90 -ldl -o test_generic_host
! run with  
! run with  
! ./test_generic_host < test.in
! ./test_generic_host < test.in
2,652

edits