Skip to content
Snippets Groups Projects
Commit 9af0f4a7 authored by Moe Jette's avatar Moe Jette
Browse files
parent 723decd2
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,8 @@ send_user "slurm_dir is $slurm_dir\n" ...@@ -57,8 +57,8 @@ send_user "slurm_dir is $slurm_dir\n"
if {![test_aix]} { if {![test_aix]} {
exec $bin_cc ${test_prog}.c -g -pthread -o ${test_prog} -I${slurm_dir}/include -Wl,--rpath=${slurm_dir}/lib -L${slurm_dir}/lib -lslurm exec $bin_cc ${test_prog}.c -g -pthread -o ${test_prog} -I${slurm_dir}/include -Wl,--rpath=${slurm_dir}/lib -L${slurm_dir}/lib -lslurm
} else { } else {
send_user "$bin_cc ${test_prog}.c -Wl,-brtl -g -pthread -o ${test_prog} -I${slurm_dir}/include -L${slurm_dir}/lib -lslurm\n" send_user "$bin_cc ${test_prog}.c -Wl,-brtl -g -pthread -o ${test_prog} -I${slurm_dir}/include -L${slurm_dir}/lib -lslurm -lntbl\n"
exec $bin_cc ${test_prog}.c -Wl,-brtl -g -pthread -o ${test_prog} -I${slurm_dir}/include -L${slurm_dir}/lib -lslurm exec $bin_cc ${test_prog}.c -Wl,-brtl -g -pthread -o ${test_prog} -I${slurm_dir}/include -L${slurm_dir}/lib -lslurm -lntbl
} }
exec $bin_chmod 700 $test_prog exec $bin_chmod 700 $test_prog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment