[Cc:ing the list because this might be useful info for others ...] Hello Roger --
If you give the '-v' option when running the Chapel launcher it will show you (among other info) the command line it is using to run the _real executable. That should provide a clue as to what's going wrong. greg ________________________________ From: Roger Mason <[email protected]> Sent: Wednesday, April 8, 2020 8:14 AM To: Chapel Users Mailing List <[email protected]> Subject: Can't find _real Hello, I have a program that works when called thus: tocartesian -nl 1 --a 4.916 --b 4.916 --c 5.4054 --gamma 120.0 --x \ 0.4697 --y 0.0606 --z 0.666666666 --u bohr from within the directory containing binaries tocartesian & tocartesian_real. I have made soft links to 'tocartesian' and 'tocartesian_real' from a directory on my PATH into the directory containing the binaries. When I call 'tocartesian' from some other directory, I get: tocartesian -nl 1 --a 4.916 --b 4.916 --c 5.4054 --gamma 120.0 --x 0.4697 --y 0.0606 --z 0.666666666 --u bohr error: unable to locate file: tocartesian_real I assume there is some way of working round this but I could not find it in the docs. Thanks for your help, Roger chapel 1.20, FreeBSD 11.3, amd64. _______________________________________________ Chapel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-users
_______________________________________________ Chapel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-users
