From: Jean-Claude P. <jc...@gm...> - 2011-11-07 01:45:53
|
Hi Kim, thanks for your suggestion. I had tcsh already installed but re-installed it to check. Unfortunately, it did not work out. The only fix I found was to specify the whole path in MESA/mesa/adipls/adipack.c/bin/adipls.c.d: --------------------------------------------------------------------------------- else *$aprgdir/bin/get-input* $1 | $aprgdir/adipls/adipls.c.d.x endif --------------------------------------------------------------------------------- I know it is not ideal so I will try to find a better one. Thanks again, JC On 06/11/11 11:36, Kim Simmons wrote: > I had a problem with adipls not passing the tests. The problem turned > out to be that I did not have /bin/csh installed on my kubuntu system. > The default shell is bash and the tests use scripts run with csh. > Solution to the problem was to install tcsh > > sudo apt-get install tcsh > > Took me a while to figure this out. Hope this helps. > > Kim > > > > > > > > On 11/5/2011 9:58 AM, Bill Paxton wrote: >> Hi JC, >> >> Looks like a PATH problem. Perhaps you can check some things and find a solution for it. >> Take a look at adipls/test/ck There are several lines that are adding to the PATH environment variable. >> When it works correctly, that makes adds ../adipack.c/bin to the path and that makes >> the command get-input available. Since the error you are getting is get-input not found, >> something has gone wrong in the ck script attempt to add to the PATH. >> Naturally, it works on my machine and on the machines of other folks who have installed >> the new version, but something is different on yours. I hope you can find it! >> >> -Bill >> >> >> >> >> On Nov 5, 2011, at 2:23 AM, Jean-Claude Passy wrote: >> >>> Hi, >>> >>> I tried to install MESA on my Mac with ifort. The compilation breaks with the following error: >>> >>> ------------------------------------------------------------------------------------------------------ >>> /Users/jean-claudepassy/Work/MESA/mesa/adipls >>> building adipls package. >>> >>> make: `libadipls.a' is up to date. >>> >>> get-input: Command not found. >>> forrtl: No such file or directory >>> forrtl: severe (29): file not found, unit 2, file /Users/jean-claudepassy/Work/MESA/mesa/adipls/test/agsm.mesa >>> Image PC Routine Line Source >>> set-obs.d.x 0000000100080EC4 Unknown Unknown Unknown >>> set-obs.d.x 000000010007F65E Unknown Unknown Unknown >>> set-obs.d.x 000000010005AF61 Unknown Unknown Unknown >>> set-obs.d.x 000000010001F24E Unknown Unknown Unknown >>> set-obs.d.x 000000010001E76D Unknown Unknown Unknown >>> set-obs.d.x 0000000100030181 Unknown Unknown Unknown >>> set-obs.d.x 0000000100001221 Unknown Unknown Unknown >>> set-obs.d.x 0000000100000EAC Unknown Unknown Unknown >>> set-obs.d.x 0000000100000E64 Unknown Unknown Unknown >>> mv: rename obs.mesa to obs.txt: No such file or directory >>> >>> FAILED >>> >>> /Users/jean-claudepassy/Work/MESA/mesa/adipls/test >>> TEST FAILED -- compare obs.txt to obs.test.txt >>> >>> /Users/jean-claudepassy/Work/MESA/mesa/adipls >>> ./build_and_test FAILED >>> ------------------------------------------------------------------------------------------------------ >>> >>> Any help will be much appreciated ! >>> >>> Thanks a lot, >>> >>> JC >>> sts.sourceforge.net/lists/listinfo/mesa-users > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |