Skip to content

Commit

Permalink
added convertpfaff
Browse files Browse the repository at this point in the history
kousuke-nakano committed Jun 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 45a3458 commit e10d111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -515,13 +515,13 @@ if(EXT_TOOLS)

# serial tools
add_target_exe_serial_wrapper( makefort10 )
add_target_exe_serial_wrapper( convertpfaff )
add_target_exe_serial_wrapper( readforward-serial )
add_target_exe_serial_wrapper( convertfort10-serial )
add_target_exe_serial_wrapper( convertfort10mol-serial )

if(EXT_GPU)
# Non-gpu version is important only for testad

add_target_lib_serial_wrapper(common-nogpu-serial)
add_target_lib_serial_wrapper(complex-nogpu-serial)
add_target_lib_serial_wrapper(qlapack-nogpu-serial)

0 comments on commit e10d111

Please sign in to comment.