mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 08:45:08 +00:00
more UTF problems re: thor
This commit is contained in:
parent
ebca139264
commit
0035584219
@ -113,8 +113,8 @@ do
|
|||||||
else
|
else
|
||||||
if [[ $1 == "thor" ]]
|
if [[ $1 == "thor" ]]
|
||||||
then
|
then
|
||||||
echo_band_noUTF=$(echo $echo_band|sed 's@𝛌@@g'|sed 's@(@_@g'|sed 's@)@_@g'|sed 's@=@@g'|sed 's@Å@A@g')
|
echo_band_noUTF=$(echo $echo_band|sed 's@𝛌@@g'|sed 's@(@_@g'|sed 's@=@@g'|sed 's@Å@A@g')
|
||||||
outputfile_noUTF=$(echo $outputfile|sed 's@𝛌@@g'|sed 's@(@_@g'|sed 's@)@_@g'|sed 's@=@@g'|sed 's@Å@A@g'|sed 's@≻@_@g')
|
outputfile_noUTF=$(echo $outputfile|sed 's@𝛌@@g'|sed 's@=@@g'|sed 's@Å@A@g'|sed 's@≻@_@g')
|
||||||
argsfile="thor/arguments/$echo_band_noUTF.args"
|
argsfile="thor/arguments/$echo_band_noUTF.args"
|
||||||
submitscript="thor/${echo_band_noUTF}.pbs"
|
submitscript="thor/${echo_band_noUTF}.pbs"
|
||||||
cp tmp.psdlagargs $argsfile
|
cp tmp.psdlagargs $argsfile
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
#PBS -j oe
|
#PBS -j oe
|
||||||
|
|
||||||
cd %ROOTDIR%
|
cd %ROOTDIR%
|
||||||
time mpirun ~/psdlag-agn/bin/psdlag "%ROOTDIR%/%ARGSFILE%" > "%ROOTDIR%/%OUTPUTFILE%"
|
time mpirun ~/psdlag-agn/bin/psdlag '%ROOTDIR%/%ARGSFILE%' > '%ROOTDIR%/%OUTPUTFILE%'
|
||||||
|
Loading…
Reference in New Issue
Block a user