Skip to content
Snippets Groups Projects

Fixed fortran test

Closed Ivan Tsybulin requested to merge tsybulin/parlib:master into master
! Created by on 08.06.2020.
#include "parlibf.h"
program parlibf_test
IMPLICIT NONE
#include "parlibf.h"
call PARLIB_INIT
write(*,*) "Fortran parlib works"
call PARLIB_DEINIT
end program parlibf_test
\ No newline at end of file
end program parlibf_test
Loading