Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
dyokelson committed Nov 26, 2024
1 parent c0c74d0 commit a0ce9dc
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions systems/fugaku/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@ def initialize(self):
self.sys_cores_per_node = "48"
self.sys_mem_per_node = "32"

# self.extra_cmd_opts = """
# |
# -std-proc fjmpioutdir/bmexe
# """
# self.extra_batch_opts = """
# |
# -x PJM_LLIO_GFSCACHE="/vol0002:/vol0003:/vol0004:/vol0005:/vol0006"
# """
# self.post_exec_cmds = """
# |
# for F in $(ls -1v fjmpioutdir/bmexe.*); do cat $F >> {log_file}; done
# """

def generate_description(self, output_dir):
super().generate_description(output_dir)

Expand Down Expand Up @@ -75,16 +62,13 @@ def compiler_configs(self):
def system_specific_variables(self):
return {"extra_cmd_opts": """
|
-std-proc fjmpioutdir/bmexe
""",
-std-proc fjmpioutdir/bmexe""",
"extra_batch_opts":"""
|
-x PJM_LLIO_GFSCACHE="/vol0002:/vol0003:/vol0004:/vol0005:/vol0006"
""",
-x PJM_LLIO_GFSCACHE="/vol0002:/vol0003:/vol0004:/vol0005:/vol0006"""",
"post_exec_cmds": """
|
for F in $(ls -1v fjmpioutdir/bmexe.*); do cat $F >> {log_file}; done
"""
for F in $(ls -1v fjmpioutdir/bmexe.*); do cat $F >> {log_file}; done"""
}

def sw_description(self):
Expand All @@ -105,4 +89,4 @@ def sw_description(self):
pkg_spec: fujitsu-ssl2
lapack:
pkg_spec: fujitsu-ssl2
"""
"""

0 comments on commit a0ce9dc

Please sign in to comment.