Skip to content

Commit

Permalink
Force creation of soft-link
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharris87 committed Jan 9, 2024
1 parent 49185d1 commit 4b2bef6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,22 @@ all: xnet_dense net_setup xnse
test: test_serial test_heat test_setup test_nse

test_serial: xnet_dense
@cd ../test ; ln -s ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnetd 0
@cd ../test ; ln -sf ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnetd 0

test_heat: xnet_dense
@cd ../test ; ln -s ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnetd 50
@cd ../test ; ln -sf ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnetd 50

test_simple: xnet_dense
@cd ../test ; ln -s ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnetd 51
@cd ../test ; ln -sf ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnetd 51

test_batch: xnet_dense
@cd ../test ; ln -s ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnetd 62
@cd ../test ; ln -sf ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnetd 62

test_setup: net_setup
@cd ../test/Data_SN160 ; ../../source/net_setup <<< "net_setup test"

test_nse: xnse
@cd ../test ; ln -s ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnse 81
@cd ../test ; ln -sf ../tools/starkiller-helmholtz/helm_table.dat . ; ./test_xnet.sh ../source/xnse 81

#
# Rules to build specific configurations of XNet and supporting tools
Expand Down

0 comments on commit 4b2bef6

Please sign in to comment.