Skip to content

Commit

Permalink
SMASH/form.yml.erb has been reverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnakao committed Nov 1, 2024
1 parent b614844 commit 1d9ab20
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions SMASH/form.yml.erb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<%
<%-
require '/var/www/ood/apps/sys/ondemand_fugaku/misc/utils.rb'
# spack versions fds -s
versions = ["6.7.9"]
%>
# spack versions smash -s
versions = ["3.0.2", "3.0.0"]
-%>
---
title: FDS
title: SMASH
form:
<%= form_queue("fugaku_small_and_large") %>
<%= form_queue("fugaku_small") %>
<%= form_version(versions) %>
<%= form_working_dir2(false) %>
<%= form_input_file2() %>
<%= form_fugaku_llio("input_file") %>
<%= form_working_dir(false) %>
<%= form_input_file(true, "mpiexec smash [input]") %>
<%= form_email(false) %>
attributes:
<%= form_attr() %>

0 comments on commit 1d9ab20

Please sign in to comment.