Page 2 of 2

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 05, 2016 12:07 pm
by Yvan Fournier
Hello,

The first syntax should be OK.

The second one is incorrect (it can be used to execute a script, not source it), so you should remove it.

Regards,

Yvan

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 12, 2016 1:26 pm
by andrea28
Dear Yvan,
I still get the "command not found" error when I try to source Syrthes.
I also tried to add

syrthesprofile=/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile
if [ -f $syrthesprofile ] ; then
. $syrthesprofile
fi

to the cshrc file but I get

syrthesprofile=/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile: Command not found.
syrthesprofile: Undefined variable.

Thank you for your time.

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 12, 2016 2:09 pm
by Yvan Fournier
Hello,

Are you sure of your path ?

/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile

Has 3 points (...) where I would expect a full (absolute) path. Did you replace the real path by "..." for the purpose of posting to the forum, or did you really use that path ?

Regards,

Yvan

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 12, 2016 2:12 pm
by andrea28
No I used the full path.

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 12, 2016 2:18 pm
by Yvan Fournier
Where is Syrthes installed on your machine ?

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 12, 2016 2:23 pm
by andrea28
In /syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 12, 2016 3:00 pm
by Yvan Fournier
Hello,

Then you need to use:

syrthesprofile=/syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile

Regards,

Yvan

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 12, 2016 3:55 pm
by andrea28
Sorry but the problem persists, looking through the installation files I saw that each log file (post.log,pp.log,...) present these lines

mkdir: missing operand
Try 'mkdir --help' for more information.

But I don't get any error at the end of the installation or in the ERREUR file.
I attached one of the file.

Re: SYRTHES 4.3 with CS 3.0.7

Posted: Tue Jul 12, 2016 7:30 pm
by Yvan Fournier
Hello,

I had not noticed before, but you seem to be using a C shell, as you edit .cshrc, and not .bashrc or similar. The syntax for a C shell is different, and I am not sure the Syrthes profile is designed for a C shell. Basically, you need to replace "export" with "setenv", and I am not sure how to source files.

Regards,

Yvan