madhuneal / ppss

Automatically exported from code.google.com/p/ppss
0 stars 0 forks source link

Using cd in cmd #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ppss -f PCAConstruct.txt -p 1 -c '$ITEM'
2.
3.

What is the expected output? What do you see instead?
Each instance should cd into the right folder and run the next command (see 
attached file)

Apr 21 10:39:34:  
Apr 21 10:39:34:  =========================================================
Apr 21 10:39:34:                         |P|P|S|S|                         
Apr 21 10:39:34:  Distributed Parallel Processing Shell Script vers. 2.62
Apr 21 10:39:34:  =========================================================
Apr 21 10:39:34:  Hostname:     dchu-ubuntu
Apr 21 10:39:34:  ---------------------------------------------------------
Apr 21 10:39:34:  CPU: Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz
Apr 21 10:39:34:  Starting 1 single worker.
Apr 21 10:39:34:  ---------------------------------------------------------
/home/dchu/bin/ppss: line 1774: ppss_dir/job_log/cd_Subject1_;_homedchubuildACV-
HW2PCAConstruct_1_0_60_30_homedchuDesktopsubject1_cvmat.txt: No such file or 
directory
/home/dchu/bin/ppss: line 1781: ppss_dir/job_log/cd_Subject1_;_homedchubuildACV-
HW2PCAConstruct_1_0_60_30_homedchuDesktopsubject1_cvmat.txt: No such file or 
directory
/home/dchu/bin/ppss: line 1825: ppss_dir/job_log/cd_Subject1_;_homedchubuildACV-
HW2PCAConstruct_1_0_60_30_homedchuDesktopsubject1_cvmat.txt: No such file or 
directory
/home/dchu/bin/ppss: line 1826: ppss_dir/job_log/cd_Subject1_;_homedchubuildACV-
HW2PCAConstruct_1_0_60_30_homedchuDesktopsubject1_cvmat.txt: No such file or 
directory

What version of the product are you using? On what operating system?
ppss 2.62 on Ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by dattan...@gmail.com on 21 Apr 2010 at 3:45

Attachments:

GoogleCodeExporter commented 9 years ago
Nevermind, I got it solved, need to use

ppss -f PCAConstruct.txt -p 1 -c 'bash -c "$ITEM"'

Original comment by dattan...@gmail.com on 21 Apr 2010 at 11:04

GoogleCodeExporter commented 9 years ago
ok

Original comment by Louwrentius on 30 Apr 2010 at 7:20